Try just "ConnectionFactory".
Use JndiView from jmx console to see the new name.
 
jcl.
----- Original Message -----
From: G.L. Grobe
Sent: Wednesday, August 14, 2002 4:34 PM
Subject: [JBoss-user] QueueConnectionFactory not bound

I'm getting the NameNotFoundException below from the following line.
 
   qConnectionFactory = (QueueConnectionFactory) ctx.lookup("QueueConnectionFactory");
 
This is from a remote client. Did anything here change from 2.4.4 to 3.0.1 with this?
Any help much appreciated.
 
--- remote client output
 
 javax.naming.NameNotFoundException: QueueConnectionFactory not bound
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:240)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:215)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:117)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:450)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:434)
        at javax.naming.InitialContext.lookup(InitialContext.java:345)
        at com.neuroquest.cais.clients.builder.Builder.setupQueueReceiver(Unknown Source)
        at com.neuroquest.cais.clients.builder.Builder.main(Unknown Source)
javax.naming.NameNotFoundException: TopicConnectionFactory not bound
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:240)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:215)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:117)
        at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:450)
        at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:434)
        at javax.naming.InitialContext.lookup(InitialContext.java:345)
        at com.neuroquest.cais.clients.builder.Builder.platformSubscription(Unknown Source)
        at com.neuroquest.cais.clients.builder.Builder.main(Unknown Source)

Reply via email to