OS: Windows 10
IDE: Eclipse → Intellij IDEA
EclipseでビルドしたプロジェクトをEclipseで立ち上げたWildFlyサーバで公開していたのですが,
それをまるっとIntellij IDEAに移行しようとしていました.
そこでIntellij IDEAでプロジェクトをビルドし,以下の構成でサーバーを構築・公開したのですが,
タイトルにある旨のエラーが出てしまいます.
以下,ポップアップの表示と,コンソールに出力されたログです.
何か解決策等ございましたらご教授いただけますと幸いです.
・ポップアップ
Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:8080
・コンソールのログ(エラー部分のみ抜粋)
11:10:43,598 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "hogehoge")]) - failure description: "WFLYSRV0205: There is already a deployment called hogehoge.war with the same runtime name hogehoge.war" 11:10:43,607 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. 11:10:43,632 INFO [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) stopped in 14ms Disconnected from server
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/01/13 01:57