[jboss-user] [EJB/JBoss] - Re: Unable to get remote interface for bean[jboss 4.2.1]

b_rv21 do-not-reply at jboss.com
Fri Sep 21 02:47:58 EDT 2007


Hi,
I have got over this problem(but stuck with another)
I copied the Jboss remoting jars(Jboss remoting 2.2.0GA)
When I try getting remote interface by .create, ejbCreate is getting called. There is no EOFException on the server side

Instead, I am getting this error in server.log


2007-09-21 12:04:34,179 DEBUG [org.jboss.remoting.transport.socket.ServerSocketWrapper] unable to writing CLOSING byte
java.net.SocketException: Software caused connection abort: socket write error
	at java.net.SocketOutputStream.socketWrite0(Native Method)
	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
	at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
	at java.io.ObjectOutputStream$BlockDataOutputStream.flush(ObjectOutputStream.java:1631)
	at java.io.ObjectOutputStream.flush(ObjectOutputStream.java:666)
	at org.jboss.remoting.transport.socket.ServerSocketWrapper.close(ServerSocketWrapper.java:57)
	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:475)
	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:159)
2007-09-21 12:04:34,179 DEBUG [org.jboss.remoting.transport.socket.SocketWrapper] unable to close output stream



Client encounters MarshallException


Please help..

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

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



More information about the jboss-user mailing list