现在的位置: 首页 > 综合 > 正文

JBoss was unable to start within 50 seconds

2013年05月01日 ⁄ 综合 ⁄ 共 1833字 ⁄ 字号 评论关闭

在Eclipse中启动JBoss 5.0时出现如下错误:
Server JBoss v5.0 at localhost was unable to start within 50 seconds. If the server requires more time, try increasing the timeout in the server editor.

方法一:
    在EclipseWorkBench/.metadata/.plugins/org.eclipse.wst.server.core/servers.xml中,将start-timeout="50"改成start-timeout="500"

 方法2:

    在EclipseForJavaEE/plugins/org.eclipse.jst.server.generic.jboss_1.5.205.v200805140145/plugin.xml中,将id="org.eclipse.jst.server.generic.jboss5"的serverType标签属性startTimeout="50000"改成startTimeout="500000"

 

【上篇】
【下篇】

抱歉!评论已关闭.