SK Sahu [https://community.jboss.org/people/sahu_sk9] created the discussion

"Failed to start service jboss.deployment.unit."ejb.jar".POST_MODULE"

To view the discussion, visit: https://community.jboss.org/message/816131#816131

--------------------------------------------------------------
Hi everybody,
   I am trying to deploy my ejb on jboss AS 7.1.1 server, but it fails with the 
error given bellow. please help to solve the issue. here with attached the 
project for better clarification. 

Thanks in advance
SK 

10:32:25,974 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) 
JBAS016200: Activating ConfigAdmin Subsystem
10:32:26,052 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) 
JBAS011940: Activating OSGi Subsystem
10:32:26,069 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) 
JBAS013101: Activating Security Subsystem
10:32:26,085 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) 
JBAS011800: Activating Naming Subsystem
10:32:26,083 INFO  [org.jboss.as.connector] (MSC service thread 1-4) 
JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
10:32:26,100 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread 
Pool -- 31) JBAS010280: Activating Infinispan subsystem.
10:32:26,128 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: 
Current PicketBox version=4.0.7.Final
10:32:26,137 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) 
JBAS015537: Activating WebServices Extension
10:32:26,190 INFO  [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: 
Starting Naming Service
10:32:26,197 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) 
JBAS015400: Bound mail session [java:jboss/mail/Default]
10:32:26,192 INFO  [org.jboss.as.connector.subsystems.datasources] 
(ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver 
class org.h2.Driver (version 1.3)
10:32:26,529 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC 
service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA
10:32:26,726 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 
1-3) JBAS015012: Started FileSystemDeploymentService for directory 
C:\Jboss\jboss-as-7.1.1.Final\standalone\deployments
10:32:26,729 INFO  [org.jboss.as.server.deployment.scanner] 
(DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment 
TestERP.jar
10:32:26,786 INFO  [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: 
Listening on /127.0.0.1:4447
10:32:26,804 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service 
thread 1-2) Starting Coyote HTTP/1.1 on http--127.0.0.1-8282
10:32:26,825 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: 
Listening on /127.0.0.1:9999
10:32:27,053 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service 
thread 1-1) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
10:32:27,074 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) 
JBAS015876: Starting deployment of "TestERP.jar"
10:32:27,166 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) 
MSC00001: Failed to start service 
jboss.deployment.unit."TestERP.jar".POST_MODULE: 
org.jboss.msc.service.StartException in service 
jboss.deployment.unit."TestERP.jar".POST_MODULE: Failed to process phase 
POST_MODULE of deployment "TestERP.jar"
    at 
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119)
 [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    at 
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
 [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    at 
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
 [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 [rt.jar:1.6.0_16]
    at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) 
[rt.jar:1.6.0_16]
    at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_16]
Caused by: java.lang.RuntimeException: Error getting reflective information for 
class com.orava.erp.test.session.TestEJB with ClassLoader ModuleClassLoader for 
Module "deployment.TestERP.jar:main" from Service Module Loader
    at 
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:70)
 [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    at 
org.jboss.as.ee.metadata.MethodAnnotationAggregator.runtimeAnnotationInformation(MethodAnnotationAggregator.java:58)
    at 
org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.handleAnnotations(InterceptorAnnotationProcessor.java:85)
    at 
org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:70)
    at 
org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55)
    at 
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113)
 [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    ... 5 more
Caused by: java.lang.NoClassDefFoundError: org/hibernate/HibernateException
    at java.lang.Class.getDeclaredFields0(Native Method) [rt.jar:1.6.0_16]
    at java.lang.Class.privateGetDeclaredFields(Class.java:2291) 
[rt.jar:1.6.0_16]
    at java.lang.Class.getDeclaredFields(Class.java:1743) [rt.jar:1.6.0_16]
    at 
org.jboss.as.server.deployment.reflect.ClassReflectionIndex.<init>(ClassReflectionIndex.java:57)
 [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    at 
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex.getClassIndex(DeploymentReflectionIndex.java:66)
 [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    ... 10 more
Caused by: java.lang.ClassNotFoundException: org.hibernate.HibernateException 
from [Module "deployment.TestERP.jar:main" from Service Module Loader]
    at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
    at 
org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
    at 
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
    at 
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:423)
    at 
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
    at 
org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) 
[rt.jar:1.6.0_16]
    ... 15 more

10:32:27,214 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin 
console listening on  http://127.0.0.1:9990 http://127.0.0.1:9990
10:32:27,216 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) 
JBAS015870: Deploy of deployment "TestERP.jar" was rolled back with failure 
message {"JBAS014671: Failed services" => 
{"jboss.deployment.unit.\"TestERP.jar\".POST_MODULE" => 
"org.jboss.msc.service.StartException in service 
jboss.deployment.unit.\"TestERP.jar\".POST_MODULE: Failed to process phase 
POST_MODULE of deployment \"TestERP.jar\""}}
10:32:27,216 ERROR [org.jboss.as] (MSC service thread 1-4) JBAS015875: JBoss AS 
7.1.1.Final "Brontes" started (with errors) in 2529ms - Started 140 of 218 
services (1 services failed or missing dependencies, 76 services are passive or 
on-demand)
10:32:27,226 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) 
JBAS015877: Stopped deployment TestERP.jar in 9ms
10:32:27,228 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) 
JBAS014774: Service status report
JBAS014777:   Services which failed to start:      service 
jboss.deployment.unit."TestERP.jar".POST_MODULE: 
org.jboss.msc.service.StartException in service 
jboss.deployment.unit."TestERP.jar".POST_MODULE: Failed to process phase 
POST_MODULE of deployment "TestERP.jar"

10:32:27,233 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.deployment.unit.\"TestERP.jar\".POST_MODULE" => 
"org.jboss.msc.service.StartException in service 
jboss.deployment.unit.\"TestERP.jar\".POST_MODULE: Failed to process phase 
POST_MODULE of deployment \"TestERP.jar\""}}}}
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/816131#816131]

Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to