You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/05/01 23:15:15 UTC

[jira] Resolved: (GERONIMO-3128) Error in Geronimo.bat blocks its usage for Minimal assemblies, due to no bin\jpa.jar

     [ https://issues.apache.org/jira/browse/GERONIMO-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-3128.
------------------------------------

    Resolution: Fixed

Committed revision 534247 in trunk.
Moved the usage of the quotes to where its set - JAVA_AGENT_OPTS=-javaagent:"%JAVA_AGENT_JAR%".
Also added the missing -Djava.ext.dirs to the :doJDB server startup section.


> Error in Geronimo.bat blocks its usage for Minimal assemblies, due to no bin\jpa.jar
> ------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-3128
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3128
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: startup/shutdown
>    Affects Versions: 2.0-M5, 2.0-M6
>         Environment: Minimal assemblies on Windows
>            Reporter: Donald Woods
>         Assigned To: Donald Woods
>            Priority: Critical
>             Fix For: 2.0-M6
>
>
> The quotes around "%JAVA_AGENT_OPTS%" causes a NoClassDefFound error when trying to start the minimal server assemblies, since bin/jpa.jar does not exist.
> Solution, is to remove the quotes, since the path to bin\jpa.jar will be quoted for the normal assemblies.
> Also, the doJDB version for starting the server doesn't include the JPA or java.ext.dirs options.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.