【发布时间】:2012-10-22 12:02:53
【问题描述】:
我在部署过程中遇到错误,我不明白那是什么意思。这是日志:
16:54:50,298 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/content/RQ.war/WEB-INF/lib/mail-1.4.jar" does not point to a valid jar for a Class-Path reference.
16:54:52,888 ERROR [org.jboss.as] (MSC service thread 1-4) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6379ms - Started 632 of 876 services (163 services failed or missing dependencies, 76 services are passive or on-demand)
在该日志中,我只能看到一个错误和一个警告。并且应用程序没有部署..
【问题讨论】:
-
你能发布完整的服务器启动日志吗?如果它不是太大?
-
它太大了)但是没有任何有用的信息。顺便说一句,我已经解决了这个问题。未正确安装 oracle 驱动程序。我重新安装了它,它现在可以正常工作了。
-
很好,在这种情况下请回答您自己的问题
-
看来,问题和答案目前提供的细节太少,对其他人有用。
标签: java maven intellij-idea jboss7.x