[jboss-user] [EJB 3.0] - jbossall-client

kopcomen do-not-reply at jboss.com
Wed Feb 18 04:24:41 EST 2009


I use jbossall-client in jboss 4.2.3 call Remote object on jboss 4.0.3sp1 server  then occur error

java.rmi.ConnectException: Failure during invoke; nested exception is: 
        java.io.EOFException
        at org.jboss.invocation.pooled.interfaces.PooledInvokerProxy.invoke(PooledInvokerProxy.java:676)
        at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
        at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
        at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
        at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
        at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:184)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
        at $Proxy0.create(Unknown Source)
        at testjboss.Main.create(Main.java:74)
        at testjboss.Main.main(Main.java:103)
Caused by: java.io.EOFException
        at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2507)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1272)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:349)
        at org.jboss.invocation.pooled.interfaces.PooledInvokerProxy.invoke(PooledInvokerProxy.java:654)
        ... 9 more

Howto solve this problem


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210984#4210984

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210984



More information about the jboss-user mailing list