1 Reply Latest reply on Feb 18, 2009 11:27 AM by peterj

    jbossall-client

    kopcomen

      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

        • 1. Re: jbossall-client
          peterj

          Please post the source code for the Main class. Also, there should be a corresponding exception stack trace on the server, post that.