Hi again

still working on the same problem...

I recognized that I still get errors when trying to lookup home after restart of jboss 
from extern tomcat. I 'm running two jboss, one is located on the same mashine as my 
tomcat server.
It seems jboss-client-classes also tries to lookup on localhost even if the 
jnp.discoveryGroup does not fit (but the PartititionName).

So when trying to lookup from remote tomcat I get this error. sometimes 8 times before 
the client classes succeed in getting home from JNDI.

javax.naming.CommunicationException [Root exception is java.rmi.MarshalException: 
error marshalling arguments; nested exception is:
        java.net.SocketException: Broken pipe]
        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)
..
Caused by: java.rmi.MarshalException: error marshalling arguments; nested exception is:
        java.net.SocketException: Broken pipe
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:129)
        at org.jboss.ha.framework.server.HARMIServerImpl_Stub.invoke(Unknown Source)
        at 
org.jboss.ha.framework.interfaces.HARMIClient.invokeRemote(HARMIClient.java:127)
        at org.jboss.ha.framework.interfaces.HARMIClient.invoke(HARMIClient.java:196)
        at $Proxy49.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
        ... 47 more
Caused by: java.net.SocketException: Broken pipe
        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:66)
        at java.io.BufferedOutputStream.write(BufferedOutputStream.java:105)
        at 
java.io.ObjectOutputStream$BlockDataOutputStream.drain(ObjectOutputStream.java:1639)
        at 
java.io.ObjectOutputStream$BlockDataOutputStream.setBlockDataMode(ObjectOutputStream.java:1548)
        at java.io.ObjectOutputStream.writeNonProxyDesc(ObjectOutputStream.java:1146)
        at java.io.ObjectOutputStream.writeClassDesc(ObjectOutputStream.java:1100)
        at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1241)
        at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
        at java.io.ObjectOutputStream.writeFatalException(ObjectOutputStream.java:1355)
        at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:281)
        at sun.rmi.server.UnicastRef.marshalValue(UnicastRef.java:265)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:124)



<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827910#3827910";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827910>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to