[JBoss JIRA] (DROOLS-98) TypeDeclarations for Java classes used in Patterns are created in the wrong package
by Davide Sottara (JIRA)
Davide Sottara created DROOLS-98:
------------------------------------
Summary: TypeDeclarations for Java classes used in Patterns are created in the wrong package
Key: DROOLS-98
URL: https://issues.jboss.org/browse/DROOLS-98
Project: Drools
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: 5.5, 6.0.0.Alpha1
Reporter: Davide Sottara
Assignee: Mario Fusco
Fix For: 5.6, 6.0.0.Beta1
when a rule uses a java class in a pattern:
package my.test
import org.drools.Cheese
rule R when Cheese() then end
a TypeDeclaration for org.drools.Cheese is generated, but ends up being
attached to the rule package "my.test" instead of the natural class package
"org.drools".
This prevents an efficient later lookup of the declaration using the class
name.
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6847) IllegalStateException thrown sporadically during listener instantiation
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/AS7-6847?page=com.atlassian.jira.plugin.s... ]
Stuart Douglas closed AS7-6847.
-------------------------------
Resolution: Rejected
> IllegalStateException thrown sporadically during listener instantiation
> -----------------------------------------------------------------------
>
> Key: AS7-6847
> URL: https://issues.jboss.org/browse/AS7-6847
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, Web
> Affects Versions: 8.0.0.Alpha1
> Environment: AS8 SNAPSHOT with Undertow
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Fix For: 8.0.0.Alpha1
>
>
> {noformat}
> 01:25:00,829 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.undertow.deployment.default-host./2ca602c7-b9fa-4c28-a0ec-9950dbd1503e:$
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:175)
> at org.jboss.as.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:128)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75)
> at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:243)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:126)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)
> ... 6 more
> Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48)
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:73)
> ... 9 more
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:84)
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:40)
> at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1159) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:125)
> at org.jboss.as.undertow.deployment.UndertowDeploymentProcessor$4.createInstance(UndertowDeploymentProcessor.java:917)
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:46)
> ... 10 more
> {noformat}
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6847) IllegalStateException thrown sporadically during listener instantiation
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/AS7-6847?page=com.atlassian.jira.plugin.s... ]
Stuart Douglas commented on AS7-6847:
-------------------------------------
You just need to add the component service name to the WebComponentDescription.WEB_COMPONENTS list. I am closing this, as this is not currently a problem with the AS7 upstream, but rather with the soon to be added weld 2.0 integration code.
> IllegalStateException thrown sporadically during listener instantiation
> -----------------------------------------------------------------------
>
> Key: AS7-6847
> URL: https://issues.jboss.org/browse/AS7-6847
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, Web
> Affects Versions: 8.0.0.Alpha1
> Environment: AS8 SNAPSHOT with Undertow
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Fix For: 8.0.0.Alpha1
>
>
> {noformat}
> 01:25:00,829 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.undertow.deployment.default-host./2ca602c7-b9fa-4c28-a0ec-9950dbd1503e:$
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:175)
> at org.jboss.as.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:128)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75)
> at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:243)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:126)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)
> ... 6 more
> Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48)
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:73)
> ... 9 more
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:84)
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:40)
> at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1159) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:125)
> at org.jboss.as.undertow.deployment.UndertowDeploymentProcessor$4.createInstance(UndertowDeploymentProcessor.java:917)
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:46)
> ... 10 more
> {noformat}
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6848) distribution directory permission for standalone/tmp/auth wrong
by Bernd Eckenfels (JIRA)
[ https://issues.jboss.org/browse/AS7-6848?page=com.atlassian.jira.plugin.s... ]
Bernd Eckenfels commented on AS7-6848:
--------------------------------------
7.1.1 is also affected. (I add this, since it might be relevant for the security advisory).
> distribution directory permission for standalone/tmp/auth wrong
> ---------------------------------------------------------------
>
> Key: AS7-6848
> URL: https://issues.jboss.org/browse/AS7-6848
> Project: Application Server 7
> Issue Type: Bug
> Components: Build System
> Affects Versions: 7.1.1.Final, EAP 6.1.0.Alpha (7.2.0.Final), 8.0.0.Alpha1
> Reporter: Bernd Eckenfels
> Assignee: Paul Gier
> Labels: installer, zip
>
> The dist/assembly.xml file adds the tmp/auth directories for standalone and domain mode with limited permissions (because this directly contains the local authentication token files).
> Due to what looks like a copy and paste error however the permissions are wrong for the standalone mode. I am not sure if it can be exploited, but it is wrong. I will send a Github pull request.
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6848) distribution directory permission for standalone/tmp/auth wrong
by Bernd Eckenfels (JIRA)
[ https://issues.jboss.org/browse/AS7-6848?page=com.atlassian.jira.plugin.s... ]
Bernd Eckenfels updated AS7-6848:
---------------------------------
Affects Version/s: 7.1.1.Final
> distribution directory permission for standalone/tmp/auth wrong
> ---------------------------------------------------------------
>
> Key: AS7-6848
> URL: https://issues.jboss.org/browse/AS7-6848
> Project: Application Server 7
> Issue Type: Bug
> Components: Build System
> Affects Versions: 7.1.1.Final, EAP 6.1.0.Alpha (7.2.0.Final), 8.0.0.Alpha1
> Reporter: Bernd Eckenfels
> Assignee: Paul Gier
> Labels: installer, zip
>
> The dist/assembly.xml file adds the tmp/auth directories for standalone and domain mode with limited permissions (because this directly contains the local authentication token files).
> Due to what looks like a copy and paste error however the permissions are wrong for the standalone mode. I am not sure if it can be exploited, but it is wrong. I will send a Github pull request.
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6848) distribution directory permission for standalone/tmp/auth wrong
by Bernd Eckenfels (JIRA)
Bernd Eckenfels created AS7-6848:
------------------------------------
Summary: distribution directory permission for standalone/tmp/auth wrong
Key: AS7-6848
URL: https://issues.jboss.org/browse/AS7-6848
Project: Application Server 7
Issue Type: Bug
Components: Build System
Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final), 8.0.0.Alpha1
Reporter: Bernd Eckenfels
Assignee: Paul Gier
The dist/assembly.xml file adds the tmp/auth directories for standalone and domain mode with limited permissions (because this directly contains the local authentication token files).
Due to what looks like a copy and paste error however the permissions are wrong for the standalone mode. I am not sure if it can be exploited, but it is wrong. I will send a Github pull request.
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6847) IllegalStateException thrown sporadically during listener instantiation
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/AS7-6847?page=com.atlassian.jira.plugin.s... ]
Jozef Hartinger reassigned AS7-6847:
------------------------------------
Assignee: Jozef Hartinger (was: Stuart Douglas)
This actually seems to be a problem with how WeldListener is registered in the Weld 2 subsystem. Assigning to myself.
> IllegalStateException thrown sporadically during listener instantiation
> -----------------------------------------------------------------------
>
> Key: AS7-6847
> URL: https://issues.jboss.org/browse/AS7-6847
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, Web
> Affects Versions: 8.0.0.Alpha1
> Environment: AS8 SNAPSHOT with Undertow
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Fix For: 8.0.0.Alpha1
>
>
> {noformat}
> 01:25:00,829 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.undertow.deployment.default-host./2ca602c7-b9fa-4c28-a0ec-9950dbd1503e:$
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:175)
> at org.jboss.as.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:128)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75)
> at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:243)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:126)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)
> ... 6 more
> Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48)
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:73)
> ... 9 more
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:84)
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:40)
> at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1159) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:125)
> at org.jboss.as.undertow.deployment.UndertowDeploymentProcessor$4.createInstance(UndertowDeploymentProcessor.java:917)
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:46)
> ... 10 more
> {noformat}
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6847) IllegalStateException thrown sporadically during listener instantiation
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6847?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar updated AS7-6847:
-----------------------------
Affects Version/s: 8.0.0.Alpha1
> IllegalStateException thrown sporadically during listener instantiation
> -----------------------------------------------------------------------
>
> Key: AS7-6847
> URL: https://issues.jboss.org/browse/AS7-6847
> Project: Application Server 7
> Issue Type: Bug
> Affects Versions: 8.0.0.Alpha1
> Environment: AS8 SNAPSHOT with Undertow
> Reporter: Jozef Hartinger
> Assignee: Stuart Douglas
> Fix For: 8.0.0.Alpha1
>
>
> {noformat}
> 01:25:00,829 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.undertow.deployment.default-host./2ca602c7-b9fa-4c28-a0ec-9950dbd1503e:$
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:175)
> at org.jboss.as.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:128)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75)
> at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:243)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:126)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)
> ... 6 more
> Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48)
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:73)
> ... 9 more
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:84)
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:40)
> at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1159) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:125)
> at org.jboss.as.undertow.deployment.UndertowDeploymentProcessor$4.createInstance(UndertowDeploymentProcessor.java:917)
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:46)
> ... 10 more
> {noformat}
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6847) IllegalStateException thrown sporadically during listener instantiation
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/AS7-6847?page=com.atlassian.jira.plugin.s... ]
Tomaz Cerar updated AS7-6847:
-----------------------------
Component/s: CDI / Weld
Web
> IllegalStateException thrown sporadically during listener instantiation
> -----------------------------------------------------------------------
>
> Key: AS7-6847
> URL: https://issues.jboss.org/browse/AS7-6847
> Project: Application Server 7
> Issue Type: Bug
> Components: CDI / Weld, Web
> Affects Versions: 8.0.0.Alpha1
> Environment: AS8 SNAPSHOT with Undertow
> Reporter: Jozef Hartinger
> Assignee: Stuart Douglas
> Fix For: 8.0.0.Alpha1
>
>
> {noformat}
> 01:25:00,829 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.undertow.deployment.default-host./2ca602c7-b9fa-4c28-a0ec-9950dbd1503e:$
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:175)
> at org.jboss.as.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:128)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75)
> at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:243)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:126)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)
> ... 6 more
> Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48)
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:73)
> ... 9 more
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:84)
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:40)
> at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1159) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:125)
> at org.jboss.as.undertow.deployment.UndertowDeploymentProcessor$4.createInstance(UndertowDeploymentProcessor.java:917)
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:46)
> ... 10 more
> {noformat}
--
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
12 years, 6 months
[JBoss JIRA] (AS7-6847) IllegalStateException thrown sporadically during listener instantiation
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/AS7-6847?page=com.atlassian.jira.plugin.s... ]
Jozef Hartinger commented on AS7-6847:
--------------------------------------
Out of 700 tests in a testsuite 5-10 fail randomly during a test run. All the tests use the listener.
> IllegalStateException thrown sporadically during listener instantiation
> -----------------------------------------------------------------------
>
> Key: AS7-6847
> URL: https://issues.jboss.org/browse/AS7-6847
> Project: Application Server 7
> Issue Type: Bug
> Environment: AS8 SNAPSHOT with Undertow
> Reporter: Jozef Hartinger
> Assignee: Stuart Douglas
> Fix For: 8.0.0.Alpha1
>
>
> {noformat}
> 01:25:00,829 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-7) MSC000001: Failed to start service jboss.undertow.deployment.default-host./2ca602c7-b9fa-4c28-a0ec-9950dbd1503e:$
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1930) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_17]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_17]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_17]
> Caused by: java.lang.RuntimeException: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:175)
> at org.jboss.as.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:128)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1974) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1907) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> ... 3 more
> Caused by: java.lang.RuntimeException: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:75)
> at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:243)
> at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:126)
> at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:158)
> ... 6 more
> Caused by: javax.servlet.ServletException: UT010013: Could not instantiate org.jboss.weld.servlet.WeldListener
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:48)
> at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:73)
> ... 9 more
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:84)
> at org.jboss.as.ee.component.ComponentStartService.getValue(ComponentStartService.java:40)
> at org.jboss.msc.service.ServiceControllerImpl.getValue(ServiceControllerImpl.java:1159) [jboss-msc-1.1.2.Final.jar:1.1.2.Final]
> at org.jboss.as.ee.component.ComponentRegistry$ComponentManagedReferenceFactory.getReference(ComponentRegistry.java:125)
> at org.jboss.as.undertow.deployment.UndertowDeploymentProcessor$4.createInstance(UndertowDeploymentProcessor.java:917)
> at io.undertow.servlet.core.ManagedListener.start(ManagedListener.java:46)
> ... 10 more
> {noformat}
--
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
12 years, 6 months