码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse unable to start within 45 seconds

时间:2018-10-13 02:47:20      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:ref   cond   icon   exp   more   技术   server   多个   pac   

在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

标签:ref   cond   icon   exp   more   技术   server   多个   pac   

原文地址:https://www.cnblogs.com/googlegis/p/9781125.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!