Hello Markus, I was wondering whether the problem you reported below also occurs with Jonathan 2.0b4, which is the version of Jonathan that comes with the new JOnAS? As it stands, we've been unable to reproduce your problem because we'd need your code, or at least some more info, such as: - is the problem occurring in the context of a database? If so, which db and which db operations (eg., fetching of multiple rows with a single query)? Do you know if deadlock is occurring among the db operations when the problem arises? - are multiple threads involved? Kathleen Markus Fritz wrote: > > Hi, > > i got problems with jeremie within jonas. > some time it runs fine but then i get the following exception. > afterwards i have to restart jonas because of weird behaviour. > > at the point where the exception occours an client side i call > remote method which return an Object[] with nested Object[] > and other data. > > At other points this seems to function .... > > Any comments, tips, bugfixes ? > > PS: this is Jonathan 2.0b3 > > --- On the Server-side -------------------------- > > org.objectweb.jonathan.apis.kernel.InternalException: GIOP Message > error. > at > >org.objectweb.david.libs.protocols.giop.GIOPProtocol$ServerSession_Low.send(GIOPProtocol.java:700) > at > >org.objectweb.jonathan.libs.protocols.tcpip.TcpIpProtocol$Session.run(TcpIpProtocol.java:395) > at > org.objectweb.jonathan.libs.resources.JScheduler$JJob.run(JScheduler.java:252) > > --- client side ----------------------------- > > error unmarshaling return; nested exception is: > java.lang.ClassCastException: Assigning instance of class > java.io.ObjectStreamClass to field > jis.iccam.ejb.store.dbdoc.ContLangVarVerPK#sDBPool > java.rmi.UnmarshalException: error unmarshaling return; nested exception > is: > java.lang.ClassCastException: Assigning instance of class > java.io.ObjectStreamClass to field > jis.iccam.ejb.store.dbdoc.ContLangVarVerPK#sDBPool > java.lang.ClassCastException: Assigning instance of class > java.io.ObjectStreamClass to field > jis.iccam.ejb.store.dbdoc.ContLangVarVerPK#sDBPool > at > java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1841) > at > java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502) > at > java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1166) > at > java.io.ObjectInputStream.readObject(ObjectInputStream.java:369) > at > java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951) > at > java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > at > java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951) > at > java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > at > java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951) > at > java.io.ObjectInputStream.readObject(ObjectInputStream.java:357) > at > java.io.ObjectInputStream.readObject(ObjectInputStream.java:232) > at > >org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory$StdUnMarshaller.readResult(StdMarshallerFactory.java:1074) > at > org.objectweb.jeremie.libs.stub_factories.std.RefImpl.invoke(RefImpl.java:192) > at > >jis.iccam.ejb.store.dbdoc.JOnASContentBeanContent_Stub.getAllDataAtOnce(JOnASContentBeanContent_Stub.java:663) > at > jis.iccam.webfront.PreLoadDummyServlet.exportContent(PreLoadDummyServlet.java:474) > > Resource management error. message Chunk[data: [B@3648fc18 offset: 2727 > top: 3232] has not been properly closed. > > -------------------------------------- > > regards, > markus > > -- > Dipl.-Ing. (FH) Markus Fritz [EMAIL PROTECTED] > Just Innovative Software GmbH * Kranstrasse 8 * 70499 Stuttgart
