【发布时间】:2017-04-13 17:25:38
【问题描述】:
我无法在我的 MacBook 上启动我的测试 Vaadin 站点。当我尝试在 Safari 中打开端口 8080 时,它会打开我的一个旧 Vaadin 项目。 IntelliJ 一直在告诉我这一点。
[INFO] Started o.e.j.m.p.JettyWebAppContext@162c1dfb{/,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
显然问题是:
失败:地址已在使用中
我该怎么办?
【问题讨论】:
标签: java apache intellij-idea jetty vaadin