[jboss-dev-forums] [Design of POJO Server] - JMS ConnectionFactory not bound issue

anil.saldhana@jboss.com do-not-reply at jboss.com
Wed Nov 26 11:35:51 EST 2008


As of yesterday, I am seeing the following error affecting some of the MDB tests.


  | ConnectionFactory not bound
  | 
  | javax.naming.NameNotFoundException: ConnectionFactory not bound
  | 	at org.jnp.server.NamingServer.getBinding(NamingServer.java:771)
  | 	at org.jnp.server.NamingServer.getBinding(NamingServer.java:779)
  | 	at org.jnp.server.NamingServer.getObject(NamingServer.java:785)
  | 	at org.jnp.server.NamingServer.lookup(NamingServer.java:443)
  | 	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:713)
  | 	at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:673)
  | 	at javax.naming.InitialContext.lookup(InitialContext.java:351)
  | 	at org.jboss.test.security.test.EJBSpecUnitTestCase.testMDBRunAs(EJBSpecUnitTestCase.java:601)
  | 	at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
  | 	at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
  | 	at junit.extensions.TestSetup.run(TestSetup.java:25)
  | 

Was this the messaging upgrade or something in "connector"?

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

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



More information about the jboss-dev-forums mailing list