Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E15C69742 for ; Thu, 8 Dec 2011 05:26:02 +0000 (UTC) Received: (qmail 25369 invoked by uid 500); 8 Dec 2011 05:26:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 25324 invoked by uid 500); 8 Dec 2011 05:26:02 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 25316 invoked by uid 99); 8 Dec 2011 05:26:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 05:26:01 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2011 05:25:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D3E47106ACC for ; Thu, 8 Dec 2011 05:25:39 +0000 (UTC) Date: Thu, 8 Dec 2011 05:25:39 +0000 (UTC) From: "Forrest Xia (Resolved) (JIRA)" To: dev@geronimo.apache.org Message-ID: <127770532.52416.1323321939869.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <373186543.45976.1323187420359.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (GERONIMO-6225) IllegalArgumentException when deploying a web 2.0 sample app with space in the dojox libraries MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-6225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Forrest Xia resolved GERONIMO-6225. ----------------------------------- Resolution: Fixed Fix Version/s: 3.0-beta-2 3.0 Checked into trunk@1211757 and 3.0-beta@1211759. > IllegalArgumentException when deploying a web 2.0 sample app with space in the dojox libraries > ---------------------------------------------------------------------------------------------- > > Key: GERONIMO-6225 > URL: https://issues.apache.org/jira/browse/GERONIMO-6225 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat, web > Affects Versions: 3.0-beta-1 > Reporter: Forrest Xia > Assignee: Forrest Xia > Labels: deployment,, tomcat,, web2.0, > Fix For: 3.0, 3.0-beta-2 > > Attachments: DonateEAR.ear, DonatePool-plan_3.0.xml, JMSResources-plan_3.0.xml, VacationPool-plan_3.0.xml, cviewer-3.0.0.0_mod.war > > > 1. Start geronimo server, > 2. Deploy two derby net XA data sources with attached plan files "VacationPool-plan_3.0.xml" and "DonatePool-plan_3.0.xml", > 3. Deploy the JMS resources with geronimo-activemq-ra-.rar and the attached plan file "JMSResources-plan_3.0.xml", > 4. Deploy the attached EAR, then you will see an exception in the admin console: > The application was not deployed.The application was not deployed. > java.lang.IllegalArgumentException > org.apache.geronimo.common.DeploymentException: java.lang.IllegalArgumentException > at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:279) > 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.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) > ... 12 more > Caused by: java.net.URISyntaxException: Illegal character in path at index 39: dojox/data/demos/geography/Commonwealth of Australia/ > 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.(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