Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » StreamCorruptedException ?
StreamCorruptedException ? [message #461021] Wed, 03 January 2007 17:38
Charlie Kelly is currently offline Charlie KellyFriend
Messages: 276
Registered: July 2009
Senior Member
I'm developing an RCP application that communicates with JBoss EJB3
application server.

The application works well when launched from my development IDE, but it
generates a StreamCorruptedException when launched as a stand-alone RCP
application.

Has anyone found a similar problem? If yes, what was your solution.

Thanks in advance.

Charlie

************************************************************ *********************************************************
java.lang.reflect.UndeclaredThrowableException
at $Proxy11.requestMembership_U_temp(Unknown Source)
at
com.charleskelly.memberbook.ui.views.certbook.subactions.Req uestMembershipJob.run(RequestMemberShipSubAction.java:187)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Caused by: java.rmi.MarshalException: Failed to communicate. Problem
during marshalling/unmarshalling; nested exception is:
java.io.StreamCorruptedException: invalid type code: 30
at
org.jboss.remoting.transport.socket.SocketClientInvoker.tran sport(SocketClientInvoker.java:292)
at
org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientIn voker.java:136)
at org.jboss.remoting.Client.invoke(Client.java:444)
at org.jboss.remoting.Client.invoke(Client.java:407)
at
org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(In vokeRemoteInterceptor.java:55)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodIn vocation.java:101)
at
org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(C lientTxPropagationInterceptor.java:61)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodIn vocation.java:101)
at
org.jboss.aspects.security.SecurityClientInterceptor.invoke( SecurityClientInterceptor.java:55)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodIn vocation.java:101)
at
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInt erceptor.java:65)
at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodIn vocation.java:101)
at
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(Statele ssRemoteProxy.java:102)
... 3 more
Caused by: java.io.StreamCorruptedException: invalid type code: 30
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readArray(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
at java.io.ObjectInputStream.readSerialData(Unknown Source)
at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at
org.jboss.aop.joinpoint.InvocationResponse.readExternal(Invo cationResponse.java:122)
at java.io.ObjectInputStream.readExternalData(Unknown Source)
at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.defaultReadFields(Unknown Source)
at java.io.ObjectInputStream.readSerialData(Unknown Source)
at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at
org.jboss.remoting.serialization.impl.java.JavaSerialization Manager.receiveObject(JavaSerializationManager.java:128)
at
org.jboss.remoting.marshal.serializable.SerializableUnMarsha ller.read(SerializableUnMarshaller.java:66)
at
org.jboss.remoting.transport.socket.SocketClientInvoker.tran sport(SocketClientInvoker.java:265)
... 15 more
Previous Topic:help browser vs intro browser
Next Topic:How to specify a file in the config.ini file
Goto Forum:
  


Current Time: Thu Apr 18 06:25:43 GMT 2024

Powered by FUDForum. Page generated in 0.02443 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top