Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MarshalException using wlclient.jar

1 view
Skip to first unread message

Ted Dacy

unread,
Jun 3, 2004, 11:56:44 AM6/3/04
to

The following exception occurs when a client is compiled using wlclient.jar and
calls a session bean method with Vector arguments. The exception does NOT occur
if weblogic.jar is used instead of wlclient.jar. WebLogic 8.1, JRE 1.4.2. weblogic.appc
using -iiop did not solve the problem.

Appreciate any help. The exception is:

SEVERE: CORBA MARSHAL 0 No; nested exception is:
org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No
java.rmi.MarshalException: CORBA MARSHAL 0 No; nested exception is:
org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.se.internal.iiop.ShutdownUtilDelegate.mapSystemException(ShutdownUtilDelegate.java:100)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:65)
at com.fanniemae.iris.session.dealLoad._DealLoadSession_Stub.loadTables(Unknown
Source)
at com.fanniemae.iris.cmoModeler.dealLoad.DealLoader.loadTables(DealLoader.java:99)
at com.fanniemae.iris.cmoModeler.dealLoad.Tester.<init>(Tester.java:74)
at com.fanniemae.iris.cmoModeler.dealLoad.Tester.main(Tester.java:15)
Caused by: org.omg.CORBA.MARSHAL: vmcid: 0x0 minor code: 0 completed: No
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:308)
at java.lang.Class.newInstance(Class.java:261)
at com.sun.corba.se.internal.iiop.messages.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:90)
at com.sun.corba.se.internal.iiop.ClientResponseImpl.getSystemException(ClientResponseImpl.java:105)
at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:314)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
... 4 more

0 new messages