Re: CORBA Exception after network adapter deactivation
by bbembi_de@[EMAIL PROTECTED]
Oct 18, 2006 at 02:43 AM
I forgot:
Here is the stacktrace:
java.rmi.MarshalException: CORBA COMM_FAILURE 1398079689 No; nested
exception is:
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed:
No
at
com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:92)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at
com.gigatronik.starmode.api._StarModeRemote_Stub.getOnlineStatus(Unknown
Source)
at
com.gigatronik.starmode.api.StarModeWrapper.getOnlineStatus(StarModeWrapper.java:162)
at TestMain.main(TestMain.java:49)
Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201
completed: No
at
com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:148)
at
com.sun.corba.se.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:65)
at
com.sun.corba.se.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:67)
at
com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:652)
at
com.sun.corba.se.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:594)
at
com.sun.corba.se.internal.corba.ClientDelegate.request(ClientDelegate.java:886)
at org.omg.CORBA.****table.ObjectImpl._request(ObjectImpl.java:431)
... 3 more