在使用glassfish 3.1.2.2的ubuntu 12.04上的intelliJ 12.0中,我试图在调试模式下启动我的Web应用程序,但是我收到此错误消息:
@H_404_9@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]
我尝试用另一个更改domain.xml中的端口9009但它不成功.
你能帮我解决这个问题吗?
谢谢