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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952941#3952941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952941 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
