• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

For Kyle - Urgent

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Kyle,
We are facing this problem. We have 3 instances running on one WAS. One is for developement, one for testing and one for our onsite developement. Now since there are frequent changes during developement so we have to restart our first server frequently. Sometimes the developement server doesnt start and gives the following error.

10/12/01 5:38 PM : Command MFS.start Sub-command Error.
10/12/01 5:38 PM : WARNING [pslnsun2/__adminServer]: ADMS0062W: Failed to initialize a server: "MFS" java.rmi.MarshalException: CORBA COMM_FAILURE 1 Maybe; nested exception is:
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: Maybe
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: Maybe
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at org.omg.CORBA.SystemException.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled Code)
at com.ibm.CORBA.iiop.IIOPConnection.purge_calls(Compiled Code)
at com.ibm.CORBA.iiop.StandardReaderThread.run(Compiled Code)
----- Begin backtrace for detail
org.omg.CORBA.COMM_FAILURE: minor code: 1 completed: Maybe
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at org.omg.CORBA.SystemException.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled Code)
at com.ibm.CORBA.iiop.IIOPConnection.purge_calls(Compiled Code)
at com.ibm.CORBA.iiop.StandardReaderThread.run(Compiled Code)
10/12/01 5:38 PM : Command "MFS.start" failed.
AwtTapp

Exception:
org.omg.CORBA.COMM_FAILURE: minor code: 3 completed: No
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.RuntimeException.<init>(Compiled Code)
at org.omg.CORBA.SystemException.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled Code)
at org.omg.CORBA.COMM_FAILURE.<init>(Compiled Code)
at com.ibm.CORBA.iiop.HTTPConnection.send(Compiled Code)
at com.ibm.CORBA.iiop.HTTPConnection.locate(HTTPConnection.java:649)
at com.ibm.CORBA.iiop.GIOPImpl.locate(Compiled Code)
at com.ibm.CORBA.iiop.ClientDelegate.invoke(Compiled Code)
at com.ibm.CORBA.iiop.ClientDelegate.invoke(Compiled Code)
at org.omg.CORBA.portable.ObjectImpl._invoke(Compiled Code)
at com.ibm.ejs.sm.beans._EJBServer_BaseStub.forceStop(_EJBServer_BaseStub.java:1171)
at com.ibm.ejs.sm.beans._EJBServer_Stub.forceStop(Compiled Code)
at com.ibm.ejs.sm.client.command.ForceStopCommand.execute(ForceStopCommand.java:29)
at com.ibm.ejs.sm.client.command.CommandManager$ExecutionThread.run(Compiled Code)
at com.ibm.ejs.sm.client.command.ThreadPool$PooledThread.run(Compiled Code)
--------
com.ibm.ejs.sm.client.command.ExecutionException: Error during stop.
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at com.ibm.ejs.sm.client.RepositoryOpException.<init>(RepositoryOpException.java:51)
at com.ibm.ejs.sm.client.command.ExecutionException.<init>(ExecutionException.java:63)
at com.ibm.ejs.sm.client.command.ForceStopCommand.execute(ForceStopCommand.java:36)
at com.ibm.ejs.sm.client.command.CommandManager$ExecutionThread.run(Compiled Code)
at com.ibm.ejs.sm.client.command.ThreadPool$PooledThread.run(Compiled Code)

Can you please solve this problem.

 
Balbir Singh
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry i forgot to mention - we are using WebSphere Advance Edition 3.5.4 on Solaris 2.7. We use the AdminConsole for administering the WAS.
Thanks and Regards
Balbir Singh
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic