2011/12/10 Warren Bell <warrenbe...@gmail.com>:
> Hello Tomcat Users,
>
> I am having a problem with xerces and other jars in the JDK or Tomcat
> conflicting with jars in my app. I am getting the following exception
> when instantiating Smooks, a csv library that usese xerces, in a web app
> running in Tomcat:

What exact version of Tomcat x.y.z you are running and on what JDK?

(IIRC several bugs wrt XML parser handling were fixed during the last
year. Though it might not be related to your issue).

Do you run single webapp there, or several complex ones?

I think the libs should stay in app's WEB-INF/lib folder. Do not put
them in endorsed for now. (That will affect Tomcat as a whole).

As others noted, your libraries list is a mess.

One blatant thing is that you have both Spring 2.0.8 and 2.5.6 jars.
They are not supposed to coexist.  Also note that there is "SEC03"
update of 2.5.6.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to