The runtime works fine there. Check your core directory. Do you have
plexus-component-api-1.0-alpha-18.jar,
plexus-container-default-1.0-alpha-18.jar and
plexus-appserver-host-2.0-alpha-8-SNAPSHOT.jar ?
Emmanuel
Brett Porter a écrit :
Emmanuel last changed the container - anything to do with that?
On 11/03/2007, at 1:04 PM, Wendy Smoak wrote:
On 3/11/07, Brett Porter <[EMAIL PROTECTED]> wrote:
This occurs when you use an older database that was on jpox 1.1.4,
and run it under the new stuff, unfortunately. You probably need to
start over with your users database.
Thanks. That fixed it for Tomcat (once I figured out where the
databases were hiding-- I had set derby.system.home to keep them out
of $TOMCAT_HOME/bin.)
The Plexus runtime still won't work though:
The error with Plexus is
jvm 1 | WrapperSimpleApp: Encountered an error running main:
java.lang.NoSuch
MethodError:
org.codehaus.plexus.component.repository.ComponentDescriptor.getCom
ponentKey()Ljava/lang/String;
jvm 1 | java.lang.NoSuchMethodError:
org.codehaus.plexus.component.repository
.ComponentDescriptor.getComponentKey()Ljava/lang/String;
Does that look familiar to anyone?
--Wendy