2 Replies Latest reply on Oct 29, 2008 1:02 AM by jaikiran

    Cannot Remote Debug with jboss-eap-4.3

    webdude

      Jboss: jboss-eap-4.3
      IDE: IntelliJ 7.1

      No matter what I seem to do I cannot remote debug with jboss-eap-4.3. I keep getting the error: "Cannot connect to host http://localhost:8080". I am sure that there are no other applications using that port. It happens on my colleagues machines as well. Now using jboss version 1.4.2 - the remote debug works perfectly.

      I am sure that the JAVA_OPTS are setup correctly especially that the port in the JBOSS server config in Intellij match the debug port in the my JAVA_OPTS config.

      Anybody else running into this ??

        • 1. Re: Cannot Remote Debug with jboss-eap-4.3
          webdude

           

          "webdude" wrote:
          Jboss: jboss-eap-4.3
          IDE: IntelliJ 7.1
          OS: Ubuntu Hardy Heron

          No matter what I seem to do I cannot remote debug with jboss-eap-4.3. I keep getting the error: "Cannot connect to host http://localhost:8080". I am sure that there are no other applications using that port. It happens on my colleagues machines as well. Now using jboss version 1.4.2 - the remote debug works perfectly.

          I am sure that the JAVA_OPTS are setup correctly especially that the port in the JBOSS server config in Intellij match the debug port in the my JAVA_OPTS config.

          Anybody else running into this ??


          • 2. Re: Cannot Remote Debug with jboss-eap-4.3
            jaikiran

            Please post the entire console logs including the echo statements that you see on the console.

            And by the way, the default debug port is 8787 and not 8080.