1 Reply Latest reply on May 22, 2002 6:25 PM by juha

    jmx not bound

    doritc

      Hi,

      I am using jboss-3.0.0RC1_tomcat-4.0.3,
      I try to run the JBoss JMS examples and I received the exception:
      javax.naming.NameNotFoundException: jmx not bound

      deploy-bean:
      [echo] Deploying bean: HelloListener.jar
      [java] Deploying C:\java\app_server\examples/build-examples/jms/HelloListener.jar
      [java] javax.naming.NameNotFoundException: jmx not bound
      [java] at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall .java:245)
      [java] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220)
      [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
      [java] at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:365)
      [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
      [java] at javax.naming.InitialContext.lookup(InitialContext.java:350)
      [java] at org.jboss.jmx.client.Deployer.lookupAdaptor(Deployer.java:104)
      [java] at org.jboss.jmx.client.Deployer.deploy(Deployer.java:57)
      [java] at org.jboss.jmx.client.Deployer.main(Deployer.java:37)
      [java] Exception in thread "main"
      [java] Java Result: 1

      Please any help will be appreciated,
      Dorit