0
MacBookにテストVaadinサイトを起動する際に問題があります。 Safariでポート8080を開こうとすると、古いVaadinプロジェクトが開かれます。 IntelliJはこれを続けています。ローカルVaadinテストサイトを起動できません
[INFO] Started [email protected]{/,file:///Users/jackson/proghub/assignment5/src/main/webapp/,AVAILABLE}{file:///Users/jackson/proghub/assignment5/src/main/webapp/}
[INFO] Jetty server exiting.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.285 s
[INFO] Finished at: 2017-04-13T12:22:16-05:00
[INFO] Final Memory: 46M/381M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.3.9.v20160517:run (default-cli) on project assignment5: Failure: Address already in use -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Process finished with exit code 1
は明らかに問題がある:
失敗:住所、すでに使用中の私はこれについて何をすべき
?
私はコンピュータを再起動しただけで、うまくいきました。問題が解決しない場合、私はポートを変更しようとしました。とにかくフィードバックに感謝します。 –