We have successfully installed a Struts application in WebSphere 3.5.3 on an
NT box, but when we try to deploy to one on a Unix box we get the following
exception.  The Jaxp 1.0.1 jaxp.jar and parser.jar are in the servlets
directory, just as they were on NT.  Now the other difference is that there
are other web apps deployed within the Unix WebSphere installation.  It
seems that this is another *&%#(@^ case of XML incompatibilities.  Any ideas
as to what to look for or how to resolve?  

Thanks,

Chris Stillwell

Root Error-1: java.lang.ClassNotFoundException:
org.apache.crimson.jaxp.SAXParserFactoryImpl
javax.xml.parsers.FactoryConfigurationError:
java.lang.ClassNotFoundException:
org.apache.crimson.jaxp.SAXParserFactoryImpl 
     at java.lang.Throwable.fillInStackTrace(Native Method) 
     at java.lang.Throwable.fillInStackTrace(Compiled Code) 
     at java.lang.Throwable.<init>(Compiled Code) 
     at java.lang.Error.<init>(Error.java:50) 
     at
javax.xml.parsers.FactoryConfigurationError.<init>(FactoryConfigurationError
.java:108) 
     at
javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:150) 
     at org.apache.struts.digester.Digester.getParser(Digester.java:275) 
     at org.apache.struts.digester.Digester.parse(Digester.java:755) 
     at org.apache.struts.action.ActionServlet.initMapping(Compiled Code) 
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466) 
     at com.bht.it.vista.servlet.VistaActionController.init(Unknown Source) 
     at javax.servlet.GenericServlet.init(GenericServlet.java:258) 
     at
com.ibm.servlet.engine.webapp.StrictServletInstance.doInit(ServletManager.ja
va:622) 
     at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet._init(StrictLifecycleSe
rvlet.java:136) 
     at
com.ibm.servlet.engine.webapp.PreInitializedServletState.init(StrictLifecycl
eServlet.java:244) 
     at
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.init(StrictLifecycleSer
vlet.java:102) 
     at
com.ibm.servlet.engine.webapp.ServletInstance.init(ServletManager.java:295) 
     at javax.servlet.GenericServlet.init(GenericServlet.java:258) 
     at com.ibm.servlet.engine.webapp.ServletManager.addServlet(Compiled
Code) 
     at
com.ibm.servlet.engine.webapp.WebAppServletManager.loadServlet(Compiled
Code) 
     at
com.ibm.servlet.engine.webapp.WebAppServletManager.getServletReference(Compi
led Code) 
     at com.ibm.servlet.engine.webapp.WebApp.getServletReference(Compiled
Code) 
     at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcherInfo.calculateInfo(Comp
iled Code) 
     at
com.ibm.servlet.engine.webapp.WebAppRequestDispatcherInfo.<init>(Compiled
Code) 
     at com.ibm.servlet.engine.webapp.WebApp.getRequestDispatcher(Compiled
Code) 
     at
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(Compiled Code)

     at
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedIn
vocation.java:67) 
     at
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(Compiled
Code) 
     at
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(Compiled
Code) 
     at
com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(Co
mpiled Code) 
     at
com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(Compiled
Code) 
     at
com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(Com
piled Code) 
     at
com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRu
nnable.notifyService(Compiled Code) 
     at
com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRu
nnable.run(Compiled Code) 
     at
com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run
(Compiled Code) 
     at java.lang.Thread.run(Thread.java:479) 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to