Hi IÂm working with JBoss 321 and eclipse 3.0 in windows 2000, I am trying to debug an application starting Jboss in debug mode from eclipse and I always get the next error:
FATAL ERROR in native method: No transports initialized Invalid listen port number: Localhost:3300 Transport dt_socket failed to initialize, rc = -1. Cannot connect to VM java.net.SocketException: socket closed java.net.PlainSocketImpl.socketAccept(Native Method) java.net.PlainSocketImpl.accept(Unknown Source) java.net.ServerSocket.implAccept(Unknown Source) java.net.ServerSocket.accept(Unknown Source) org.eclipse.jdi.internal.connect.SocketTransportImpl.accept(SocketTransportImpl.java:87) org.eclipse.jdi.internal.connect.SocketListeningConnectorImpl.accept(SocketListeningConnectorImpl.java:124) org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable.run(StandardVMDebugger.java:78) java.lang.Thread.run(Unknown Source) Everytime I run the server in debug mode the portnumber always change FATAL ERROR in native method: No transports initialized Invalid listen port number: Localhost:3302 Transport dt_socket failed to initialize, rc = -1. Cannot connect to VM java.net.SocketException: socket closed java.net.PlainSocketImpl.socketAccept(Native Method) java.net.PlainSocketImpl.accept(Unknown Source) java.net.ServerSocket.implAccept(Unknown Source) java.net.ServerSocket.accept(Unknown Source) org.eclipse.jdi.internal.connect.SocketTransportImpl.accept(SocketTransportImpl.java:87) org.eclipse.jdi.internal.connect.SocketListeningConnectorImpl.accept(SocketListeningConnectorImpl.java:124) org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable.run(StandardVMDebugger.java:78) java.lang.Thread.run(Unknown Source) This is the configuration I used in the (x)=start tag: -Xdebug -Xrunjdwp:transport=dt_socket,address=Localhost:8787, server=y,suspend=y When I run Jboss from run.bat uncommented the JPDA options, it works find, I attach the remote application, but it donÂt stops in the breakpoints. What I am doing wrong? Thanks Mayra View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847719#3847719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847719 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
