You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Prasad, Kamakshya" <kp...@capitalservicing.co.jp> on 2004/03/09 07:32:42 UTC

SASParser exception when using struts1.1 with weblogic8.1

Hi,
 
I am using Struts 1.1 with weblogic 8.1 as the application server, for
building a web based application.
 
Whenever I starts the server or redeploys the application it throws this
exception though the application works fine. 
 
java.lang.ClassNotFoundException:
weblogic/apache/xerces/parsers/SAXParser
       at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown
Source)
       at org.xml.sax.helpers.XMLReaderFactory.createXMLReader(Unknown
Source)
       at
weblogic.servlet.internal.WebAppHelper.makeImplicitTaglibMap(WebAppHelpe
r.java:293)
       at
weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppS
ervletContext.java:5091)
       at
weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletC
ontext.java:4956)
       at
weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext
.java:556)
       at
weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletConte
xt.java:507)
       at
weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:513)
       at
weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:610)
       at
weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationC
ontainer.java:2891)
       at
weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationCon
tainer.java:1527)
       at
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.
java:1183)
       at
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.
java:1026)
       at
weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.
java:817)
       at
weblogic.management.deploy.slave.SlaveDeployer$Application.prepare(Slave
Deployer.java:3022)
       at
weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications(Sl
aveDeployer.java:927)
       at
weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java
:394)
       at
weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(D
eploymentManagerServerLifeCycleImpl.java:230)
       at
weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
       at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:927)
       at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:354)
       at weblogic.Server.main(Server.java:32)
 
This class is already available in weblogic.jar. Still why's the server
not able to find it.
 
Any clues?
 
KP