【发布时间】:2015-06-09 15:38:23
【问题描述】:
谁能指导我如何调试这个问题?
服务器总是说“正在启动”。然后,由于超时设置为 720 秒,一旦达到 720 秒,服务器就会自动关闭。
即使服务器的状态始终显示正在启动,但我们部署的应用程序在功能上运行良好。
从 J2EE 角度来看,Eclipse 不给出任何警告,JBoss 只是关闭。从 Java 的角度来看,它给出了以下错误。错误详情:
Plugin:org.eclipse.wst.server.core
Severity:Error
Server JBoss AS 7.1 was unable to start within 720 seconds. If the server requires more time, try increasing the timeout in the server editor.
Exception Stack Trace: An exception stack trace is not available.
Session Data:
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.7.0_76
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -clean -product org.eclipse.epp.package.jee.product
在此之后,下一个错误如下图:
org.jboss.ide.eclipse.as.core
The server was shutdown forcefully. All processes were terminated.
我不知道是否有任何日志文件可以查看以进行调试。
【问题讨论】:
标签: eclipse jboss7.x jboss-tools