You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "viola.lu (Created) (JIRA)" <ji...@apache.org> on 2011/09/27 11:24:11 UTC

[jira] [Created] (GERONIMO-6178) "Illegal character in path" exception if module package contains space

"Illegal character in path" exception if module package contains space
----------------------------------------------------------------------

                 Key: GERONIMO-6178
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6178
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 3.0
            Reporter: viola.lu
            Assignee: viola.lu
            Priority: Minor
             Fix For: 3.0.1


2011-09-26 14:30:58,250 WARN  [TomcatModuleBuilder] Web application . does not contain a WEB-INF/geronimo-web.xml deployment plan.  This may or may not be a problem, depending on whether you have things like resource references that need to be resolved.  You can also give the deployer a separate deployment plan file on the command line.
2011-09-26 14:30:59,578 ERROR [Deployer] Deployment failed due to 
java.lang.IllegalArgumentException
	at java.net.URI.create(URI.java:853)
	at java.net.URI.resolve(URI.java:1039)
	at org.apache.geronimo.j2ee.deployment.Module.resolve(Module.java:186)
	at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.installModule(AbstractWebModuleBuilder.java:378)
	at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.installModule(SwitchingModuleBuilder.java:162)
	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:655)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:140)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
	at java.lang.reflect.Method.invoke(Method.java:611)
	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:883)
	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
	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:736)
Caused by: java.net.URISyntaxException: Illegal character in path at index 33: dojox/data/demos/geography/United States of America/
	at java.net.URI$Parser.fail(URI.java:2820)
	at java.net.URI$Parser.checkChars(URI.java:2993)
	at java.net.URI$Parser.parseHierarchical(URI.java:3077)
	at java.net.URI$Parser.parse(URI.java:3035)
	at java.net.URI.<init>(URI.java:589)
	at java.net.URI.create(URI.java:851)
	... 18 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (GERONIMO-6178) "Illegal character in path" exception if module package contains space

Posted by "viola.lu (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

viola.lu closed GERONIMO-6178.
------------------------------

    Resolution: Duplicate

duplicate with  https://issues.apache.org/jira/browse/GERONIMO-6225
close this one.
                
> "Illegal character in path" exception if module package contains space
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-6178
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6178
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0
>            Reporter: viola.lu
>            Assignee: viola.lu
>            Priority: Minor
>             Fix For: 3.0.1
>
>
> 2011-09-26 14:30:58,250 WARN  [TomcatModuleBuilder] Web application . does not contain a WEB-INF/geronimo-web.xml deployment plan.  This may or may not be a problem, depending on whether you have things like resource references that need to be resolved.  You can also give the deployer a separate deployment plan file on the command line.
> 2011-09-26 14:30:59,578 ERROR [Deployer] Deployment failed due to 
> java.lang.IllegalArgumentException
> 	at java.net.URI.create(URI.java:853)
> 	at java.net.URI.resolve(URI.java:1039)
> 	at org.apache.geronimo.j2ee.deployment.Module.resolve(Module.java:186)
> 	at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.installModule(AbstractWebModuleBuilder.java:378)
> 	at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.installModule(SwitchingModuleBuilder.java:162)
> 	at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:655)
> 	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
> 	at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:140)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
> 	at java.lang.reflect.Method.invoke(Method.java:611)
> 	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
> 	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:883)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
> 	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:736)
> Caused by: java.net.URISyntaxException: Illegal character in path at index 33: dojox/data/demos/geography/United States of America/
> 	at java.net.URI$Parser.fail(URI.java:2820)
> 	at java.net.URI$Parser.checkChars(URI.java:2993)
> 	at java.net.URI$Parser.parseHierarchical(URI.java:3077)
> 	at java.net.URI$Parser.parse(URI.java:3035)
> 	at java.net.URI.<init>(URI.java:589)
> 	at java.net.URI.create(URI.java:851)
> 	... 18 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira