I haven't seen this issue on any of the OC4J servers I've tried yet. However, I do not have a xerces.jar file in my lib directory. Why are you explicitly supplying an xml parser? My first guess at fixing the problem would be to remove xerces.jar from your classpath.
Also, what version of OAS are you using? You can click on the "About Oracle Enterprise Manager 10g [or whatever] Application Server Control" link at the bottom to find out. Our wiki has a large number of notes about deploying to different versions of OC4J. On 3/7/06, Julián García <[EMAIL PROTECTED]> wrote: > Hi, > > I am obtaining this error while deploying a myfacess app on Oracle App > Server. > > INFO: Reading standard config > org/apache/myfaces/resource/standard-faces-config.xml > 6/03/2006 03:23:00 PM org.apache.commons.digester.Digester getParser > GRAVE: Digester.getParser: > org.xml.sax.SAXNotRecognizedException: > http://apache.org/xml/features/validation/dynamic > > 06/03/06 15:23:00 java.lang.NullPointerException > 06/03/06 15:23:00 at > org.apache.commons.digester.Digester.getXMLReader(Digester.java:899) > > I already have the xerces jar in my WEB-INF/lib directory, and this does > not happen using Tomcat. > > Does anybody has an idea of what may be causing this? > > Thanks in advance. > > Julian > > >

