glassfish 3.1.2.2を使用したubuntu 12.04のintelliJ 12.0では、デバッグモードでWebアプリケーションを起動しようとしていますが、 :グラスフィッシュサーバを搭載したubuntuでintelliJでデバッグモードでWebアプリケーションを実行することはできません
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を変更しようとしましたが、失敗しました。 この問題を解決する手助けをしてもらえますか?
ありがとうございました
あなたは[こちら]更新ポートの値を参照してください(http://img267.imageshack.us/img267/6173/20130201162337.png)? IDEAの外で起動するとデバッグモードで動作しますか? – CrazyCoder