dev@javaserverfaces.java.net

Re: 1.2_05 RC5 (and further) com.sun.faces.config.ConfigurationException in Tomcat 5.5

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Fri, 05 Oct 2007 08:59:36 -0700

The new configuration code relies on JAXP 1.3 at a minimum (included
with J2SE 5). If Tomcat overrides
the JDK jaxp implementation with an older version, then you will have
this problem.

Glad to see you were able to resolve it.

Alex Stepovenko wrote:
> Added JAXP 1.4 jars, that fixed it.
>
> -------- Исходное сообщение --------
>
> Hi,
>
> As soon as I switched to 1.2_05 RC5, I started getting the following
> exception when deploying the web application which uses faces RI. I
> then tried the nightly builds, with the same result. Here's the tomcat
> log:
>
> INFO: Initializing Sun's JavaServer Faces implementation
> (1.2_05-20071003-NIGHTLY) for context 'Investit Server'
> ERROR [/server] - Exception sending context initialized event to
> listener instance of class com.sun.faces.config.ConfigureListener
> com.sun.faces.config.ConfigurationException: CONFIGURATION
> FAILED!Unable to parse document 'file:/C:/develop/Java/Tomcat
> -5.5.25/work/Catalina/localhost/server/loader/com/sun/faces/jsf-ri-runtime.xml':
> This parser does not support specificat
> ion "null" version "null"
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: dev-help_at_javaserverfaces.dev.java.net
>