panssion / snova

Automatically exported from code.google.com/p/snova
0 stars 0 forks source link

Services which failed to start on Openshift #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
下面的通过rhc获取的log信息

    at org.jboss.as.pojo.service.DescribedPojoPhase.start(DescribedPojoPhase.java:69)
    ... 5 more
2012/04/19 02:29:31,693 INFO  [org.jboss.web] (MSC service thread 1-4) 
JBAS018210: Registering web context: 
2012/04/19 02:29:31,703 INFO  [org.jboss.as.server] (DeploymentScanner-threads 
- 2) JBAS015870: Deploy of deployment "ROOT.war" was rolled back with failure 
message {"JBAS014671: Failed services" => 
{"jboss.pojo.\"org.jboss.netty.internal.LoggerConfigurator\".DESCRIBED" => 
"org.jboss.msc.service.StartException in service 
jboss.pojo.\"org.jboss.netty.internal.LoggerConfigurator\".DESCRIBED: 
java.lang.ClassNotFoundException: 
org.jboss.netty.container.microcontainer.NettyLoggerConfigurator from [Module 
\"deployment.ROOT.war:main\" from Service Module Loader]"}}
2012/04/19 02:29:31,988 INFO  [org.jboss.as.server.deployment] (MSC service 
thread 1-1) JBAS015877: Stopped deployment ROOT.war in 283ms
2012/04/19 02:29:31,989 INFO  [org.jboss.as.controller] 
(DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777:   Services which failed to start:      service 
jboss.pojo."org.jboss.netty.internal.LoggerConfigurator".DESCRIBED: 
org.jboss.msc.service.StartException in service 
jboss.pojo."org.jboss.netty.internal.LoggerConfigurator".DESCRIBED: 
java.lang.ClassNotFoundException: 
org.jboss.netty.container.microcontainer.NettyLoggerConfigurator from [Module 
"deployment.ROOT.war:main" from Service Module Loader]
2012/04/19 02:29:31,993 ERROR [org.jboss.as.server.deployment.scanner] 
(DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and 
was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: 
Failed services" => 
{"jboss.pojo.\"org.jboss.netty.internal.LoggerConfigurator\".DESCRIBED" => 
"org.jboss.msc.service.StartException in service 
jboss.pojo.\"org.jboss.netty.internal.LoggerConfigurator\".DESCRIBED: 
java.lang.ClassNotFoundException: 
org.jboss.netty.container.microcontainer.NettyLoggerConfigurator from [Module 
\"deployment.ROOT.war:main\" from Service Module Loader]"}}}}

Original issue reported on code.google.com by psych...@gmail.com on 19 Apr 2012 at 7:43

GoogleCodeExporter commented 9 years ago
和我一样的问题~~~~

Original comment by juyyao on 7 Jun 2012 at 2:45