On Thu, 7 Nov 2002 15:29, Leif Mortenson wrote:
> I just updated my application to the latest versions of jars from CVS.
> Due to a change in
> the component package, the container jar is now required. That is fine
> but when I deployed
> my app and tried to start Tomcat, I get the following exception:
>
> LifecycleException: Missing optional package Extension[avalon-framework,
> implementationVersion=4.1.2, specificationVersion=1.0]
The specificationVersion is not specified in the avalon-framework.jar which is
your problem. Catalina tries to match it and fails. The implementation
version is also screwy as it requires the exact version 4.1.2 when it should
require interface version 4.1.2 or above. I removed these from container
package and should be able to work now.
--
Cheers,
Peter Donald
---------------------------------------------------
"Wise men don't need advice. Fools don't take it."
-Benjamin Franklin
---------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>