org.omg.CORBA.UNKNOWN vmcid: 0x0 minor code: 0 completed: No
2003-12-01 01:50:58 GMT
Hi,
I'm using ORBAcus 4.0.5 for java on Solaris 8 inside a jboss J2EE container.
The applicaiton takes parameters from a Servlet and passes the values to a CORBA stub in jboss DAO layer. The
CORBA Server is on the same machine.
I'm getting CORBA UNKNOWN exception at com.ooc.OB.Util.unmarshalSystemException(Util.java:272).
This method basically takes 3 Strings and none of them is null. The exception doesn't happen to another
method in the same stub.
Any idea on what went wrong? At the bottom is the complete track trace.
Thanks,
YenFen Hsu
Caused by: org.omg.CORBA.UNKNOWN vmcid: 0x0 minor code: 0 completed: No
at com.ooc.OB.Util.unmarshalSystemException(Util.java:272)
at com.ooc.OB.GIOPClientWorker.execute(GIOPClientWorker.java:570)
at com.ooc.OB.GIOPClientWorkerBlocking.receiveNoSync(GIOPClientWorkerBlocking.java:370)
at com.ooc.OB.GIOPClientWorkerBlocking.sendReceive(GIOPClientWorkerBlocking.java:420)
at com.ooc.OB.Downcall.request(Downcall.java:313)
at com.ooc.OB.DowncallStub.invoke(DowncallStub.java:560)
at com.ooc.CORBA.Delegate.invoke(Delegate.java:556)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at com.sylantro.CTC_TELCORDIA._ctcTelcordiaStub.UserDirectedRoutingRequest(_ctcTelcordiaStub.java:114)
at com.sylantro.wmi.ejb.application.clicktocall.dao.ClickToCallManagerDAOImpl.notifyUserDirectedRouting(Cl
ickToCallManagerDAOImpl.java:261)
at com.sylantro.wmi.ejb.application.clicktocall.ClickToCallManagerEJB.notifyUserDirectedRouting(ClickToCal
lManagerEJB.java:507)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
(Continue reading)
RSS Feed