Debug fails to start in SB Studio with error JDWP No transports initialized""
book
Article ID: KB0076115
calendar_today
Updated On:
Description
I can't run in debug mode. I get this error:
FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) ERROR: transport error 202: bind failed: Address already in use ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]
Issue/Introduction
Debug fails to start in SB Studio with error JDWP No transports initialized""
Resolution
When running in Debug mode, there are two listening ports defined...the main server port (default: 10000) and the debug port (default: 8000). The latter is set in the Debug Launch Configuration.
Check to make sure you do not have a debug session already running. You can also run 'netstat' from the command-line to see what ports are in use. Select a port for debugging that is not in use.
Feedback
thumb_up
Yes
thumb_down
No