Issue:
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]
Reason:
One may face above issue if running Admin and/or one or more Managed Server in same physical m/c.
Resolution:
Solution: The issue is with setDomainEnv.cmd file. The Domain configuration wizard set the value of debugFlag to 'true'.
Since both AdminServer, osb_mngd_srvr_1 are running in the same physical box, osb_mngd_srvr_1 failed to listen to JAVA_DEBUG port because AdminServer is already listening to it. Comment out the initialization of debugFlag variable from the setDomainEnv.cmd and things should run fine.
rem set debugFlag=true