| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Wed Oct 18, 2006 2:01 pm Post subject: CORBA Exception after network adapter deactivation |
|
|
Hello everyone,
I use IIOP.Net to communicate from Java with my .Net application.
This runs fine, but if I deactivate my LAN and WLAN adapter CORBA is
really pissed.
I get a MarshalException if I call a method after that. COMM_FAILURE
Minor Code 201.
I don't know what to do. Please help.
bye bembi |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Oct 18, 2006 2:43 pm Post subject: Re: CORBA Exception after network adapter deactivation |
|
|
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.portable.ObjectImpl._request(ObjectImpl.java:431)
... 3 more |
|
| Back to top |
|
 |
EJP Guest
|
Posted: Wed Nov 15, 2006 5:55 am Post subject: Re: CORBA Exception after network adapter deactivation |
|
|
bbembi_de (AT) lycos (DOT) de wrote:
| Quote: | Here is the stacktrace:
|
What stack trace were you expecting? Or are you expecting IIOP, which
BTW stands for Internet Inter-ORB Protocol, to work without a network? |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 15, 2006 6:17 pm Post subject: Re: CORBA Exception after network adapter deactivation |
|
|
| Quote: | What stack trace were you expecting? Or are you expecting IIOP, which
BTW stands for Internet Inter-ORB Protocol, to work without a network?
|
Well I would expect that it still runs if I only deactivate one adapter
of two. But that's not for sure.
bye bembi |
|
| Back to top |
|
 |
|