I posted this question already in a different forum 
(http://www.jboss.org/index.html?module=bb&op=viewtopic&t=74658&start=0) and 
apologize if you already ran accross it. But there was a similar problem stated 
before I posted mine which remained unanswered, so I thought, this may be the 
better forum to pose the question.

I am trying to set up an ejb ws client but I receive the following error:


javax.naming.CommunicationException: Failed to retrieve stub from server 
localhost:8180 [Root exception is java.io.EOFException]
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:209)
        at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1183)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:514)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at 
com.wcom.rrs.remote.client.CATsClientBean.login(CATsClientBean.java:76)
        at 
com.wcom.rrs.remote.client.CATsClientBean.main(CATsClientBean.java:105)
Caused by: java.io.EOFException
        at 
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2165)
        at 
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2631)
        at 
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
        at java.io.ObjectInputStream.(ObjectInputStream.java:253)
        at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:197)


Can anyone help me out? Your help is highly appreciated!


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to