[JBoss JIRA] (AS7-6603) EAR A auto-start fail with JBAS014777 after EAR B has redeployed, EAR A dependency EAR B.
by pian wang (JIRA)
[ https://issues.jboss.org/browse/AS7-6603?page=com.atlassian.jira.plugin.s... ]
pian wang edited comment on AS7-6603 at 2/22/13 3:27 AM:
---------------------------------------------------------
EAR a has a-ejb module, File MANIFEST.MF has add "Dependencies: deployment.b.ear" line in this module. For test, EAR a-ejb module has not use any class in b.ear.b-ejb.jar. It's fine when AS7 restart. ON AS7 running, a.ear left when undeploy b.ear, It's okey. I deploy b.ear again, a.ear auto start, But fail.
-------------------
15:35:20,015 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment b.ear in 47ms
15:35:20,109 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "b.ear"
15:35:20,109 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, service jboss.module.service."deployment.a.ear".main, service jboss.module.service."deployment.a.ear.a-war.war".main]
15:35:35,156 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "b.ear"
15:35:35,156 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for Core-ejbPU
15:35:35,171 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."a.ear".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."a.ear".POST_MODULE: Failed to process phase POST_MODULE of deployment "a.ear"
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.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.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:43)
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
was (Author: wangpian):
EAR a has a-ejb module, File MANIFEST.MF has add "Dependencies: deployment.b.ear" line in this module. For test, EAR a-ejb module has not use any class in b.ear.b-ejb.jar. It's fine when as7 restart. When AS7 running, a.ear left when undeploy b.ear, It's okey. I deploy b.ear again, a.ear will auto start, But fail.
-------------------
15:35:20,015 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment b.ear in 47ms
15:35:20,109 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "b.ear"
15:35:20,109 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, service jboss.module.service."deployment.a.ear".main, service jboss.module.service."deployment.a.ear.a-war.war".main]
15:35:35,156 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "b.ear"
15:35:35,156 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for Core-ejbPU
15:35:35,171 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."a.ear".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."a.ear".POST_MODULE: Failed to process phase POST_MODULE of deployment "a.ear"
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.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.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:43)
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
> 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
13 years, 2 months
[JBoss JIRA] (AS7-6603) EAR A auto-start fail with JBAS014777 after EAR B has redeployed, EAR A dependency EAR B.
by pian wang (JIRA)
[ https://issues.jboss.org/browse/AS7-6603?page=com.atlassian.jira.plugin.s... ]
pian wang edited comment on AS7-6603 at 2/22/13 3:25 AM:
---------------------------------------------------------
EAR a has a-ejb module, File MANIFEST.MF has add "Dependencies: deployment.b.ear" line in this module. For test, EAR a-ejb module has not use any class in b.ear.b-ejb.jar. It's fine when as7 restart. When AS7 running, a.ear left when undeploy b.ear, It's okey. I deploy b.ear again, a.ear will auto start, But fail.
-------------------
15:35:20,015 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment b.ear in 47ms
15:35:20,109 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "b.ear"
15:35:20,109 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, service jboss.module.service."deployment.a.ear".main, service jboss.module.service."deployment.a.ear.a-war.war".main]
15:35:35,156 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "b.ear"
15:35:35,156 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for Core-ejbPU
15:35:35,171 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."a.ear".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."a.ear".POST_MODULE: Failed to process phase POST_MODULE of deployment "a.ear"
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.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.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:43)
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
was (Author: wangpian):
EAR a has a-ejb module, File MANIFEST.MF has add "Dependencies: deployment.b.ear.b-ejb.jar" line in this module. For test, EAR a-ejb module has not use any class in b.ear.b-ejb.jar. It's fine when as7 restart. When AS7 running, a.ear left when undeploy b.ear, It's okey. I deploy b.ear again, a.ear will auto start, But fail.
-------------------
15:35:20,015 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment b.ear in 47ms
15:35:20,109 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "b.ear"
15:35:20,109 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, service jboss.module.service."deployment.a.ear".main, service jboss.module.service."deployment.a.ear.a-war.war".main]
15:35:35,156 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "b.ear"
15:35:35,156 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for Core-ejbPU
15:35:35,171 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."a.ear".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."a.ear".POST_MODULE: Failed to process phase POST_MODULE of deployment "a.ear"
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.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.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:43)
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
> 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
13 years, 2 months
[JBoss JIRA] (AS7-6603) EAR A auto-start fail with JBAS014777 after EAR B has redeployed, EAR A dependency EAR B.
by pian wang (JIRA)
[ https://issues.jboss.org/browse/AS7-6603?page=com.atlassian.jira.plugin.s... ]
pian wang commented on AS7-6603:
--------------------------------
EAR a has a-ejb module, File MANIFEST.MF has add "Dependencies: deployment.b.ear.b-ejb.jar" line in this module. For test, EAR a-ejb module has not use any class in b.ear.b-ejb.jar. It's fine when as7 restart. When AS7 running, a.ear left when undeploy b.ear, It's okey. I deploy b.ear again, a.ear will auto start, But fail.
-------------------
15:35:20,015 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment b.ear in 47ms
15:35:20,109 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "b.ear"
15:35:20,109 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, service jboss.module.service."deployment.a.ear".main, service jboss.module.service."deployment.a.ear.a-war.war".main]
15:35:35,156 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "b.ear"
15:35:35,156 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for Core-ejbPU
15:35:35,171 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.deployment.unit."a.ear".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."a.ear".POST_MODULE: Failed to process phase POST_MODULE of deployment "a.ear"
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.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.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:43)
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
> 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
13 years, 2 months
[JBoss JIRA] (AS7-3199) RESTEasy: Can't deploy WebApp if more than one subclass of javax.ws.rs.Application is present
by Pavel Janousek (JIRA)
[ https://issues.jboss.org/browse/AS7-3199?page=com.atlassian.jira.plugin.s... ]
Pavel Janousek commented on AS7-3199:
-------------------------------------
@Ondra
Are you sure, as work-around we'd like to offer to get rid RESTEasy and use another JAX-RS impl.? I can't see any usable (and working) work-around in that thread.
> RESTEasy: Can't deploy WebApp if more than one subclass of javax.ws.rs.Application is present
> ---------------------------------------------------------------------------------------------
>
> Key: AS7-3199
> URL: https://issues.jboss.org/browse/AS7-3199
> Project: Application Server 7
> Issue Type: Bug
> Components: REST
> Affects Versions: 7.1.0.CR1b
> Reporter: Pavel Janousek
> Attachments: ExampleJAXRS.war
>
>
> If I packed WAR WebApp with more that one subclass of javax.ws.rs.Application, deployment fails with "JBAS011232: Only one JAX-RS Application Class allowed."
> This is not correct because it is against JAX-RS 1.1. specs where invalid situation (in section 2.3.2) is only when "It is a n error for
> more than one application to be deployed +at the same effective servlet mapping+".
> If you have any objections, please compare to reference JEE6 and JAX-RS implementation represented by the GlassFish Prelude 3.1.1 application server with already +fully JEE6 platform support+.
--
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
13 years, 2 months
[JBoss JIRA] (AS7-6583) Performance regression comparing to previous release
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/AS7-6583?page=com.atlassian.jira.plugin.s... ]
jaikiran pai commented on AS7-6583:
-----------------------------------
{quote}
JSF was the first thing, which came to my mind, but it didn't show any crucial impact. Then I start slow and annoying work with "git bisect" and that brings me to commits to logging subsystem.
{quote}
IMO instead of trying to check which revision changed what and then running the application against that version, it's better to profile the application and find out what's contributing to the performance degradation. That'll help in focusing on the right areas for a fix. You could even profile the version in which the performance seems better. Comparing the profiler output of those 2 versions should give an idea as to which area is contributing to this issue.
> Performance regression comparing to previous release
> ----------------------------------------------------
>
> Key: AS7-6583
> URL: https://issues.jboss.org/browse/AS7-6583
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, Logging
> Affects Versions: 7.2.0.Alpha1
> Environment: 7.2.0.Final (prerelease-1 tag)
> Reporter: Tomas Remes
> Assignee: James Perkins
> Priority: Critical
> Labels: performance
>
> There is significant performance regression in 7.2.0 prerelease. I discovered it in my Weld performance load tests (testing simple Weld numberguess example application), but I am quite sure that's not Weld issue at all. I did some investigations and it seems that problem occurred in org/jboss/as/logging module.
--
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
13 years, 2 months