[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler edited comment on AS7-6924 at 4/17/13 7:19 AM:
--------------------------------------------------------------
I verified that the the javax.xml.stream API works fine
https://github.com/jbossas/jboss-as/pull/4393
was (Author: thomas.diesler):
I verified that the the javax.xml.stream API works fine
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> Key: AS7-6924
> URL: https://issues.jboss.org/browse/AS7-6924
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi, XML Frameworks
> Affects Versions: 8.0.0.Alpha1
> Reporter: Aaron Whiteside
> Assignee: Thomas Diesler
>
> {code}
> 12:53:16,935 WARN [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.stream.events)(version>=0.0.0))},[org.springframework.core:3.2.2.RELEASE]]]
> 12:53:16,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.core-3.2.2.RELEASE.jar making it NEVER
> {code}
--
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, 3 months
[JBoss JIRA] (AS7-6924) Cannot resolve package requirement on javax.xml.stream.events
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6924?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved AS7-6924.
---------------------------------
Fix Version/s: (was: 8.0.0.Alpha1)
Resolution: Cannot Reproduce Bug
I verified that the the javax.xml.stream API works fine
> Cannot resolve package requirement on javax.xml.stream.events
> -------------------------------------------------------------
>
> Key: AS7-6924
> URL: https://issues.jboss.org/browse/AS7-6924
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi, XML Frameworks
> Affects Versions: 8.0.0.Alpha1
> Reporter: Aaron Whiteside
> Assignee: Thomas Diesler
>
> {code}
> 12:53:16,935 WARN [org.jboss.as.osgi] (MSC service thread 1-8) JBAS011910: Cannot resolve requirements: [XPackageRequirement[dirs={filter=(&(osgi.wiring.package=javax.xml.stream.events)(version>=0.0.0))},[org.springframework.core:3.2.2.RELEASE]]]
> 12:53:16,940 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015970: Defer FIRST_MODULE_USE for org.springframework.core-3.2.2.RELEASE.jar making it NEVER
> {code}
--
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, 3 months
[JBoss JIRA] (AS7-6931) Global template for registering session filters, session timeouts etc
by jaikiran pai (JIRA)
[ https://issues.jboss.org/browse/AS7-6931?page=com.atlassian.jira.plugin.s... ]
jaikiran pai commented on AS7-6931:
-----------------------------------
I haven't had a detailed look at "deployment overlay" feature which is already supported. But maybe that feature already allows some of this?
> Global template for registering session filters, session timeouts etc
> ---------------------------------------------------------------------
>
> Key: AS7-6931
> URL: https://issues.jboss.org/browse/AS7-6931
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Web
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Nicklas Karlsson
> Assignee: Tomaz Cerar
>
> It would be handy to have a mechanism for setting HTTP session timeouts, registering filters etc globally across all deployments. This concept could later on be expanded to cover global interceptors and similar. Perhaps in the form of web.xml/ejb-jar.xml files in a specific folder that would be merged at deployment time
--
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, 3 months
[JBoss JIRA] (AS7-6931) Global template for registering session filters, session timeouts etc
by Nicklas Karlsson (JIRA)
Nicklas Karlsson created AS7-6931:
-------------------------------------
Summary: Global template for registering session filters, session timeouts etc
Key: AS7-6931
URL: https://issues.jboss.org/browse/AS7-6931
Project: Application Server 7
Issue Type: Feature Request
Components: Web
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
Reporter: Nicklas Karlsson
Assignee: Tomaz Cerar
It would be handy to have a mechanism for setting HTTP session timeouts, registering filters etc globally across all deployments. This concept could later on be expanded to cover global interceptors and similar. Perhaps in the form of web.xml/ejb-jar.xml files in a specific folder that would be merged at deployment time
--
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, 3 months
[JBoss JIRA] (AS7-6883) javax.jms package is not exported when running with standalone-osgi.xml
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6883?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved AS7-6883.
---------------------------------
Fix Version/s: (was: 8.0.0.Alpha1)
Resolution: Rejected
The javax.jms.api module exports that package.
> javax.jms package is not exported when running with standalone-osgi.xml
> -----------------------------------------------------------------------
>
> Key: AS7-6883
> URL: https://issues.jboss.org/browse/AS7-6883
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS, OSGi
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Aaron Whiteside
> Assignee: Thomas Diesler
>
> {code}
> 11:42:46,873 INFO [org.jboss.as.osgi] (HttpManagementService-threads - 2) JBAS011916: Activate deferred module phase for: org.springframework.jms:3.2.2.RELEASE
> 11:42:46,874 ERROR [org.jboss.as.osgi] (HttpManagementService-threads - 2) JBAS011909: Management operation 'start' failed: org.osgi.framework.BundleException: JBOSGI011250: Cannot resolve bundle: org.springframework.jms:3.2.2.RELEASE
> at org.jboss.as.osgi.service.BundleLifecycleIntegration$BundleLifecycleImpl.activateDeferredPhase(BundleLifecycleIntegration.java:299)
> at org.jboss.as.osgi.service.BundleLifecycleIntegration$BundleLifecycleImpl.start(BundleLifecycleIntegration.java:229)
> at org.jboss.osgi.framework.internal.AbstractBundleState.startWithOptions(AbstractBundleState.java:537)
> at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:525)
> at org.jboss.as.osgi.management.BundleResourceHandler.handleOperation(BundleResourceHandler.java:106)
> at org.jboss.as.osgi.management.BundleResourceHandler.executeRuntimeStep(BundleResourceHandler.java:58)
> at org.jboss.as.controller.AbstractRuntimeOnlyHandler$1.execute(AbstractRuntimeOnlyHandler.java:90) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:440) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:322) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:229) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:224) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:142) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:112) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.ModelControllerImpl$2.execute(ModelControllerImpl.java:338) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.controller.ModelControllerImpl$2.execute(ModelControllerImpl.java:328) [jboss-as-controller-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.domain.http.server.DomainApiHandler.processRequest(DomainApiHandler.java:320)
> at org.jboss.as.domain.http.server.DomainApiHandler.doHandle(DomainApiHandler.java:226)
> at org.jboss.as.domain.http.server.DomainApiHandler.handle(DomainApiHandler.java:233)
> at org.jboss.as.domain.http.server.security.SubjectAssociationHandler.handle(SubjectAssociationHandler.java:51)
> at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:78)
> at org.jboss.sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:69)
> at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:81)
> at org.jboss.sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:710)
> at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:78)
> at org.jboss.as.domain.http.server.RealmReadinessFilter.doFilter(RealmReadinessFilter.java:47)
> at org.jboss.as.domain.http.server.DmrFailureReadinessFilter.doFilter(DmrFailureReadinessFilter.java:45)
> at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:81)
> at org.jboss.sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:682)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.0.Final.jar:2.1.0.Final]
> Caused by: org.osgi.service.resolver.ResolutionException: Unable to resolve HostBundleRevision[org.springframework.jms:3.2.2.RELEASE]: missing requirement XPackageRequirement[atts={osgi.wiring.package=javax.jms, version=[1.1.0, 2.0.0)},[org.springframework.jms:3.2.2.RELEASE]]
> at org.apache.felix.resolver.Candidates.populateResource(Candidates.java:285)
> at org.apache.felix.resolver.Candidates.populate(Candidates.java:153)
> at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:96)
> at org.jboss.osgi.resolver.felix.StatelessResolver.resolve(StatelessResolver.java:56)
> at org.jboss.osgi.framework.internal.ResolverImpl.resolveAndApply(ResolverImpl.java:137)
> at org.jboss.as.osgi.service.BundleLifecycleIntegration$BundleLifecycleImpl.activateDeferredPhase(BundleLifecycleIntegration.java:296)
> ... 31 more
> {code}
--
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, 3 months
[JBoss JIRA] (AS7-6884) NPE during shutdown of standalone-osgi.xml
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-6884?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler resolved AS7-6884.
---------------------------------
Fix Version/s: (was: 8.0.0.Alpha1)
Resolution: Cannot Reproduce Bug
Please reopen when you know how to reproduce this.
> NPE during shutdown of standalone-osgi.xml
> ------------------------------------------
>
> Key: AS7-6884
> URL: https://issues.jboss.org/browse/AS7-6884
> Project: Application Server 7
> Issue Type: Bug
> Components: OSGi
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Aaron Whiteside
> Assignee: Thomas Diesler
>
> {code}
> 13:06:10,003 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011005: Bundle uninstalled: org.apache.felix.log:1.0.0
> 13:06:10,002 WARN [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00004: Failure during stop of service jbosgi.bundle."org.apache.camel.camel-spring"."2.11.0.SNAPSHOT".bid43.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:10,002 WARN [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00004: Failure during stop of service jbosgi.bundle."com.mm.camel.component.http.component-spi"."0.3.0".bid62.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:10,005 INFO [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011908: Unregister module: deployment.protostuff-collectionschema-1.0.7.jar:main
> 13:06:10,002 WARN [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00004: Failure during stop of service jbosgi.bundle."com.mm.camel.component.smpp.cloudhopper-smpp-component"."1.0.0.SNAPSHOT".bid70.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:10,002 WARN [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00004: Failure during stop of service jbosgi.bundle."com.verisign.smq.fs"."1.2.0".bid65.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:10,004 INFO [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011005: Bundle uninstalled: com.verisign.smq.spi:1.2.0
> 13:06:10,002 WARN [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00004: Failure during stop of service jbosgi.bundle."org.apache.felix.configadmin"."1.2.8".bid15.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:10,003 ERROR [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015892: Deployment unit processor org.jboss.as.osgi.deployment.ModuleRegisterProcessor@31a0d2e4 unexpectedly threw an exception during undeploy phase INSTALL of deployment "protobuf-java-2.4.1.jar": java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.EnvironmentImpl.uninstallResources(EnvironmentImpl.java:86)
> at org.jboss.as.osgi.service.ModuleRegistrationTracker.unregisterInternal(ModuleRegistrationTracker.java:139)
> at org.jboss.as.osgi.service.ModuleRegistrationTracker.unregisterModule(ModuleRegistrationTracker.java:92)
> at org.jboss.as.osgi.deployment.ModuleRegisterProcessor.undeploy(ModuleRegisterProcessor.java:80)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.safeUndeploy(DeploymentUnitPhaseService.java:222) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.stop(DeploymentUnitPhaseService.java:180) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:40,008 WARN [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00004: Failure during stop of service jbosgi.bundle."com.mm.camel.component.smq.component"."1.2.0.SNAPSHOT".bid84.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:40,008 ERROR [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015892: Deployment unit processor org.jboss.as.osgi.deployment.ModuleRegisterProcessor@31a0d2e4 unexpectedly threw an exception during undeploy phase INSTALL of deployment "protostuff-collectionschema-1.0.7.jar": java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.EnvironmentImpl.uninstallResources(EnvironmentImpl.java:86)
> at org.jboss.as.osgi.service.ModuleRegistrationTracker.unregisterInternal(ModuleRegistrationTracker.java:139)
> at org.jboss.as.osgi.service.ModuleRegistrationTracker.unregisterModule(ModuleRegistrationTracker.java:92)
> at org.jboss.as.osgi.deployment.ModuleRegisterProcessor.undeploy(ModuleRegisterProcessor.java:80)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.safeUndeploy(DeploymentUnitPhaseService.java:222) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.stop(DeploymentUnitPhaseService.java:180) [jboss-as-server-7.2.0.Alpha1-redhat-4.jar:7.2.0.Alpha1-redhat-4]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:40,008 WARN [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00004: Failure during stop of service jbosgi.bundle."org.apache.camel.camel-sjms"."2.11.0.SNAPSHOT".bid72.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> 13:06:40,010 INFO [org.jboss.as.osgi] (MSC service thread 1-6) JBAS011908: Unregister module: deployment.protostuff-core-1.0.7.jar:main
> 13:06:40,008 WARN [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00004: Failure during stop of service jbosgi.bundle."com.verisign.smq.common-codecs"."1.2.0".bid93.INSTALLED: java.lang.NullPointerException
> at org.jboss.osgi.framework.internal.LockManagerImpl.unlockItems(LockManagerImpl.java:128)
> at org.jboss.osgi.framework.internal.UserBundleState.uninstallInternal(UserBundleState.java:382)
> at org.jboss.osgi.framework.internal.BundleManagerPlugin.uninstallBundle(BundleManagerPlugin.java:424)
> at org.jboss.osgi.framework.internal.UserBundleInstalledService.stop(UserBundleInstalledService.java:112)
> at org.jboss.osgi.framework.spi.ServiceTracker$SynchronousListenerServiceWrapper.stop(ServiceTracker.java:343)
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1911) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StopTask.run(ServiceControllerImpl.java:1874) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> {code}
--
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, 3 months