Rar working on jboss 4.0.2, not working on 5.1
samavedulark Apr 23, 2010 5:36 AMHi,
I had deployed an rar application on jboss 4.0.2 and it is working and when i moved to Jboss 5.1, it is throwing an error.
below is the error log.
0:09:37,283 INFO [TomcatDeployment] deploy, ctxPath=/
10:09:37,439 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
10:09:37,610 INFO [JBossASKernel] Created KernelDeployment for: hapi-0.5.jar
10:09:37,610 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=jca-ear-1.3-SNAPSHOT.ear,jar=hapi-0.5.jar,name=hapi-0.5,service=EJB3
10:09:37,610 INFO [JBossASKernel] with dependencies:
10:09:37,610 INFO [JBossASKernel] and demands:
10:09:37,610 INFO [JBossASKernel] and supplies:
10:09:37,610 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=jca-ear-1.3-SNAPSHOT.ear,jar=hapi-0.5.jar,name=hapi-0.5,service=EJB3) to KernelDeployment of: hapi-0.5.jar
10:09:39,108 INFO [ClientENCInjectionContainer] STARTED CLIENT ENC CONTAINER: hapi-0.5
10:09:39,186 INFO [SystemEventService] NODE_STARTED on node [HCA-5C1P1BS]
10:09:39,186 INFO [AbstractConnector] [aware] connector started
10:09:39,233 INFO [AbstractConnector] [datacaptor] connector started
10:09:39,249 INFO [AbstractConnector] [intellivue] connector started
10:09:39,498 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "gehc.com:service=KernelServiceMBean" is missing the following dependencies:
Dependency "jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule' **")
Deployment "jboss.j2ee:module="kernel-ejb-1.3-SNAPSHOT.jar",service=EjbModule" is missing the following dependencies:
Dependency "gehc.com:service=KernelServiceMBean" (should be in state "Create", but is actually in state "Configured")
DEPLOYMENTS IN ERROR:
Deployment "jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.j2ee:module=kernel-ejb-1.3-SNAPSHOT.jar,service=EjbModule' **
10:09:39,514 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
10:09:39,545 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
10:09:39,545 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 4m:33s:733ms
Thanks
Ravi S