1 Reply Latest reply on Oct 10, 2006 3:40 AM by vsysolts

    Multiple JBoss instances problem

      Hi all,

      I use JBoss 3.2.6 on a Linux box.

      I'd like to start multiple JBoss instances. So I followed the Configuring Multiple JBoss Instances On One Machine Wiki directives.

      The solution I'd prefer use is the multi-home network card one.

      So I added a new IP addres to my network card :
      ifconfig eth0 add 192.168.1.10

      ifconfig -a give me a eth0:0 network interface with the 192.168.1.10 IP address.

      Then I try to start a new JBoss with the command :
      run.sh -b 192.168.1.10

      I get the following error message :
      ERROR: transport error 202: bind failed: Address already in use ["transport.c",L41]
      ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) ["debugInit.c",L500]
      JDWP exit error JVMTI_ERROR_INTERNAL(113): No transports initializedFATAL ERROR in native method: JDWP No transports initialized, jvmtiError=JVMTI_ERROR_INTERNAL(113)

      Did I miss something or is this a JBoss 4 feature ?

      Thanks for your help.

      Regards
      A. ROY

        • 1. Re: Multiple JBoss instances problem
          vsysolts

          I guess you have enabled debugging in both jboss servers with
          -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
          in jboss.conf
          This may be a problem, I have just had busy port 8787 and jboss [single] could not be started with the same unclear error diagnostics.