You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Michael Mealling <mi...@neonym.net> on 2003/09/04 21:16:16 UTC

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

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