[jboss-jira] [JBoss JIRA] (WFLY-4912) Patch update necessary for WildFly 10.0.0.Alpha5: IllegalArgumentException

Martin Kouba (JIRA) issues at jboss.org
Mon Jul 13 08:51:03 EDT 2015


     [ https://issues.jboss.org/browse/WFLY-4912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Kouba updated WFLY-4912:
-------------------------------
    Component/s: CDI / Weld


> Patch update necessary for WildFly 10.0.0.Alpha5: IllegalArgumentException
> --------------------------------------------------------------------------
>
>                 Key: WFLY-4912
>                 URL: https://issues.jboss.org/browse/WFLY-4912
>             Project: WildFly
>          Issue Type: Bug
>          Components: CDI / Weld
>    Affects Versions: 10.0.0.Alpha5
>            Reporter: Juergen Zimmermann
>
> I updated the file patch.xml in ZIP file of the WildFly patch so that the patch can be applied to the new WildFly 10.0.0.Alpha5. However, when I try to deploy my WAR I' getting the following stacktrace. AFAIK, the new WildFly release has upgraded Jandex.
> {code}
> ERROR [org.jboss.msc.service.fail] MSC000001: Failed to start service jboss.deployment.unit."shop.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."shop.war".PARSE: WFLYSRV0153: Failed to process phase PARSE of deployment "shop.war"
> 	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:163)
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.ExceptionInInitializerError
> 	at org.jboss.as.weld.deployment.CdiAnnotationProcessor.deploy(CdiAnnotationProcessor.java:42)
> 	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:156)
> 	... 5 more
> Caused by: java.lang.IllegalArgumentException: A componentized DotName must have a componentized prefix, or null
> 	at org.jboss.jandex.DotName.<init>(DotName.java:121)
> 	at org.jboss.jandex.DotName.createComponentized(DotName.java:91)
> 	at org.jboss.as.weld.CdiAnnotations.<init>(CdiAnnotations.java:137)
> 	at org.jboss.as.weld.CdiAnnotations.<clinit>(CdiAnnotations.java:41)
> 	... 7 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list