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
顯然的問題是:
失敗:地址已在使用
我應該怎麼處理這件事?
我結束了剛剛重新啓動我的電腦,工作。如果問題仍然存在,我會嘗試更換端口。無論如何感謝您的反饋。 –