You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Shapira, Yoav" <Yo...@mpi.com> on 2003/09/04 21:11:15 UTC

RE: Limitation on the number of Hosts per Engine?(SAXParserFactoryImpl not found)

Howdy,
There's no hosts per engine limitation in the code.  Even if there was,
11 seems like an unlikely candidate ;)

>Exception during startup processing
>java.lang.reflect.InvocationTargetException:
>javax.xml.parsers.FactoryConfigurationError: Provider
>org.apache.xerces.jaxp.SAXParserFactoryImpl not found
>at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)

Is there a root cause after this stack trace?  Any other errors?

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.


RE: Limitation on the number of Hosts per Engine?(SAXParserFactoryImpl not found)

Posted by Michael Mealling <mi...@neonym.net>.
On Thu, 2003-09-04 at 15:11, Shapira, Yoav wrote:
> Howdy,
> There's no hosts per engine limitation in the code.  Even if there was,
> 11 seems like an unlikely candidate ;)

Odd, huh....

> >Exception during startup processing
> >java.lang.reflect.InvocationTargetException:
> >javax.xml.parsers.FactoryConfigurationError: Provider
> >org.apache.xerces.jaxp.SAXParserFactoryImpl not found
> >at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
> 
> Is there a root cause after this stack trace?  Any other errors?

Nope. No other errors.... The entire server dies hard at that point. No
'root cause' or anything. The main tomcat log (not catalina.out) shows
no other errors. The last line is it deploying a JAR file and then
nothing. Poof....

Looking at org.apache.catalina.startup.ContextConfig.defaultConfig()
it appears to be dying as its reading the web.xml file....

-MM