[jboss-user] [JBossMQ] - Re: [JmsActivation] Failure in jms activation What would be

adrian@jboss.org do-not-reply at jboss.com
Tue Dec 16 10:07:47 EST 2008


anonymous wrote : javax.naming.NameNotFoundException: jms not bound

As it says, there's no such binding in jndi, probably because there is no such queue.

anonymous wrote : destination=jms/OrderBillingQueue

Check your jndi config for the DefaultJMSProvider in jms-ds.xml
since this looks like a remote jndi request from the stacktrace
which I'd guess is going to the wrong machine?


  |  at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
  | at sun.rmi.transport.Transport$1.run(Transport.java:153)
  | at java.security.AccessController.doPrivileged(Native Method)
  | at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
  | at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
  | at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
  | at java.lang.Thread.run(Thread.java:595)
  | at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
  | at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
  | at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
  | at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625)
  | at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587)
  | at javax.naming.InitialContext.lookup(InitialContext.java:351)
  | at org.jboss.util.naming.Util.lookup(Util.java:215) 
  | 

If you can't figure it out, there's a seperate forum for naming/jndi issues that
has an FAQ.

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

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



More information about the jboss-user mailing list