There is a mismatch of plexus component api and container-default by
the looks of things, unless there is some code in archiva that uses
the removed getComponentKey() method.
Andy
On 11 Mar 2007, at 20:04, 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