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 04:51:47 UTC

[jira] Assigned: (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 reassigned GERONIMO-1089:
---------------------------------------

    Assign To: Matt Hogstrom

> 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