Hi, My guess is that the component has a malformed manifest. Open up the jar and look at the manifest and then check the "Implementation-Version:" attribute. It should be a dot separated number (ie 1.2.3.4.5) with no spaces, dashes or characters in it. The spec that defines this is described in the guide/extensions/versioning.html document included in JDK1.3+
So get the httpclient peeps to fix this up and all should be good. On Wed, 15 May 2002 07:09, Andrei Ivanov wrote: > Hi, > when I am including "commons-httpclient.jar" into sar, Phoenix can not > start and the exception is: > > org.apache.avalon.phoenix.interfaces.DeploymentException: Bad > implementation version format '2.0-alpha1-dev' in 'httpclient'. (Reason: > java.lang.NumberFormatException: 0-alpha1-dev) > > > What when is permitted to be included into sar? > > Andrei -- Cheers, Peter Donald -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
