`
iliuyong
  • 浏览: 141543 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论

eclipse中jboss启动时提示 50 seconds. 超时

    博客分类:
  • java
阅读更多

eclipse中jboss启动时提示

Server JBoss v4.2 at localhost was unable to start within 50 seconds.
If the server requires more time, try increasing the timeout in the server editor.

解决办法

修改

workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml

<server auto-publish-setting="1" hostname="localhost" id="JBoss v4.2 at localhost" name="JBoss v4.2 at localhost" runtime-id="JBoss v4.2" server-type="org.eclipse.jst.server.generic.jboss42" server-type-id="org.eclipse.jst.server.generic.jboss42" start-timeout="50" stop-timeout="15" timestamp="7">

把 start-timeout="50" 改为  start-timeout="500000"

重启eclipse就可以了

分享到:
评论
1 楼 hugo 2009-02-19  
现在不用这么麻烦,eclipse 3.4.0为例,在server view中双击server,在timeout选项中调大start时间就可以了

相关推荐

Global site tag (gtag.js) - Google Analytics