Hi All

I really appreciate any help on this

When I use the ./bin/shutdown.sh -S  I get the following
Exception in thread "main" javax.naming.NamingException: Could not dereference 
object [Root exception is javax.naming.CommunicationException [Root exception 
is java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
        java.io.InvalidClassException: org.jnp.interfaces.MarshalledValuePair; 
local class incompatible: stream classdesc serialVersionUID = 
-6485622724173581497, local class serialVersionUID = -3403843515711139134]]
        at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:999)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:629)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:520)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at org.jboss.Shutdown.main(Shutdown.java:182)
Caused by: javax.naming.CommunicationException [Root exception is 
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
        java.io.InvalidClassException: org.jnp.interfaces.MarshalledValuePair; 
local class incompatible: stream classdesc serialVersionUID = 
-6485622724173581497, local class serialVersionUID = -3403843515711139134]
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:663)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:520)
        at javax.naming.InitialContext.lookup(InitialContext.java:347)
        at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:993)
        ... 4 more
Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested 
exception is:
        java.io.InvalidClassException: org.jnp.interfaces.MarshalledValuePair; 
local class incompatible: stream classdesc serialVersionUID = 
-6485622724173581497, local class serialVersionUID = -3403843515711139134
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:164)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:544)
        ... 7 more
Caused by: java.io.InvalidClassException: 
org.jnp.interfaces.MarshalledValuePair; local class incompatible: stream 
classdesc serialVersionUID = -6485622724173581497, local class serialVersionUID 
= -3403843515711139134
        at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:463)
        at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1521)
        at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1435)
        at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
        at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
        at sun.rmi.server.UnicastRef.unmarshalValue(UnicastRef.java:297)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:146)
        ... 9 more

I also tried the ./bin/shutdown.sh -s 144.250.209.190:8280 and that didn't work 
either

Please help

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to