WebComponentProcessor tries to create component out of empty classname
----------------------------------------------------------------------
Key: AS7-1280
URL:
https://issues.jboss.org/browse/AS7-1280
Project: Application Server 7
Issue Type: Bug
Components: EE
Affects Versions: 7.0.0.Final
Reporter: jaikiran pai
Assignee: jaikiran pai
A user reported error:
{code}
02:06:05,229 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2)
MSC00001: Failed to start service jboss.deployment.unit."projvehimerc.war".
PARSE: org.jboss.msc.service.StartException in service
jboss.deployment.unit."projvehimerc.war".
PARSE: Failed to process phase PARSE of deployment "projvehimerc.war"
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
at
org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[:1.6.0_25]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[:1.6.0_25]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
Caused by: java.lang.IllegalArgumentException: Empty name segment is not allowed
at org.jboss.msc.service.ServiceName.of(ServiceName.java:85)
at org.jboss.msc.service.ServiceName.append(ServiceName.java:112)
at
org.jboss.as.ee.component.ComponentDescription.<init>(ComponentDescription.java:145)
at
org.jboss.as.web.deployment.component.WebComponentDescription.<init>(WebComponentDescription.java:37)
at
org.jboss.as.web.deployment.component.WebComponentProcessor.deploy(WebComponentProcessor.java:126)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
... 5 more
{code}
Please see the referenced forum thread for details.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira