2 Replies Latest reply on Aug 13, 2002 4:03 AM by tbfmicke

    JBoss conf

    gimi

      Hi there!

      I have a problem with JBoss. It doesn't start properly, but as it tries to start the first listener (JMS-Listener) it spews this error-message:

      [ERROR,Default] 61: bbt.cn.pubutil.ETechnicalProblem: localhost not bound
      at bbt.cn.sysmgmt.JNDIReader.getSetting(JNDIReader.java:134)



      Any help is appreciated. Regards, gimi




        • 1. Re: JBoss conf
          gimi

          Hi again! Maybe I was not clear enough or I didn't gave enough information! Here is some additional errorcode :-)


          >>javax.naming.NameNotFoundException: localhost not bound
          at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
          at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
          at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
          at org.jnp.server.NamingServer.lookup(NamingServer.java:253)
          at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
          sorImpl.java:25)

          My question is, how to configure JBoss, so that it binds the localhost? Or where to configure?? Or is something else causing the problem?? I hope someone will be able to help me!!

          Thanks,
          gimi

          • 2. Re: JBoss conf
            tbfmicke

            It is unclear what you are trying to do, or why.

            It seems that you are trying too look up "localhost" in JNDI. That should normally fail since nothing (normally) puts it there in the first place.

            Regards