You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Juergen Weber <we...@gmail.com> on 2008/09/08 13:19:30 UTC

NoClassDefFoundError: Upgrade1_0To1_1

Hi,

I have the geronimo-jetty6-javaee5-2.1.2 distribution and get this error on
deploying a resource adapter. Is this a bug in the server? Is the class
missing in the distribution?

Thx,
Juergen

13:14:00,471 WARN  [ConnectorPlanRectifier] Your connector plan has obsolete
elements or attributes in it.  Please remove version attributes,
global-jndi-name elements, and credential-interface elements
13:14:00,643 ERROR [log] Error for
/console/portal//Applications/Deploy%20New/__ac0x3plugin0x2Deployment!227983155|0
java.lang.NoClassDefFoundError: org/apache/geronimo/upgrade/Upgrade1_0To1_1
        at
org.apache.geronimo.console.configmanager.DeploymentPortlet.processAction(DeploymentPortlet.java:184)


Caused by: java.lang.ClassNotFoundException:
org.apache.geronimo.upgrade.Upgrade1_0To1_1 in classloader
org.apache.geronimo.plugins/plugin-console-jetty/2.1.2/car
        at
org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:436)
        at
org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:278)


-- 
View this message in context: http://www.nabble.com/NoClassDefFoundError%3A-Upgrade1_0To1_1-tp19370011s134p19370011.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: NoClassDefFoundError: Upgrade1_0To1_1

Posted by Juergen Weber <we...@gmail.com>.
The connector is from
Using WebSphere MQ with WebSphere Application Server Community Edition
http://www.ibm.com/developerworks/websphere/library/techarticles/0601_balachandar/0601_balachandar.html

Scroll down to Download wasce_mq.zip
unzip and try to deploy wascemq.rar with wasce-mq.xml


HTTP ERROR: 500

org/apache/geronimo/upgrade/Upgrade1_0To1_1

RequestURI=/console/portal//Applications/Deploy%20New/__ac0x3plugin0x2Deployment!227983155|0
Caused by:

java.lang.NoClassDefFoundError: org/apache/geronimo/upgrade/Upgrade1_0To1_1
	at
org.apache.geronimo.console.configmanager.DeploymentPortlet.processAction(DeploymentPortlet.java:189)



I managed to fix the descriptor in the mean time, still it is a bug for
Geronimo to break the console on a wrong descriptor, Geronimo should
gracefully handle wrong descriptors.

Juergen






Jarek Gawor-2 wrote:
> 
> Can you send us the Geronimo deployment plan that you are using?
> 
> Jarek
> 
> On Mon, Sep 8, 2008 at 7:19 AM, Juergen Weber <we...@gmail.com> wrote:
>>
>> Hi,
>>
>> I have the geronimo-jetty6-javaee5-2.1.2 distribution and get this error
>> on
>> deploying a resource adapter. Is this a bug in the server? Is the class
>> missing in the distribution?
>>
>> Thx,
>> Juergen
>>
>> 13:14:00,471 WARN  [ConnectorPlanRectifier] Your connector plan has
>> obsolete
>> elements or attributes in it.  Please remove version attributes,
>> global-jndi-name elements, and credential-interface elements
>> 13:14:00,643 ERROR [log] Error for
>> /console/portal//Applications/Deploy%20New/__ac0x3plugin0x2Deployment!227983155|0
>> java.lang.NoClassDefFoundError:
>> org/apache/geronimo/upgrade/Upgrade1_0To1_1
>>        at
>> org.apache.geronimo.console.configmanager.DeploymentPortlet.processAction(DeploymentPortlet.java:184)
>>
>>
>> Caused by: java.lang.ClassNotFoundException:
>> org.apache.geronimo.upgrade.Upgrade1_0To1_1 in classloader
>> org.apache.geronimo.plugins/plugin-console-jetty/2.1.2/car
>>        at
>> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:436)
>>        at
>> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:278)
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/NoClassDefFoundError%3A-Upgrade1_0To1_1-tp19370011s134p19370011.html
>> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/NoClassDefFoundError%3A-Upgrade1_0To1_1-tp19370011s134p19390012.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: NoClassDefFoundError: Upgrade1_0To1_1

Posted by Jarek Gawor <jg...@gmail.com>.
Can you send us the Geronimo deployment plan that you are using?

Jarek

On Mon, Sep 8, 2008 at 7:19 AM, Juergen Weber <we...@gmail.com> wrote:
>
> Hi,
>
> I have the geronimo-jetty6-javaee5-2.1.2 distribution and get this error on
> deploying a resource adapter. Is this a bug in the server? Is the class
> missing in the distribution?
>
> Thx,
> Juergen
>
> 13:14:00,471 WARN  [ConnectorPlanRectifier] Your connector plan has obsolete
> elements or attributes in it.  Please remove version attributes,
> global-jndi-name elements, and credential-interface elements
> 13:14:00,643 ERROR [log] Error for
> /console/portal//Applications/Deploy%20New/__ac0x3plugin0x2Deployment!227983155|0
> java.lang.NoClassDefFoundError: org/apache/geronimo/upgrade/Upgrade1_0To1_1
>        at
> org.apache.geronimo.console.configmanager.DeploymentPortlet.processAction(DeploymentPortlet.java:184)
>
>
> Caused by: java.lang.ClassNotFoundException:
> org.apache.geronimo.upgrade.Upgrade1_0To1_1 in classloader
> org.apache.geronimo.plugins/plugin-console-jetty/2.1.2/car
>        at
> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:436)
>        at
> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:278)
>
>
> --
> View this message in context: http://www.nabble.com/NoClassDefFoundError%3A-Upgrade1_0To1_1-tp19370011s134p19370011.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>