[jboss-jira] [JBoss JIRA] (AS7-6603) EAR A auto-start fail with JBAS014777 after EAR B has redeployed, EAR A dependency EAR B.
pian wang (JIRA)
jira-events at lists.jboss.org
Fri Feb 22 04:56:57 EST 2013
[ https://issues.jboss.org/browse/AS7-6603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755934#comment-12755934 ]
pian wang edited comment on AS7-6603 at 2/22/13 4:55 AM:
---------------------------------------------------------
08:59:48,484 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 70) JBAS011403: Stopping Persistence Unit Service 'a.ear/a-ejb.jar#Core-ejbPU'
08:59:48,500 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 70) JBAS011403: Stopping Persistence Unit Service 'b.ear#Core-ejbPU'
08:59:48,500 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment b.ear (runtime-name: b.ear) in 23ms
08:59:48,562 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018558: Undeployed "b.ear" (runtime-name: "b.ear")
08:59:48,562 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.deployment.unit."b.ear".deploymentCompleteService (missing) dependents: [service jboss.deployment.subunit."a.ear"."a-ejb.jar".PARSE, service jboss.deployment.subunit."a.ear"."a-war.war".PARSE, service jboss.deployment.unit."a.ear".PARSE]
08:59:53,578 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "b.ear" (runtime-name: "b.ear")
08:59:53,578 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for Core-ejbPU
08:59:53,593 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 70) JBAS011402: Starting Persistence Unit Service 'b.ear#Core-ejbPU'
08:59:53,593 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 70) HHH000204: Processing PersistenceUnitInfo [
name: Core-ejbPU
...]
08:59:53,593 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (ServerService Thread Pool -- 70) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
08:59:53,609 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 70) HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL82Dialect
08:59:53,609 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 70) HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
08:59:53,609 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 70) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
08:59:53,609 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 70) HHH000397: Using ASTQueryTranslatorFactory
08:59:53,625 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.deployment.unit."a.ear".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."a.ear".PARSE: JBAS018733: Failed to process phase PARSE of deployment "a.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
Caused by: java.lang.IllegalStateException
at org.jboss.as.webservices.util.ASHelper.getRequiredAttachment(ASHelper.java:162)
at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_EJB.processAnnotation(WSIntegrationProcessorJAXWS_EJB.java:81)
at org.jboss.as.webservices.deployers.WSIntegrationProcessorJAXWS_EJB.deploy(WSIntegrationProcessorJAXWS_EJB.java:70)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
... 5 more
was (Author: wangpian):
17:43:48,390 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015877: Stopped deployment b.ear (runtime-name: b.ear) in 54ms
17:43:48,453 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "b.ear" (runtime-name: "b.ear")
17:43:48,453 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.module.spec.service."deployment.b.ear".main (missing) dependents: [service jboss.module.service."deployment.a.ear.a-ejb.jar".main]
17:43:53,468 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "b.ear" (runtime-name: "b.ear")
17:43:53,468 INFO [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for Core-ejbPU
17:43:53,484 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service jboss.deployment.subunit."a.ear"."a-ejb.jar".FIRST_MODULE_USE: org.jboss.msc.service.StartException in service jboss.deployment.subunit."a.ear"."a-ejb.jar".FIRST_MODULE_USE: JBAS018733: Failed to process phase FIRST_MODULE_USE of subdeployment "a-ejb.jar" of deployment "a.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_06]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_06]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_06]
Caused by: java.lang.NullPointerException
at org.jboss.as.jpa.processor.JPAInterceptorProcessor.deploy(JPAInterceptorProcessor.java:52)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-8.0.0.Alpha1-SNAPSHOT.jar:8.0.0.Alpha1-SNAPSHOT]
... 5 more
17:43:53,484 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 76) JBAS011402: Starting Persistence Unit Service 'b.ear#Core-ejbPU'
17:43:53,484 INFO [org.hibernate.ejb.Ejb3Configuration] (ServerService Thread Pool -- 76) HHH000204: Processing PersistenceUnitInfo [
name: Core-ejbPU
...]
> EAR A auto-start fail with JBAS014777 after EAR B has redeployed, EAR A dependency EAR B.
> -----------------------------------------------------------------------------------------
>
> Key: AS7-6603
> URL: https://issues.jboss.org/browse/AS7-6603
> Project: Application Server 7
> Issue Type: Bug
> Components: EE
> Affects Versions: 7.1.1.Final
> Reporter: pian wang
> Assignee: David Lloyd
>
> EAR A auto-start fail with JBAS014777 after EAR B has redeployed, EAR A dependency EAR B.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list