Hi, Thanks for the rely... I tried doing the what you guys suggested i.e passing -b X.X.X.X to run.bat [c:\AppServer>run.bat -b X.X.X.X] When i did this i got the following exception
| 2007-07-10 18:53:09,095 ERROR [org.jboss.remoting.transport.socket.SocketServerInvoker] Error starting ServerSocket. Bind port: 3873, bind address: /X.X.X.X | 2007-07-10 18:53:09,095 ERROR [org.jboss.remoting.transport.Connector] Error starting connector. | java.net.BindException: Cannot assign requested address: JVM_Bind | at java.net.PlainSocketImpl.socketBind(Native Method) | at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) | at java.net.ServerSocket.bind(ServerSocket.java:319) | at java.net.ServerSocket.<init>(ServerSocket.java:185) | at javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFactory.java:169) | at org.jboss.remoting.transport.socket.SocketServerInvoker.createServerSocket(SocketServerInvoker.java:186) | at org.jboss.remoting.transport.socket.SocketServerInvoker.start(SocketServerInvoker.java:136) | at org.jboss.remoting.transport.Connector.start(Connector.java:316) | ....................... | ................ | 2007-07-10 18:53:09,252 WARN [org.jboss.system.ServiceController] Problem starting service jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3 | java.net.BindException: Cannot assign requested address: JVM_Bind | at java.net.PlainSocketImpl.socketBind(Native Method) | at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) | at java.net.ServerSocket.bind(ServerSocket.java:319) | | also the port 3873 is unoccupied. What is going wrong here? Also i tried the changing the run.sh file, but i got the same exception. And, I couldnot find the following entry in the registry: | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JBOSS\Parameters] | "JavaService Version"="2,0,10,0" | "Start Param Count"=dword:000000002 | "Start Param Number 0"="-b" | Have i done some mistake while installing JBoss or am going wrong somewhere. Please help me out in solving this issuse as it is becoming a major bottleneck for our product. Thanks for any suggestion or help. Regards Ved View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062460#4062460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062460 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
