1 Reply Latest reply on Jun 9, 2009 5:23 AM by rob.stryker

    Could not obtain connection error in Server Log view

      After successfully starting a JBoss 4.2.3.GA server in Eclipse, and selecting Show In > Server Log, I see two warning messages in the server log:

      "Could not obtain connection to any of these urls: localhost:1099"

      "jmx not bound"

      Are these warnings avoidable? Even the JBoss documentation for the JBoss AS perspective shows them in the screenshot for the Server Log.

      I haven't run into any functional issues, it's just bugging me and I'd like to NOT see warning messages if possible.

      Any suggestions? Thanks in advance.

      Brian

        • 1. Re: Could not obtain connection error in Server Log view
          rob.stryker

          That's just listing the status as the connection gearsr up. First the server is down, adn no JNDI connection is available. Then a connection is made, but the JMX isn't loaded yet. Then JMX is available, but the server is not "completely" started. And finally, the server is up.

          Those are the 4 logging points of a server startup.

          Currently there is no way to hide this.