[jboss-user] [JBoss Messaging] - Re: VeifyError when talking to remote JMS server

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Mar 8 14:04:41 EST 2007


>From your first stack trace:

	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
  | 	at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
  | 	at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:57)
  | 	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:637)
  | 

It looks like your JNDI is set on callByValue. Can you check that?

Take a look at examples/ejb3mdb/README.html... there is a troubleshooting information about JNDIs and callByReference.

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

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



More information about the jboss-user mailing list