0

Web アプリケーションに対して「mvn clean install -Dmaven.test.skip=true」コマンドを実行しています。しかし、次のエラーが発生します。catalina ホームを環境変数として設定します。私はmaven 3.1.1バージョンを使用しています。私を助けてください

 FATAL ERROR in native method: JDWP No transports i
nitialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197)
[WARNING] [talledLocalContainer] ERROR: transport error 202: bind failed: Addres
s already in use
[ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.2.4:star
t (start-container) on project RCMigrationWebApp: Execution start-container of g
oal org.codehaus.cargo:cargo-maven2-plugin:1.2.4:start failed: Failed to start t
he Tomcat 7.x container. Deployable [http://localhost:8080/cargocpc/index.html]
failed to finish deploying within the timeout period [120000]. The Deployable st
ate is thus unknown. -> [Help 1]
4

2 に答える 2

0

おそらく、8080 で実行されているすべてのプロセスを強制終了する必要があります。ポートが既に使用されているようです.. エラー: トランスポート エラー 202: バインドに失敗しました: アドレスは既に使用されています

于 2014-03-07T06:44:47.610 に答える
0

使用中のポート。netstat -bvを使用している場合は実行しますWindows。どのプロセスがポートを保持しているかがわかります。stackTrace を使用すると、非常に明白に見えます。

それが役立つかどうか教えてください。

于 2014-03-07T08:40:13.740 に答える