[jboss-jira] [JBoss JIRA] (AS7-5517) NullPointerException if an expression is in the jboss-app.xml file
ANAND KUMAR GEORGE PREM KUMAR (JIRA)
jira-events at lists.jboss.org
Tue May 14 01:43:07 EDT 2013
[ https://issues.jboss.org/browse/AS7-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773978#comment-12773978 ]
ANAND KUMAR GEORGE PREM KUMAR commented on AS7-5517:
----------------------------------------------------
I am also using JBOSS EAP 6.0.1 AS 7.1.3.Final. I am facing exactly the same problem as below. where can i get the fix ?
13:15:07,747 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.deployment.unit."CMS.ear".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."CMS.ear".STRUCTURE: JBAS018733: Failed to process phase STRUCTURE of deployment "CMS.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:123) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA-redhat-2.jar:1.0.2.GA-redhat-2]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011059: Failed to parse "/content/CMS.ear/META-INF/jboss-app.xml"
at org.jboss.as.ee.structure.EarMetaDataParsingProcessor.handleJbossMetadata(EarMetaDataParsingProcessor.java:126)
at org.jboss.as.ee.structure.EarMetaDataParsingProcessor.deploy(EarMetaDataParsingProcessor.java:67)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:116) [jboss-as-server-7.1.3.Final-redhat-4.jar:7.1.3.Final-redhat-4]
... 5 more
Caused by: java.lang.NullPointerException
at org.jboss.metadata.property.DefaultPropertyReplacer.replaceProperties(DefaultPropertyReplacer.java:110)
at org.jboss.metadata.parser.util.MetaDataElementParser.getElementText(MetaDataElementParser.java:194)
at org.jboss.metadata.parser.jboss.JBossAppMetaDataParser.parse(JBossAppMetaDataParser.java:103)
at org.jboss.as.ee.structure.EarMetaDataParsingProcessor.handleJbossMetadata(EarMetaDataParsingProcessor.java:123)
... 7 more
> NullPointerException if an expression is in the jboss-app.xml file
> ------------------------------------------------------------------
>
> Key: AS7-5517
> URL: https://issues.jboss.org/browse/AS7-5517
> Project: Application Server 7
> Issue Type: Bug
> Components: EE
> Affects Versions: 7.1.3.Final (EAP)
> Environment: JBoss AS 7.1.3 SNAPSHOT of the 9/06/12
> Windows 7 pro
> Reporter: Francois MESSIAEN
> Assignee: David Lloyd
>
> A NullPointerException is thrown when the JBoss AS 7.1.3 tries to replace an expression in the "jboss-app.xml" file.
--
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
More information about the jboss-jira
mailing list