Community
Participate
Working Groups
It has to do with the java vm the following error message occures while launching the debugger in the console PLease help -->err:: No such file or directory FATAL ERROR in native method: No transports initialized Error [2] in connect() call! Socket transport failed to init. Transport dt_socket failed to initialize, rc = -1.
*** This bug has been marked as a duplicate of 49659 ***
This error message from the VM indicates that it could not start the socket transport for the debugger. This happens when you are missing the required dlls for the socket communication (jdwp.dll, should be in your VM's bin directory), or when TCP is improperly configured on your workstation. What VM and version are you running? What version of Eclipse are you using?
Resolution: e-mail from bug reporter indicates firewall was causing the trouble.