Greetings, Marc Lustig wrote:
>I still haven't got around the Intake instiantiation error. > >So I can only recite what Edwin said: >"I see lots of messages on turbine-user that imply people are using Intake; > what do they know that I don't?" >:-) > > Thanks for quoting me! I get 0.0875 cents per citation, you know. ;-) I haven't moved to Turbine 2.2 yet, so this may not apply to you, but I can give you one new thing to investigate and hopefully rule out: Last week I tried my application under Tomcat 4.1.10, the latest release. Intake failed to start up due to a conflict between the xerces-2 XML parser that ships with Tomcat 4.1.10 and the xerces-1 parser that Intake for Turbine 2.1 uses. Downgrading to Tomcat 4.0.4 resolved the problem. I have no specific reason to think this might apply to your configuration; just something to check. Beyond this, I would try... + Manually removing the appData.ser file before startup + Specifying the basePackage attribute of the input-data element in your intake.xml file + Removing the �'s (and other non-US-ASCII characters) from your intake.xml file ...to see if they make any difference. Long shots, but that's what I would do. -- 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]>
