Non-ASCII chars in deployment plan xml files cause deployment failed with NPE
on deployment time
------------------------------------------------------------------------------------------------
Key: GERONIMO-4366
URL: https://issues.apache.org/jira/browse/GERONIMO-4366
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Affects Versions: 2.1.3
Environment: Any platforms
Reporter: Forrest Xia
Steps to recur:
1. checkout AG samples 2.1.2
2. build them
3. install jms-mdb-xxx.ear with plan
"samples\jms-mdb\jms-mdb-tomcat\target\resources\META-INF\plan.xml" in admin
console
You will get an NPE like this:
java.lang.NullPointerException
org.apache.geronimo.common.DeploymentException: java.lang.NullPointerException
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:275)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:133)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
at
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
at
org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
at
org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
at java.lang.Thread.run(Thread.java:810)
Caused by: java.lang.NullPointerException
at
org.apache.geronimo.deployment.CopyResourceContext.addFile(CopyResourceContext.java:144)
at
org.apache.geronimo.deployment.DeploymentContext.addFile(DeploymentContext.java:461)
at
org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.installModule(AbstractWebModuleBuilder.java:289)
at
org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.installModule(SwitchingModuleBuilder.java:153)
at
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:586)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:254)
... 12 more
To remove it, update all deployment plan files to remove any non-ascii chars,
then rebuild and redeploy through admin console, it works!
So I doubt AG does not support any non-ASCII chars in deployment plan.
But for non-english environment, user might leave some comments including
non-english chars in deployment plan, so it's necessary to take time to make
our deployment plan could contain non-ASCII chars.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.