You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Matt Hogstrom (JIRA)" <de...@geronimo.apache.org> on 2005/10/21 05:50:50 UTC

[jira] Closed: (GERONIMO-1089) Deployer failed to deploy certain applications if geronimo is installed to a directory that has space

     [ http://issues.apache.org/jira/browse/GERONIMO-1089?page=all ]
     
Matt Hogstrom closed GERONIMO-1089:
-----------------------------------

    Resolution: Fixed

hogstrom@matt:~/dev/geronimo/modules> svn commit -m "GERONIMO-1089 - applied patch to correct problem with spaces in dir name"
Sending        modules/client-builder/src/java/org/apache/geronimo/client/builder/AppClientModuleBuilder.java
Sending        modules/j2ee-builder/src/java/org/apache/geronimo/j2ee/deployment/EARConfigBuilder.java
Transmitting file data ..
Committed revision 327089.


> Deployer failed to deploy certain applications if geronimo is installed to a directory that has space
> -----------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1089
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1089
>      Project: Geronimo
>         Type: Bug
>   Components: deployment
>     Versions: 1.0-M5
>  Environment: Windows + Tomcat 
>     Reporter: Lin Sun
>     Assignee: Matt Hogstrom
>  Attachments: Geronimo-1089.patch
>
> My geronimo is at directory e:\program files\geronimo\modules\assembly\target\geronimo-1.0-M5.  When I deployed daytrader, I got the following failure:
> e:\program files\geronimo\modules\assembly\target\geronimo-1.0-M5\bin>deploy.bat
>  deploy "\program files\sandbox\samples\Trade\daytrader-ear-1.0-SNAPSHOT.ear" "\
> program files\sandbox\samples\Trade\dayTrader-plan.xml"
> Username: system
> Password:
>     Error: Unable to distribute daytrader-ear-1.0-SNAPSHOT.ear: Bad path
>     to external module, a connector caused by Illegal character in
>     opaque part at index 2: e:\program
>     files\geronimo\modules\assembly\target\geronimo-1.0-M5\repository\tranql/rar
> s/tranql-connector-derby-embed-xa-1.0.rar
> This is caused by deployer not able to handle the "       <external-path>tranql/rars/tranql-connector-derby-embed-xa-1.0.rar</external-path>" element specified in the daytrader-plan.xml.   
> If I broke the daytrader database resource plan to a seperate plan, I can deploy the TradeDataSource as the workaround:
> e:\program files\geronimo\modules\assembly\target\geronimo-1.0-M5\bin>deploy.bat
>  deploy "\program files\sandbox\samples\Trade\dayTrader-dbplan.xml" ..\repositor
> y\tranql\rars\tranql-connector-derby-embed-xa-1.0.rar
> Username: system
> Password:
>     Deployed TradeDataSource
> Similar problem happens with the "<external-rar>activemq/rars/activemq-ra-3.2-M1.rar</external-rar>" element.
> I don't mind digging more into this...any help/hints is appreciated.   I figure I should start at deployer.log, but I didn't see a deployer.log generated.    

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira