You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Ted Kirby (JIRA)" <de...@geronimo.apache.org> on 2006/07/20 20:19:15 UTC

[jira] Created: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar

bad classpath in geronimo-deploy-jsr88-1.1.jar
----------------------------------------------

                 Key: GERONIMO-2208
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2208
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: deployment
    Affects Versions: 1.1.x
            Reporter: Ted Kirby


When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64.  This class is packaged in geronimo-util-1.1.jar.  The classpath in geronimo-deploy-jsr88-1.1.jar is suspect.  First, it does not include the required geronimo-util-1.1.jar.  Second, it includes itself, which I think is unnecessary.

My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf.
In the classpath, I changed:
< ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar
---
>  ../lib/geronimo-util-${geronimo_version}.jar

With that change, my remote deploy was successful.

-- 
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

        

[jira] Updated: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar

Posted by "Donald Woods (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2208?page=all ]

Donald Woods updated GERONIMO-2208:
-----------------------------------

    Fix Version/s: 1.1.x
                   1.2

> bad classpath in geronimo-deploy-jsr88-1.1.jar
> ----------------------------------------------
>
>                 Key: GERONIMO-2208
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2208
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.x
>            Reporter: Ted Kirby
>             Fix For: 1.2, 1.1.x
>
>
> When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64.  This class is packaged in geronimo-util-1.1.jar.  The classpath in geronimo-deploy-jsr88-1.1.jar is suspect.  First, it does not include the required geronimo-util-1.1.jar.  Second, it includes itself, which I think is unnecessary.
> My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf.
> In the classpath, I changed:
> < ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar
> ---
> >  ../lib/geronimo-util-${geronimo_version}.jar
> With that change, my remote deploy was successful.

-- 
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

        

[jira] Resolved: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar

Posted by "Kevan Miller (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2208?page=all ]

Kevan Miller resolved GERONIMO-2208.
------------------------------------

    Fix Version/s: 1.1.1
                       (was: 1.1.x)
       Resolution: Fixed

Updated manifest.mf to include geronimo-util in the deploy-jsr88 classpath.

If you attempt to deploy using deploy-jsr88 to a remote server, you could see this exception. Our testing doesn't detect this, because our deploys are local.



> bad classpath in geronimo-deploy-jsr88-1.1.jar
> ----------------------------------------------
>
>                 Key: GERONIMO-2208
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2208
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.x
>            Reporter: Ted Kirby
>         Assigned To: Kevan Miller
>             Fix For: 1.1.1, 1.2
>
>
> When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64.  This class is packaged in geronimo-util-1.1.jar.  The classpath in geronimo-deploy-jsr88-1.1.jar is suspect.  First, it does not include the required geronimo-util-1.1.jar.  Second, it includes itself, which I think is unnecessary.
> My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf.
> In the classpath, I changed:
> < ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar
> ---
> >  ../lib/geronimo-util-${geronimo_version}.jar
> With that change, my remote deploy was successful.

-- 
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

        

[jira] Assigned: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar

Posted by "Kevan Miller (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2208?page=all ]

Kevan Miller reassigned GERONIMO-2208:
--------------------------------------

    Assignee: Kevan Miller

> bad classpath in geronimo-deploy-jsr88-1.1.jar
> ----------------------------------------------
>
>                 Key: GERONIMO-2208
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2208
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.x
>            Reporter: Ted Kirby
>         Assigned To: Kevan Miller
>             Fix For: 1.2, 1.1.x
>
>
> When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64.  This class is packaged in geronimo-util-1.1.jar.  The classpath in geronimo-deploy-jsr88-1.1.jar is suspect.  First, it does not include the required geronimo-util-1.1.jar.  Second, it includes itself, which I think is unnecessary.
> My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf.
> In the classpath, I changed:
> < ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar
> ---
> >  ../lib/geronimo-util-${geronimo_version}.jar
> With that change, my remote deploy was successful.

-- 
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

        

[jira] Commented: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar

Posted by "Ted Kirby (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2208?page=comments#action_12423489 ] 
            
Ted Kirby commented on GERONIMO-2208:
-------------------------------------

Here is stack trace:
 
org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager@2ba3e4
      java.lang.NoClassDefFoundError: org/apache/geronimo/util/encoders/Base64
	at org.apache.geronimo.deployment.plugin.remote.RemoteDeployUtil.connectToServer(RemoteDeployUtil.java:112)
	at org.apache.geronimo.deployment.plugin.remote.RemoteDeployUtil.uploadFilesToServer(RemoteDeployUtil.java:60)
	at org.apache.geronimo.deployment.plugin.remote.DistributeCommand.massageFileNames(DistributeCommand.java:41)
	at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:104)
	at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:60)
	at java.lang.Thread.run(Thread.java:534)

> bad classpath in geronimo-deploy-jsr88-1.1.jar
> ----------------------------------------------
>
>                 Key: GERONIMO-2208
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2208
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.x
>            Reporter: Ted Kirby
>             Fix For: 1.1.x, 1.2
>
>
> When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64.  This class is packaged in geronimo-util-1.1.jar.  The classpath in geronimo-deploy-jsr88-1.1.jar is suspect.  First, it does not include the required geronimo-util-1.1.jar.  Second, it includes itself, which I think is unnecessary.
> My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf.
> In the classpath, I changed:
> < ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar
> ---
> >  ../lib/geronimo-util-${geronimo_version}.jar
> With that change, my remote deploy was successful.

-- 
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

        

[jira] Commented: (GERONIMO-2208) bad classpath in geronimo-deploy-jsr88-1.1.jar

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2208?page=comments#action_12423200 ] 
            
John Sisson commented on GERONIMO-2208:
---------------------------------------

Could you please provide some more information on the steps to reproduce this problem, along with a stackstrace of the ClassNotFoundException to aid understanding of the issue and to help others searching JIRAs for similar symptoms.

Thanks,

John

> bad classpath in geronimo-deploy-jsr88-1.1.jar
> ----------------------------------------------
>
>                 Key: GERONIMO-2208
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2208
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 1.1.x
>            Reporter: Ted Kirby
>             Fix For: 1.1.x, 1.2
>
>
> When trying to do a remote deploy using geronimo-deploy-jsr88-1.1.jar, got a class not found exception on org.apache.geronimo.util.encoders.Base64.  This class is packaged in geronimo-util-1.1.jar.  The classpath in geronimo-deploy-jsr88-1.1.jar is suspect.  First, it does not include the required geronimo-util-1.1.jar.  Second, it includes itself, which I think is unnecessary.
> My change is to geronimo\modules\deploy-jsr88\src\conf\manifest.mf.
> In the classpath, I changed:
> < ../lib/geronimo-deploy-jsr88-${geronimo_version}.jar
> ---
> >  ../lib/geronimo-util-${geronimo_version}.jar
> With that change, my remote deploy was successful.

-- 
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