Hello,

I am excited that 3.0 has been released.  I'm trying to convert a 2.4
project over to 3.0 and get a socket error when I try to call create on a
session bean.  I don't understand what the problem is and am not sure how i
can diagnose the problem.  Can anybody give me some pointers as to where i
could look?

I'm using jdk 1.3.1_02.  I copied the entire client directory under jboss3.0
to the class path of the client (which is a web application running under
tomcat).  The jboss server doesnt' make it to the point of calling my
ejbCreate method.

Thanks for any help,

Gray Jones

java.net.SocketException: Connection aborted by peer: socket write error
        at java.net.SocketOutputStream.socketWrite(Native Method)
        at java.net.SocketOutputStream.write(SocketOutputStream.java:96)
        at java.io.BufferedOutputStream.write(BufferedOutputStream.java:112)
        at java.io.ObjectOutputStream.drain(ObjectOutputStream.java:1463)
        at
java.io.ObjectOutputStream.setBlockData(ObjectOutputStream.java:1486)

        at
java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:407)
        at sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:268)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:106)
        at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown
Sour
ce)
        at
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvo
kerProxy.java:128)
        at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
a:108)
        at
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
java:73)
        at
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:7
6)
        at
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)
        at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
        at $Proxy1.create(Unknown Source)
        at
com.xtriahc.xsecure.model.ejb.client.EJBXSecureManager.acquireHomeRef
erences(EJBXSecureManager.java:84)


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to