1. 程式人生 > >eclipse unable to start within 45 seconds

eclipse unable to start within 45 seconds

tom 超時 真的 out 服務器 轉換 tor 8.0 sin

在eclipse4.8.2中運行tomcat8.5項目時,提示出錯:

Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

出現這個情況的原因有兩個,要麽是你的數據庫連接connection超時,要麽是你的項目真的在45s之間還沒啟動起來,是由於項目比較大的緣故。

技術分享圖片

首先,你得確認下你的數據庫連接,尤其是在多個服務器之間轉換或者服務器與本機之間項目轉換的過程中。如果數據庫庫連接沒有出錯的話,那麽你在調整下eclipse的這個45s的時間。

修改workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。

將裏面的45s修改成245s,這樣,一定要記住,重啟eclipse啊

    1. 另一種方法,是直接在eclipse上修改。

      技術分享圖片
    2. 點開timeouts

      技術分享圖片
    3. 6

      設置start 255 ,看自己的項目設置參數即可

      技術分享圖片
    4. 7

      重新啟動eclipse

eclipse unable to start within 45 seconds