Greetings, Marc Lustig wrote:
>But looking in the tomcat log let me found an error that is occuring when >tomcat/turbine is started up (before the first template is requested): > >----- Root Cause ----- >java.lang.VerifyError: (class: >org/apache/turbine/services/intake/transform/XmlToAppData, method: parseFile >signature: >(Ljava/lang/String;Z)Lorg/apache/turbine/services/intake/xmlmodel/AppData;) >Incompatible object argument for function call > at > This is *exactly* the error (error java.lang.VerifyError, class org.apache.turbine.services.intake.transform.XmlToAppData, method parseFile) I was seeing last week. Oddly enough, I saw it in the turbine.log, not the Tomcat logs. In my case, the cause was having xerces-2 from Tomcat 4.1.10 conflicting with xerces-1 from my TDK 2.1-based Turbine project. Downgrading to Tomcat 4.0.4, and thus banishing xerces-2 from my classpath, fixed the problem instantly. >What else xerces-edition to use here? > I can't say specifically what version of xerces you should be using with your configuration. :-( -- Edwin Gustafson Cayman Chemical Company -- 734 971 3586 x 221 http://www.caymanchem.com/promo/ewg 42*13'44" N 83*43'25" W -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
