[jdf] Re: JBoss Developer Framework
by Disqus
ninja_tom <tom.jenkinson(a)gmail.com> wrote:
Hi,
I am trying to deploy this example onto EAP6 but am getting the following error running:
mvn clean package jboss-as:deploy
16:33:47,131 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/tom/projects/jbossas/jboss-as-quickstart/jta-crash-rec/jboss-eap-6.0/standalone/data/content/ce/2ff197203327c336400cf79c5d1c722966b740/content
16:33:47,154 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jboss-as-jta-crash-rec.war"
16:33:47,251 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC000001: Failed to start service jboss.deployment.unit."jboss-as-jta-crash-rec.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jboss-as-jta-crash-rec.war".PARSE: JBAS018733: Failed to process phase PARSE of deployment "jboss-as-jta-crash-rec.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:123) [jboss-as-server-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_24]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_24]
at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]
Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ejb.default-resource-adapter-name-service not found
at org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:447) [jboss-msc-1.0.2.GA-redhat-1.jar:1.0.2.GA-redhat-1]
at org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.getDefaultResourceAdapterName(MessageDrivenComponentDescriptionFactory.java:272)
at org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processMessageBeans(MessageDrivenComponentDescriptionFactory.java:154)
at org.jboss.as.ejb3.deployment.processors.MessageDrivenComponentDescriptionFactory.processAnnotations(MessageDrivenComponentDescriptionFactory.java:82)
at org.jboss.as.ejb3.deployment.processors.AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.processAnnotations(AnnotatedEJBComponentDescriptionDeploymentUnitProcessor.java:58)
at org.jboss.as.ejb3.deployment.processors.AbstractDeploymentUnitProcessor.deploy(AbstractDeploymentUnitProcessor.java:81)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116) [jboss-as-server-7.1.2.Final-redhat-1.jar:7.1.2.Final-redhat-1]
... 5 more
16:33:47,264 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS015870: Deploy of deployment "jboss-as-jta-crash-rec.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"jboss-as-jta-crash-rec.war\".PARSE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"jboss-as-jta-crash-rec.war\".PARSE: JBAS018733: Failed to process phase PARSE of deployment \"jboss-as-jta-crash-rec.war\"
Caused by: org.jboss.msc.service.ServiceNotFoundException: Service service jboss.ejb.default-resource-adapter-name-service not found"}}
16:33:47,273 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment jboss-as-jta-crash-rec.war in 8ms
Maybe the H2 datasource isn't deployed into EAP6?
Tom
IP address: 2.103.141.158
Link to comment: http://redirect.disqus.com/url?url=http%3A%2F%2Fjboss.org%2Fjdf%2Fquickst...
-----
Options: You can moderate through email. Respond in the body with "Delete". Reply with "Like" to like this comment, or respond with anything else to approve this comment and post your message as a reply comment.
Or use the moderate panel: http://jdf.disqus.com/admin/moderate/#/pending
To turn off notifications, go to: http://disqus.com/account/
12 years, 4 months