首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

eclipse启动超时报错有关问题的解决-转

2012-06-27 
eclipse启动超时报错问题的解决---转eclipse中jboss启动时提示Server JBoss v4.2 at localhost was unable

eclipse启动超时报错问题的解决---转
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就可以了

热点排行