Thanks Gary, you absolutely right. This is Tomcat classloader issue. I've tried run it on Tomcat 4 and it works fine. This problem is only on Tomcat 3. Unfortunately, I should settle for Tomcat 3 only. So, maybe you have some solution how to solve this problem? I'll greatly appreciate it :) Thanks, Jenya
--- Gary L Peskin <[EMAIL PROTECTED]> wrote: > This sounds like a Tomcat classloader issue. You > probably have a > jaxp.jar or some similar .jar elsewhere in your > classpath/classloader > hierarchy. > > As a side note, I'll look into enhancing XalanJ to > provide a more > complete error message in cases like this. We > should include the > classloader that was used to attempt to make this > lookup. > > Gary > > > -----Original Message----- > > From: Evgeniy Strokin (rT) > [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 22, 2002 7:50 AM > > To: [EMAIL PROTECTED] > > Subject: TransformerFactoryConfigurationError > > > > > > I'm not sure this question for this mailing list, > but > > I'll try: > > How it could happen: > > > javax.xml.transform.TransformerFactoryConfigurationError: > > Provider > > org.apache.xalan.processor.TransformerFactoryImpl > not > > found > > at > > > javax.xml.transform.TransformerFactory.newInstance(Unknown > > Source) > > If xalan.jar in a classpath (actually it placed > under > > WEB-INF/lib folder of web application running on > Tomcat, so I > > hope Tomcat adds this JAR to classpath, another > classes from > > JARs from this folder I can use). This string in > Servlet > > throws that exception: TransformerFactory tFactory > = > > TransformerFactory.newInstance(); And it happens > only when I > > move my application to Unix box. Does somebody > have such > > problem? What is a best way to solve this? > > > > Thanks, > > Jenya > > > > > > __________________________________________________ > > Do you Yahoo!? > > Yahoo! Mail Plus - Powerful. Affordable. Sign up > now. > http://mailplus.yahoo.com > > > > __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus � Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
