Beginner problems....
Hello,
I am very new to Intelli-J.
Whenever I'm trying to run it in debug mode (Run->Debug) I get the following message:
'Error running unnamed: Unable to open debugger port : java.net.SocketException "socket closed"'
....
Thanks,
Daniel.
Please sign in to leave a comment.
I forgot to say - that was a message displayed in a message box at the very end. Before that, some additional stuff was reported in the Console tab:
-
C:\j2sdk1.4.2_04\bin\java -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:1774,suspend=y,server=n -Dfile.encoding=windows-1252 -classpath "..." AnalyticsJAPITester TestNPRD_Properties
FATAL ERROR in native method: No transports initialized
Transport dt_socket failed to initialize, rc = 509.
Process finished with exit code 1
it could be that you've unchecked the passing of environment variables on the startup/connection tab of the debug window... i did the same thing and took me ages to retrace my mistake!
hope that helps someone