Hi all,

           I have a webservice with a stateless session bean running on the folowing 
condition:

         (JBoss + Apache Axis + RedHat 9).

               It works fine, but at least once a day, the server stops. It 
doesnÃÂÃÂt answer any request. If I call "shutdown.sh -S" , this error occur:

CMD_START = cd /usr/java/jboss/bin; /usr/java/jboss/bin/run.sh -c default
Exception in thread "main" javax.naming.CommunicationException [Root exception i
s java.rmi.UnmarshalException: Error unmarshaling return header; nested exceptio
n is:
        java.io.EOFException]
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:647)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at org.jboss.Shutdown.main(Shutdown.java:182)
Caused by: java.rmi.UnmarshalException: Error unmarshaling return header; nested
 exception is:
        java.io.EOFException
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
203)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
        ... 3 more
Caused by: java.io.EOFException
        at java.io.DataInputStream.readByte(DataInputStream.java:333)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
189)
        ... 6 more


           I put two machine running the same configuration and the error occurs on 
both. Could anyone tell me what a fucking hell is going on ????

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to