[jboss-jira] [JBoss JIRA] Closed: (JBREM-234) StreamCorruptedException in DTM testcase

David Lloyd (JIRA) jira-events at lists.jboss.org
Wed Sep 26 05:31:10 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBREM-234?page=all ]

David Lloyd closed JBREM-234.
-----------------------------


> StreamCorruptedException in DTM testcase
> ----------------------------------------
>
>                 Key: JBREM-234
>                 URL: http://jira.jboss.com/jira/browse/JBREM-234
>             Project: JBoss Remoting
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.4.0 beta
>         Environment: JBoss 5.0.0alpha (jboss-head) head
> Linux dev02.pub.qa.atl.jboss.com 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 GNU/Linux
> java version "1.5.0_04"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
> Java HotSpot(TM) Server VM (build 1.5.0_04-b05, mixed mode)
>            Reporter: Francisco Reverbel
>         Assigned To: Tom  Elrod
>            Priority: Critical
>             Fix For: 1.4.0 final
>
>
> I am getting a weird java.io.StreamCorruptedException in a DTM testcase. This is a recent thing, it started to happen after a CVS update. A stack trace is included below.
> To reproduce the problem in a JBoss QA lab box, check out jboss-head, uncomment the definitions for node0 and node1 in testsuite/local.properties, and run './build.sh dtm-tests' in the testsuite dir. More detailed instructions are available in http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJTSRegressionTests .
> The exception is thrown in the third testcase in a dtm-tests run (T03MixedDTMOTSUnitTestCase). However, it does not appear when you run just that testcase. For some reason it only shows up when testcase T03 runs after testcases T01 and T02. For a shorter run, you might want to edit testsuite/build.xml and remove the testcases that follow T03. 
> Stack trace:
> 2005-10-28 09:07:06,597 TRACE [org.jboss.remoting.transport.socket.SocketClientInvoker] 1) invoking =>org.jboss.remoting.InvocationRequest at 910477 with parameter: org.jboss.invocation.Invocation at bc2f47
> 2005-10-28 09:07:06,604 ERROR [org.jboss.remoting.transport.socket.SocketClientInvoker] Got marshalling exception, exiting
> java.io.StreamCorruptedException
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1326)
> 	at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1603)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1293)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
> 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
> 	at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.receiveObject(JavaSerializationManager.java:91)
> 	at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.java:46)
> 	at org.jboss.invocation.unified.marshall.InvocationUnMarshaller.read(InvocationUnMarshaller.java:33)
> 	at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:246)
> 	at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:112)
> 	at org.jboss.remoting.Client.invoke(Client.java:226)
> 	at org.jboss.remoting.Client.invoke(Client.java:189)
> 	at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:146)
> 	at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:227)
> 	at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:167)
> 	at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
> 	at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
> 	at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
> 	at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:87)
> 	at $Proxy54.create(Unknown Source)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.initAccounts(FrontEndBean.java:150)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:45)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:34)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.ejb.StatefulSessionContainer.createSession(StatefulSessionContainer.java:256)
> 	at org.jboss.ejb.StatefulSessionContainer.createHome(StatefulSessionContainer.java:315)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
> 	at org.jboss.ejb.StatefulSessionContainer$ContainerInterceptor.invokeHome(StatefulSessionContainer.java:527)
> 	at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:130)
> 	at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:180)
> 	at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invokeHome(StatefulSessionInstanceInterceptor.java:128)
> 	at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
> 	at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:110)
> 	at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
> 	at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146)
> 	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
> 	at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
> 	at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:611)
> 	at org.jboss.ejb.Container.invoke(Container.java:895)
> 	at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 	at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:211)
> 	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 	at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
> 	at $Proxy12.invoke(Unknown Source)
> 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:566)
> 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:436)
> 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:270)
> 	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:308)
> 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:188)
> 2005-10-28 09:07:06,606 TRACE [org.jboss.remoting.detection.multicast.MulticastDetector] received detection: null
> 2005-10-28 09:07:06,607 TRACE [org.jboss.remoting.detection.multicast.MulticastDetector] Detection message received.
> 2005-10-28 09:07:06,607 DEBUG [org.jboss.remoting.detection.multicast.MulticastDetector] Error receiving detection
> java.lang.NullPointerException
> 2005-10-28 09:07:06,607 TRACE [org.jboss.resource.connectionmanager.CachedConnectionManager] popped object: org.jboss.resource.connectionmanager.CachedConnectionManager$KeyConnectionAssociation at 90a278
> 2005-10-28 09:07:06,607 TRACE [org.jboss.tm.TransactionImpl] setRollbackOnly(): Entered, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=172.16.129.49:1099/65, BranchQual=172.16.129.49:1099, localId=0:65], status=STATUS_ACTIVE
> 2005-10-28 09:07:06,608 TRACE [org.jboss.tm.TransactionImpl] rollback(): Entered, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=172.16.129.49:1099/65, BranchQual=172.16.129.49:1099, localId=0:65], status=STATUS_MARKED_ROLLBACK
> 2005-10-28 09:07:06,608 TRACE [org.jboss.tm.TxManager] suspended tx: TransactionImpl:XidImpl[FormatId=257, GlobalId=172.16.129.49:1099/65, BranchQual=172.16.129.49:1099, localId=0:65]
> 2005-10-28 09:07:06,608 TRACE [org.jboss.tm.TxManager] tx timeout is now: 300s
> 2005-10-28 09:07:06,608 ERROR [org.jboss.ejb.plugins.LogInterceptor] EJBException in method: public abstract org.jboss.test.dtm.interfaces.FrontEnd org.jboss.test.dtm.interfaces.FrontEndHome.create(java.lang.String) throws java.rmi.RemoteException,javax.ejb.CreateException, causedBy:
> java.rmi.MarshalException: Failed to communicate.  Problem during marshalling/unmarshalling; nested exception is: 
> 	java.io.StreamCorruptedException
> 	at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:273)
> 	at org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:112)
> 	at org.jboss.remoting.Client.invoke(Client.java:226)
> 	at org.jboss.remoting.Client.invoke(Client.java:189)
> 	at org.jboss.invocation.unified.interfaces.UnifiedInvokerProxy.invoke(UnifiedInvokerProxy.java:146)
> 	at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:227)
> 	at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:167)
> 	at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
> 	at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55)
> 	at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:169)
> 	at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:87)
> 	at $Proxy54.create(Unknown Source)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.initAccounts(FrontEndBean.java:150)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:45)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:34)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.ejb.StatefulSessionContainer.createSession(StatefulSessionContainer.java:256)
> 	at org.jboss.ejb.StatefulSessionContainer.createHome(StatefulSessionContainer.java:315)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
> 	at org.jboss.ejb.StatefulSessionContainer$ContainerInterceptor.invokeHome(StatefulSessionContainer.java:527)
> 	at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:130)
> 	at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:180)
> 	at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invokeHome(StatefulSessionInstanceInterceptor.java:128)
> 	at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
> 	at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:110)
> 	at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
> 	at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146)
> 	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
> 	at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
> 	at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:611)
> 	at org.jboss.ejb.Container.invoke(Container.java:895)
> 	at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 	at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:211)
> 	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 	at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
> 	at $Proxy12.invoke(Unknown Source)
> 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:566)
> 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:436)
> 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:270)
> 	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:308)
> 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:188)
> Caused by: java.io.StreamCorruptedException
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1326)
> 	at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1603)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1293)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
> 	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1912)
> 	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1836)
> 	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1713)
> 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
> 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
> 	at org.jboss.remoting.serialization.impl.java.JavaSerializationManager.receiveObject(JavaSerializationManager.java:91)
> 	at org.jboss.remoting.marshal.serializable.SerializableUnMarshaller.read(SerializableUnMarshaller.java:46)
> 	at org.jboss.invocation.unified.marshall.InvocationUnMarshaller.read(InvocationUnMarshaller.java:33)
> 	at org.jboss.remoting.transport.socket.SocketClientInvoker.transport(SocketClientInvoker.java:246)
> 	... 61 more
> 2005-10-28 09:07:06,612 TRACE [org.jboss.invocation.unified.server.UnifiedInvoker] Failed to invoke on mbean: jboss.j2ee:jndiName=mixedDtmOtsTest/FrontEndEJB,service=EJB
> java.rmi.ServerException: EJBException:; nested exception is: 
> 	javax.ejb.EJBException: null; CausedByException is:
> 	Failed to communicate.  Problem during marshalling/unmarshalling; nested exception is: 
> 	java.io.StreamCorruptedException
> 	at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:352)
> 	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:125)
> 	at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
> 	at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:611)
> 	at org.jboss.ejb.Container.invoke(Container.java:895)
> 	at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 	at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:211)
> 	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 	at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
> 	at $Proxy12.invoke(Unknown Source)
> 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:566)
> 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:436)
> 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:270)
> 	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:308)
> 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:188)
> Caused by: javax.ejb.EJBException: null; CausedByException is:
> 	Failed to communicate.  Problem during marshalling/unmarshalling; nested exception is: 
> 	java.io.StreamCorruptedException
> 	at org.jboss.test.dtm.ejb.FrontEndBean.initAccounts(FrontEndBean.java:160)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:45)
> 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:34)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.ejb.StatefulSessionContainer.createSession(StatefulSessionContainer.java:256)
> 	at org.jboss.ejb.StatefulSessionContainer.createHome(StatefulSessionContainer.java:315)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:585)
> 	at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
> 	at org.jboss.ejb.StatefulSessionContainer$ContainerInterceptor.invokeHome(StatefulSessionContainer.java:527)
> 	at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:130)
> 	at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:180)
> 	at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invokeHome(StatefulSessionInstanceInterceptor.java:128)
> 	at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
> 	at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:110)
> 	at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
> 	at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146)
> 	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
> 	... 27 more
> 2005-10-28 09:07:06,615 ERROR [STDERR] java.rmi.ServerException: EJBException:; nested exception is: 
> 	javax.ejb.EJBException: null; CausedByException is:
> 	Failed to communicate.  Problem during marshalling/unmarshalling; nested exception is: 
> 	java.io.StreamCorruptedException
> 2005-10-28 09:07:06,615 ERROR [STDERR] 	at org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:352)
> 2005-10-28 09:07:06,615 ERROR [STDERR] 	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:125)
> 2005-10-28 09:07:06,615 ERROR [STDERR] 	at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
> 2005-10-28 09:07:06,616 ERROR [STDERR] 	at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:611)
> 2005-10-28 09:07:06,616 ERROR [STDERR] 	at org.jboss.ejb.Container.invoke(Container.java:895)
> 2005-10-28 09:07:06,616 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor56.invoke(Unknown Source)
> 2005-10-28 09:07:06,616 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2005-10-28 09:07:06,616 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
> 2005-10-28 09:07:06,616 ERROR [STDERR] 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 2005-10-28 09:07:06,617 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 2005-10-28 09:07:06,617 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 2005-10-28 09:07:06,617 ERROR [STDERR] 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 2005-10-28 09:07:06,617 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 2005-10-28 09:07:06,617 ERROR [STDERR] 	at org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:211)
> 2005-10-28 09:07:06,618 ERROR [STDERR] 	at sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
> 2005-10-28 09:07:06,618 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2005-10-28 09:07:06,618 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
> 2005-10-28 09:07:06,618 ERROR [STDERR] 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:143)
> 2005-10-28 09:07:06,618 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:82)
> 2005-10-28 09:07:06,618 ERROR [STDERR] 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
> 2005-10-28 09:07:06,619 ERROR [STDERR] 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:247)
> 2005-10-28 09:07:06,619 ERROR [STDERR] 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:653)
> 2005-10-28 09:07:06,619 ERROR [STDERR] 	at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:201)
> 2005-10-28 09:07:06,620 ERROR [STDERR] 	at $Proxy12.invoke(Unknown Source)
> 2005-10-28 09:07:06,620 ERROR [STDERR] 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:566)
> 2005-10-28 09:07:06,620 ERROR [STDERR] 	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:436)
> 2005-10-28 09:07:06,620 ERROR [STDERR] 	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:270)
> 2005-10-28 09:07:06,620 ERROR [STDERR] 	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:308)
> 2005-10-28 09:07:06,621 ERROR [STDERR] 	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:188)
> 2005-10-28 09:07:06,621 ERROR [STDERR] Caused by: javax.ejb.EJBException: null; CausedByException is:
> 	Failed to communicate.  Problem during marshalling/unmarshalling; nested exception is: 
> 	java.io.StreamCorruptedException
> 2005-10-28 09:07:06,621 ERROR [STDERR] 	at org.jboss.test.dtm.ejb.FrontEndBean.initAccounts(FrontEndBean.java:160)
> 2005-10-28 09:07:06,621 ERROR [STDERR] 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:45)
> 2005-10-28 09:07:06,621 ERROR [STDERR] 	at org.jboss.test.dtm.ejb.FrontEndBean.ejbCreate(FrontEndBean.java:34)
> 2005-10-28 09:07:06,622 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2005-10-28 09:07:06,622 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 2005-10-28 09:07:06,622 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2005-10-28 09:07:06,622 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
> 2005-10-28 09:07:06,622 ERROR [STDERR] 	at org.jboss.ejb.StatefulSessionContainer.createSession(StatefulSessionContainer.java:256)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at org.jboss.ejb.StatefulSessionContainer.createHome(StatefulSessionContainer.java:315)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at java.lang.reflect.Method.invoke(Method.java:585)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
> 2005-10-28 09:07:06,623 ERROR [STDERR] 	at org.jboss.ejb.StatefulSessionContainer$ContainerInterceptor.invokeHome(StatefulSessionContainer.java:527)
> 2005-10-28 09:07:06,624 ERROR [STDERR] 	at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:130)
> 2005-10-28 09:07:06,624 ERROR [STDERR] 	at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invokeHome(CachedConnectionInterceptor.java:180)
> 2005-10-28 09:07:06,624 ERROR [STDERR] 	at org.jboss.ejb.plugins.StatefulSessionInstanceInterceptor.invokeHome(StatefulSessionInstanceInterceptor.java:128)
> 2005-10-28 09:07:06,624 ERROR [STDERR] 	at org.jboss.ejb.plugins.CallValidationInterceptor.invokeHome(CallValidationInterceptor.java:41)
> 2005-10-28 09:07:06,624 ERROR [STDERR] 	at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:110)
> 2005-10-28 09:07:06,625 ERROR [STDERR] 	at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
> 2005-10-28 09:07:06,625 ERROR [STDERR] 	at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:146)
> 2005-10-28 09:07:06,625 ERROR [STDERR] 	at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:121)
> 2005-10-28 09:07:06,625 ERROR [STDERR] 	... 27 more
> 2005-10-28 09:07:06,693 TRACE [org.jboss.remoting.detection.multicast.MulticastDetector] received detection: null
> 2005-10-28 09:07:06,694 TRACE [org.jboss.remoting.detection.multicast.MulticastDetector] Detection message received.
> 2005-10-28 09:07:06,694 DEBUG [org.jboss.remoting.detection.multicast.MulticastDetector] Error receiving detection
> java.lang.NullPointerException
> 2005-10-28 09:07:06,730 TRACE [org.jboss.remoting.transport.socket.ServerSocketWrapper] ***acknowledge read byteThread[SocketServerInvokerThread-172.16.129.49-4,5,jboss]
> 2005-10-28 09:07:06,733 TRACE [org.jboss.remoting.transport.socket.SocketServerInvoker] server received invocation =>org.jboss.remoting.InvocationRequest at aa2594
> 2005-10-28 09:07:06,733 TRACE [org.jboss.remoting.transport.socket.SocketServerInvoker] dispatching invocation: org.jboss.remoting.InvocationRequest at aa2594 to subsystem: INVOKER from client: 1t6s4v4m-78mwob-efchdu7l-1-efchdv1l-4
> 2005-10-28 09:07:06,733 TRACE [org.jboss.tm.TxManager] tx timeout is now: 0s
> 2005-10-28 09:07:06,734 TRACE [org.jboss.tm.TransactionImpl] Created new instance for tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=172.16.129.49:1099/66, BranchQual=172.16.129.49:1099, localId=0:66]
> 2005-10-28 09:07:06,734 TRACE [org.jboss.tm.TxManager] began tx: TransactionImpl:XidImpl[FormatId=257, GlobalId=172.16.129.49:1099/66, BranchQual=172.16.129.49:1099, localId=0:66]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list