[jboss-jira] [JBoss JIRA] (WFLY-1561) NullPointerException when deploying WAR on z/OS
Mike Polan (JIRA)
jira-events at lists.jboss.org
Wed Jun 19 09:40:20 EDT 2013
Mike Polan created WFLY-1561:
--------------------------------
Summary: NullPointerException when deploying WAR on z/OS
Key: WFLY-1561
URL: https://issues.jboss.org/browse/WFLY-1561
Project: WildFly
Issue Type: Bug
Environment: IBM z/OS 1.13, IBM Java 7 64-bit
Reporter: Mike Polan
I am getting a NullPointerException when attempting to deploy a WAR file on a JBoss 7.1.1.Final instance running on an IBM z/OS 1.13 mainframe. I tried running JBoss with IBM Java 6 and 7, both 64-bit, and got the same effect. I should also note that this WAR file contains no JBoss-specific configuration files (it's being ported from another servlet container), and that I do NOT encounter this exception when deploying on the same JBoss release on a Windows 7 machine. I do not know of a workaround for this problem.
This stack trace appears after the "Starting deployment of app.war" message:
08:42:33,875 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."app.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."app.war".PARSE: Failed to process phase PARSE of deployment "app.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0]
at java.lang.Thread.run(Thread.java:736) [vm.jar:1.6.0]
Caused by: java.lang.NullPointerException
at org.jboss.metadata.parser.util.MetaDataElementParser.readDTDLocation(MetaDataElementParser.java:319)
at org.jboss.metadata.parser.jsp.TldMetaDataParser.parse(TldMetaDataParser.java:58)
at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.parseTLD(TldParsingDeploymentProcessor.java:126)
at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.processTlds(TldParsingDeploymentProcessor.java:107)
at org.jboss.as.web.deployment.TldParsingDeploymentProcessor.deploy(TldParsingDeploymentProcessor.java:83)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
... 5 more
--
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