----- Original Message ----- From: "Gareth Coltman" <[EMAIL PROTECTED]>
> : java.lang.StringIndexOutOfBoundsException: String index out of range: -1 [....] > So there is something wrong with one of the manifests (maybe). Does anyone > have any ideas? I think I might have seen this issue before in the archives, > but I don't remember seeing an answer. This meaningful error means that you have a jar that has the Class-Path entry in it but the jar pointed by the classpath does not exists so this wonderful and expensive application server crashes beautifully. Yes. This is unbelievable. I could not believe it myself... When you are doing deployment for the first time and encounters the dotted-jar and the manifest class-path problems, you ask yourself what will be next... Workaround: hack your jars to remove the class-path entry in its manifest. I would advise you to post these issues in the Weblogic newsgroups though since there is not much to do with turbine though.... Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
