In intelliJ 12.0 on ubuntu 12.04 with glassfish 3.1.2.2, I am trying to run my web application in debug mode, but I have this error message:
Error starting domain domain1.
The server exited prematurely with exit code 134.
Before it died, it produced the following output:
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:741]
I am trying to change the port 9009 in domain.xml to another, but it was unsuccessful. Could you help me solve this problem?
thank
source
share