Hi,

I get a Marshall error, mentioined in the subject, when I try to call my
stateless session bean.  It seems as if the exception is occuring because of
the argument I'm passing it.  I played around a little bit with the
arguments and discovered that if I pass in simple strings or lists of
strings or other simple objects, everything works.  Problems arise when I
pass in something complicated like a list of objects when in turn each
object contains more lists/hashtables.  On the container side, I get the
following exception
Exception in thread "ORBThreadPool-4::thread-5" java.io.IOException: Method
read
Fully not supported
        at com.sun.corba.se.internal.io.IIOPInputStream.readFully(Unknown
Source)
        at java.util.SimpleTimeZone.readObject(Unknown Source)
        at com.sun.corba.se.internal.io.IIOPInputStream.readObject(Native
Method)
        at
com.sun.corba.se.internal.io.IIOPInputStream.invokeObjectReader(Unknown
Source)
        at com.sun.corba.se.internal.io.IIOPInputStream.inputObject(Unknown
Source)
        at
com.sun.corba.se.internal.io.IIOPInputStream.simpleReadObject(Unknown

On the client side, I get
java.rmi.MarshalException: CORBA MARSHAL 1230242078 No; nested exception is:
        org.omg.CORBA.MARSHAL:   minor code: 1230242078  completed: No
org.omg.CORBA.MARSHAL:   minor code: 1230242078  completed: No
        at java.lang.Class.newInstance0(Native Method)
        at java.lang.Class.newInstance(Unknown Source)
        at
com.iona.gnippam.ValueHandler.unmarshallCORBAException(ValueHandler.java:95)
        at
com.iona.gnippam.ValueHandler.readException(ValueHandler.java:115)
        at
com.mindfabric.rules.engine._RulesEngine_Stub.applyRules(_RulesEngine_Stub.j
ava:175)
        at REngineClient.main(REngineClient.java:55)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.iona.j2ee.client.container.ApplicationClientRunner.run(ApplicationClient
Runner.java:1
50)
        at
com.iona.j2ee.client.container.ApplicationClientRunner.main(ApplicationClien
tRunner.java:
197)
        at iportal.client.main(client.java:12)
-----------

Does anybody know what's going on?  Thank you in advance for your help.

Fauji

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to