The latest resin snapshot 2001-02-07 includes a new lib/jaxp.jar,
with files dated 2-1-2001.  With this jaxp.jar, the attached
exception occurs when struts loads its configuration.

Replacing resin/lib/jaxp.jar with jaxp.jar from a previous resin
snapshot, 2001-01-26 (which jar contains files from 9-21-2000)
solves the problem.  It also works if I copy jaxp.jar and
crimson.jar from jaxp-1.1ea2 into resin/lib.

Confused, I notice that neither of the two jaxp.jar files
supplied with the two resin snapshots match either of the
two versions available from Sun (1.0.1 and 1.1ea2).  Is
there another source for this?

Andy Boyko   [EMAIL PROTECTED]

javax.xml.parsers.FactoryConfigurationError
        at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:96)
        at org.apache.struts.digester.Digester.getParser(Digester.java:245)
        at org.apache.struts.digester.Digester.parse(Digester.java:716)
        at
org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1249)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:438)
        at javax.servlet.GenericServlet.init(GenericServlet.java:52)
        at com.hostname.servlet.ActionServlet.init(ActionServlet.java:31)
        at com.caucho.server.http.Application.createServlet(Application.java:1726)
        at com.caucho.server.http.Application.loadServlet(Application.java:1690)
        at com.caucho.server.http.Application.initServlets(Application.java:1108)
        at com.caucho.server.http.Application.init(Application.java:1061)
        at
com.caucho.server.http.VirtualHost.restartApplication(VirtualHost.java:819)
        at com.caucho.server.http.VirtualHost.getInvocation(VirtualHost.java:576)
        at
com.caucho.server.http.ServletServer.getInvocation(ServletServer.java:543)
        at
com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:350)
        at
com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:266
)
        at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
        at java.lang.Thread.run(Thread.java:484)

Reply via email to