Struts 1.2 and jdeveloper 9054

Hi Gurus,
Which version of xercesImpl.jar ,xalan.jar ,xml-apis.jar files support in jdeveloper useing with struts 1.2 .
I am useing xercesImpl.jar (988kb),xalan.jar (3076 kb),xml-apis.jar (122 kb)
below Exception I am getting,
org.apache.commons.digester.Digester getParser
SEVERE: Digester.getParser:
org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
     at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:137)
     at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
     at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
     at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
     at org.apache.commons.digester.Digester.getParser(Digester.java:682)
     at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
     at org.apache.commons.digester.Digester.parse(Digester.java:1572)
     at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
     at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
     at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
     at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
     at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
     at com.evermind.server.Application.getHttpApplication(Application.java:886)
     at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
     at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:420)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:422)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
Oct 7, 2005 7:24:06 PM org.apache.struts.action.ActionServlet init
SEVERE: Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency.
java.lang.NullPointerException
     at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
     at org.apache.commons.digester.Digester.parse(Digester.java:1572)
     at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
     at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
     at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
     at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
     at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
     at com.evermind.server.Application.getHttpApplication(Application.java:886)
     at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
     at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:420)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:422)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
Oct 7, 2005 7:24:06 PM org.apache.commons.digester.Digester getParser
SEVERE: Digester.getParser:
org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
     at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:137)
     at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
     at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
     at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
     at org.apache.commons.digester.Digester.getParser(Digester.java:682)
     at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
     at org.apache.commons.digester.Digester.parse(Digester.java:1572)
     at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
     at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
     at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
Oct 7, 2005 7:24:06 PM org.apache.struts.action.ActionServlet init
SEVERE: Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency.
java.lang.NullPointerException
     at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
     at org.apache.commons.digester.Digester.parse(Digester.java:1572)
     at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
     at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
     at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
     at javax.servlet.GenericServlet.init(GenericServlet.java:258)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
     at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
please any body help this issue.
Thanks,
Maradi

I have the same problem with Struts 1.2.9 in JDeveloper 10.1.3. I've placed all the Struts 1.2.9 jars into the jdev folder as suggested in the article, and my project's technology scope included "Struts", but I get the stackdump:
Target URL -- http://localhost:8988/IndexedProperties-Project1-context-root/purchaseOrder.do
06/06/21 09:14:23 Oracle Containers for J2EE 10g (10.1.3.0.0)  initialized
Jun 21, 2006 9:14:28 AM org.apache.commons.digester.Digester getParser
SEVERE: Digester.getParser:
org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
        at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:128)
        at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
        at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
        at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
        at org.apache.commons.digester.Digester.getParser(Digester.java:682)
        at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
        at org.apache.commons.digester.Digester.parse(Digester.java:1571)
        at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
        at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
        at javax.servlet.GenericServlet.init(GenericServlet.java:257)
        at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
        at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
        at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
        at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
        at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
        at com.evermind.server.Application.getHttpApplication(Application.java:512)
        at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
        at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1958)
        at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1910)
        at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:427)
        at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:395)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:437)
        at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
        at java.lang.Thread.run(Thread.java:595)
Jun 21, 2006 9:14:28 AM org.apache.struts.action.ActionServlet init
SEVERE: Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable.  Most likely, this is due to an incorrect or missing library dependency.
java.lang.NullPointerException
        at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
        at org.apache.commons.digester.Digester.parse(Digester.java:1571)
        at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
        at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
        at javax.servlet.GenericServlet.init(GenericServlet.java:257)
        at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
        at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
        at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
        at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
        at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
        at com.evermind.server.Application.getHttpApplication(Application.java:512)
        at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
        at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1958)
        at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1910)
        at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:427)
        at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:395)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:437)
        at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
        at java.lang.Thread.run(Thread.java:595)
Jun 21, 2006 9:14:28 AM org.apache.commons.digester.Digester getParser
SEVERE: Digester.getParser:
org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
        at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:128)
        at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
        at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
        at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
        at org.apache.commons.digester.Digester.getParser(Digester.java:682)
        at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
        at org.apache.commons.digester.Digester.parse(Digester.java:1571)
        at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
        at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
        at javax.servlet.GenericServlet.init(GenericServlet.java:257)
        at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
        at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
        at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
        at java.lang.Thread.run(Thread.java:595)
Jun 21, 2006 9:14:28 AM org.apache.struts.action.ActionServlet init
SEVERE: Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable.  Most likely, this is due to an incorrect or missing library dependency.
java.lang.NullPointerException
        at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
        at org.apache.commons.digester.Digester.parse(Digester.java:1571)
        at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
        at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
        at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
        at javax.servlet.GenericServlet.init(GenericServlet.java:257)
        at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
        at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
        at com.evermind.server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)
        at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)
        at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
        at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
        at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
        at java.lang.Thread.run(Thread.java:595)Can anyone help?

Similar Messages

  • Struts 1.2 and jdeveloper

    I am useing jdeveloper and struts1.2.7 while loading the application
    i am getting below exception
    org.apache.commons.digester.Digester getParser
    SEVERE: Digester.getParser:
    org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
         at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:137)
         at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
         at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
         at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
         at org.apache.commons.digester.Digester.getParser(Digester.java:682)
         at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
         at org.apache.commons.digester.Digester.parse(Digester.java:1572)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
         at com.evermind.server.Application.getHttpApplication(Application.java:886)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:420)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:422)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    is it known bug, if we use struts1.2.7 which jars we will use. is their any link between xercesImpl.jar and commons-digester.jar.
    please any body help, this is very urgent
    Thanks,
    Maradi

    I am useing jdeveloper and struts1.2.7 while loading the application
    i am getting below exception
    org.apache.commons.digester.Digester getParser
    SEVERE: Digester.getParser:
    org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
         at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:137)
         at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
         at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
         at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
         at org.apache.commons.digester.Digester.getParser(Digester.java:682)
         at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
         at org.apache.commons.digester.Digester.parse(Digester.java:1572)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
         at com.evermind.server.Application.getHttpApplication(Application.java:886)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:420)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:422)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    is it known bug, if we use struts1.2.7 which jars we will use. is their any link between xercesImpl.jar and commons-digester.jar.
    please any body help, this is very urgent
    Thanks,
    Maradi

  • Important: Struts 1.2 and jdeveloper9052

    Hi Gurus,
    I am useing struts 1.2 and jdeveloper 9052. I am useing some xml jars (xalan-j_2_7_0 (xalan 3,007kb,xml-apis 190 kb, xercesImpl 1,176 kb) any confilict between version mismatch. i am tried differnet version of xml jar files but same error i am getting.
    i am getting following exception.
    org.apache.commons.digester.Digester getParser
    SEVERE: Digester.getParser:
    org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
         at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:137)
         at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
         at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
         at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
         at org.apache.commons.digester.Digester.getParser(Digester.java:682)
         at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
         at org.apache.commons.digester.Digester.parse(Digester.java:1572)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
         at com.evermind.server.Application.getHttpApplication(Application.java:886)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:420)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:422)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    if i remove this files from my classpath application is working fine. This is known bug or it is new , please any body help this issue this is very important for me.
    I am new to xml. is their any version mismatch or i am missing any jars.
    any gurus in the forum please help this issue.
    Thanks,
    Maradi

    Hi Gurus,
    I am useing struts 1.2 and jdeveloper 9052. I am useing some xml jars (xalan-j_2_7_0 (xalan 3,007kb,xml-apis 190 kb, xercesImpl 1,176 kb) any confilict between version mismatch. i am tried differnet version of xml jar files but same error i am getting.
    i am getting following exception.
    org.apache.commons.digester.Digester getParser
    SEVERE: Digester.getParser:
    org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
         at oracle.xml.jaxp.JXSAXParserFactory.setFeature(JXSAXParserFactory.java:137)
         at org.apache.commons.digester.parser.XercesParser.configureXerces(XercesParser.java:185)
         at org.apache.commons.digester.parser.XercesParser.newSAXParser(XercesParser.java:138)
         at org.apache.commons.digester.ParserFeatureSetterFactory.newSAXParser(ParserFeatureSetterFactory.java:73)
         at org.apache.commons.digester.Digester.getParser(Digester.java:682)
         at org.apache.commons.digester.Digester.getXMLReader(Digester.java:891)
         at org.apache.commons.digester.Digester.parse(Digester.java:1572)
         at org.apache.struts.action.ActionServlet.parseModuleConfigFile(ActionServlet.java:738)
         at org.apache.struts.action.ActionServlet.initModuleConfig(ActionServlet.java:687)
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:333)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2094)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:765)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:497)
         at com.evermind.server.Application.getHttpApplication(Application.java:886)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:420)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:422)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    if i remove this files from my classpath application is working fine. This is known bug or it is new , please any body help this issue this is very important for me.
    I am new to xml. is their any version mismatch or i am missing any jars.
    any gurus in the forum please help this issue.
    Thanks,
    Maradi

  • Cannot create a Struts Form bean using jdeveloper 10g

    Hello I'm new to jdeveloper and struts and triying to create a sample login page following this tutorial :http://www.oracle.com/technology/products/jdev/htdocs/handson/struts/strutshandson.html
    But I have a little problem in the 3rd excercice (Building Struts Form Beans and Actions)
    when I follow the instructions "Select File | New > Choose Web-Tier in the Categories, and select Struts > Select ActionForm from the Items > Click OK. "
    there is no ActionForm Item ! the only available item is "Struts Controller page Flow" and I allready used this one to create the struts' project template !
    (same thing : Struts Action in the next tutorial section is not available)
    BTW : I have to use jdeveloper 9.0.5.2 and not a latest version

    1. Take a look at the class diagram for query model http://docs.oracle.com/cd/E17904_01/web.1111/b31973/af_query.htm#BABDGCHI
    2. Also see if this helps you understand http://jobinesh.blogspot.in/2011/03/retrieving-viewcriteria-from-custom.html

  • How to install the struts-el jar and tld file

    How can i install/configure the struts-el jar and struts-logic-el.tld. When I tried with the related sites, i couldn't get any jar files for struts-el tag.
    I got only 404 status error.
    From where and how to get the jar file and tld file for the struts-el tag .Please refer me

    The jar file is part of the download of struts.
    its in the /contrib/lib directory
    You should need struts, jstl plus the struts-el jar files.
    The tld files should not be necessary - just use the standard URIs for them.
    eg http://struts.apache.org/tags-logic-el

  • Soa 11g and jdeveloper 11g user defined extension function

    I have developed a set of extension functions,
    in design time for the previous version, I can put the deployment file (jar file) that contains the extension functions in the %JDEV_HOME%\jdev\lib\ext directory and jdeveloper recognizes the set of extension functions if previously i have defined an xml descriptor with every one of the functions i need to include in the panel.
    Now, with the jdeveloper 11g i have tried the same, and jdev recognizes the functions, but when I am going to test one transformation that includes the extension function, the parser is not founding the jar file; the error (in spanish) is:
    XML-22045: (Error) Error de funcion de extension: No se ha encontrado la clase '
    Falta la clase: aac._shared.extensions.xsl.XmlW3cDomFunctions
    Clase Dependiente: oracle.xml.xpath.XSLExtFunctions
    Cargador: main:11.0
    Origen del Codigo: /C:/.extracted/jdevstudio1111/lib/xmlparserv2.jar
    Configuraci≤n: system property PCLMain.createExtensionManagerLoader()
    Esta carga se ha iniciado en main:11.0 mediante el mΘtodo loadClass().
    La clase que falta no esta disponible desde ningun origen de codigo o cargador del sistema.
    my dude is:
    + at design time, where can I put the jars with extension functions to make one transformation function used in a mediator component can works fine?
    + at runtime, where can I put those libraries? (in the previous version, we can put this libraries in the %APP_SERVER%\j2ee\home\applib, or create one shared library and reference it in the oracle.bpel.common shared library declaration of the server.xml configuration file).

    Hi,
    please post this question to the JDeveloper 11 forum. Please translate the messages into English as well
    JDeveloper and OC4J 11g Technology Preview
    Frank

  • Database Lite and JDeveloper / ADF

    Hello,
    I'm planning to create a small application which will run on mobile PC in an off-line mode, having synchronization with master DB once connected to the proper network.
    The main architecture on the target PC may be :
    - Oracle Lite
    - GlassFish
    - ADF application
    I downloaded JDeveloper 11.1.1.3.0 and the latest version of Oracle Lite (10.3.0.3).
    I'm looking the tutorials but none of them are talking about the JDeveloper 11g version, they all speak about BC4J/OC4J. Since I'm new to Oracle's product I don't know these "products" (framework ?) and in the 11g version this seems to have disappeared.
    Are those versions compatible with each other ?
    Will the tutorial work ?
    Regards
    PS: the same thread is present on the JDeveloper forum

    The main thread will be the one on JDeveloper section :)
    ==> Database Lite and JDeveloper / ADF

  • JMS with weblogic and jdeveloper IDE

    HI,
    I am a newbie to jms..could anyone provide me a sample tutorial to test and deploy a sample jms application using weblogic and jdeveloper IDE.
    Thanks,
    Amy
    Edited by: 838667 on Feb 22, 2011 2:50 AM

    ...I have a strong feeling this is a TIBCO-related issue where you're not doing the lookup the way TIBCO likes.

  • The missing ring between Designer and JDeveloper.

    I'm a user of both Designer and JDeveloper and I found a difficulty in making both updated at once.
    I would like to have something wich can help to map Designer table definitions to ADF entities but I still don't see anything usefull.
    I hoped the integration between Desigern and JDev could help me, but it's based upon Modules and not upot tables and then is useless.
    I looked for Jheadstart but it seems to have similar problems.
    Is there any plan to fill the gap ?
    Is there any viable soluntion already done ?
    Tks
    Tullio

    Repost

  • Hi, im a beginner in ADF and JDeveloper. Can anyone suggest me any video links for learning Oracle ADF?

    Hi, im a beginner in ADF and JDeveloper. Can anyone suggest me any video links for learning Oracle ADF?
    Thanks,
    Vijay

    Refer the below link as a starting point.
    https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper
    http://sameh-nassar.blogspot.com.au/2010/04/main-references-to-learn-oracle-adf.html
    Cheers
    AJ

  • OBIEE 11.1.1.7 and JDeveloper integration

    Hi all,
    I am integrating OBIEE 11.1.1.7 with J Developer. I have installed OBIEE 11.1.1.7 and JDeveloper 11.1.2.3.0 on my machine. Can anyone tell me the further steps to move on.
    As per my research, I have to download an extension called Web Center portal in JDeveloper. But it is not getting displayed in the extension list. Is it compatible with this version ? If not, then which versions is it compatible with.
    Apart from this I also came across the extensions called BI ADF task extension Bundle, BI ADF Bundle. Can anyone provide me appropriate links that demonstrate use of these extensions (Any tutorials or so).
    I am just trying to explore the possibilities of OBIEE with J Developer.

    Pl see if MOS Doc 337737.1 (Oracle Clusterware - ASM - Database Version Compatibility) can help
    HTH
    Srini

  • Oracle Coherence Examples with Oracle SOA suite 11.1.1.4.0 and JDeveloper.

    Hi,
    I am new to Oracle Coherence. I was looking for examples implementing Oracle Coherence step by step so as to get a basic understanding using JDeveloper but most of the examples available are using Oracle Service Bus and Eclipse.
    Could anyone please help me in providing link with examples using Oracle Coherence with Oracle SOA suite 11.1.1.4.0 and JDeveloper.
    Thanks for the needful.
    Cheers,
    Varun

    Hi Varun,
    Please find the answers to your questions below:
    1) Could you please let me know how to use this system property -Dtangosol.coherence.override in my application so that I can coordinate between the cluster used by my application and the one started for using Coherence Node.
    You need to specify this property in the Java Options of your server or cache node startup script.
    2) I was trying to understand how to use this tangosol-coherence-override.xml but the document is pretty confusing. I am not able to understand that whether I am suppose to use it at server level or at application level.
    I would suggest extract the coherence.jar and you it would be important for you to have a look at the tangosol-coherence.xml and tangosol-coherence-override.xml. This file is used to override any of the properties specified in tangosol-coherence.xml for your cluster configuration for example, clustername, multicast ip and port or WKA for unicast, logging and so on.
    3) Another point is how to coordinate among tangosol-coherence-override.xml, coherence-cache-config.xml and -Dtangosol.coherence.override system property from my application
    Ideally you should specify in the java options of your application startup but you can also sepcify using System.setProperty("property", "value") in you code for specifying the various properties
    4) How to use the cache updating mechanisms from an application?
    I am not clear what do you mean by cache updating mechanisms? If you mean how you can update the cache from application then you can use simple Put, Entry Processor and so on. Refer NamedCache APIs to start with for operations but there many other ways to update the cache from within application or otherwise
    Hope this helps!
    Cheers,
    NJ

  • 10g database, cluster on aix and jdeveloper

    Are there some known incompatibilities between oracle 10g database with cluster on aix and jdeveloper application (jdev 10g) using dynamic jdbc credentials (jsp, bc4j, adf)?

    My application vendor advises me that my patch level on AIX should be equivalent to that of the following windows patch level.It may not be available becuase most of them are OS specific..If there is patch for Windows behaviour how are you expecting a patch for an Unix version
    Explain your vendor about this buton the other hand if it is a generic issue then you should look for AIX patch
    Edited by: Maran Viswarayar on Jan 18, 2010 5:10 PM

  • Sqldeveloper and jdeveloper cannot connect to xe service

    I just installed xe on my pc.  I can get into sqlplus create users, tables data etc.  Everything seems to work.  I can also run lsnrctl and everything seems to be ok.  I can also do a tnsping and get a positive response.  sqldeveloper and jdeveloper both get errors when I try and connect.
    I used to get an error indicating that the listener did not know about the XE service or sid (tried it both ways).  I changed the node names that were in the listener.ora file to localhost and the error changed to a 17002.  I am now getting the original 12514.  listener does not know the service in the connect descriptor.  How do I fix this?  It has not worked since I installed it.
    Thanks,
    Russell

    I have tried using sqldeveloper and defining a connection.  I have also tried defining a connection in jdeveloper and that fails in the same way.  I have also tried using sqlplus user/pass@XE and that fails the same way.  The tnsnames.ora, listener.ora are all in the default location.  ...server\network\ADMIN.
    lsnrctl returns the following:
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.2.0 - Produ
    ction
    Start Date                14-NOV-2013 20:47:51
    Uptime                    0 days 10 hr. 40 min. 51 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Default Service           XE
    Listener Parameter File   C:\oraclexe\app\oracle\product\11.2.0\server\network\a
    dmin\listener.ora
    Listener Log File         C:\oraclexe\app\oracle\diag\tnslsnr\MURRAYR1\listener\
    alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL>
    My listener.log file has lots of stuff in it here is an example:
    15-NOV-2013 07:08:56 * ping * 0
    Fri Nov 15 07:09:12 2013
    15-NOV-2013 07:09:12 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=XE)(CID=(PROGRAM=C:\oraclexe\app\oracle\product\11.2.0\server\bin\sqlplus.exe)(HOST=MURRAYR1)(USER=MurrayR))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52738)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    Fri Nov 15 07:10:00 2013
    15-NOV-2013 07:10:00 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=XE)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52741)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    15-NOV-2013 07:10:00 * (CONNECT_DATA=(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))(SERVICE_NAME=XE)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52742)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    Fri Nov 15 07:11:50 2013
    15-NOV-2013 07:11:50 * (CONNECT_DATA=(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=MurrayR))(SERVICE_NAME=XE)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52749)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    Fri Nov 15 07:12:06 2013
    15-NOV-2013 07:12:06 * (CONNECT_DATA=(CID=(PROGRAM=SQL Developer)(HOST=__jdbc__)(USER=MurrayR))(SERVICE_NAME=XE)(CID=(PROGRAM=null)(HOST=__jdbc__)(USER=null))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=52752)) * establish * XE * 12514
    TNS-12514: TNS:listener does not currently know of service requested in connect descriptor
    Fri Nov 15 07:28:40 2013
    15-NOV-2013 07:28:40 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=MurrayR))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER)(VERSION=186647040)) * status * 0
    Thanks for any help.
    Russell

  • BPA and JDeveloper integration

    I have found:
    "You need to use the same version for your bpa suite and your IDE, e.g. BPA 10.1.3.3 and Jdeveloper 10.1.3.X, and SOA Suite 10.1.3.x"
    In that case I want to ask if it is possible to use BPA 10.1.3.3. with SOA Suite 11. Because it is noted that only SOA Suite 11 support bidirectional integration with BPA. And only BPA 10.1.3.3 is available.
    Anyway I have a problem with BPA Suite 10.1.3.3. and SOA Suite 11 integration.
    There are no options for creation "BPA Server Connection" in File-New dialog of Jdeveloper 11g.
    Please help.

    Hi,
    there is a different forum for all 11g SOA Suite questions:
    SOA Suite and OC4J 11g Technology Preview
    But keep in mind:
    when 11g SOA Suite is released there will be a BPA version 11g... but not earlier ;-)

Maybe you are looking for

  • Automatic creation of qm orders

    Hi, i have assigned account assignment as project and wbs element in po. gr has been done. In mm02, i mentioned individual qm order ticked. in qk02, after entering 01, mat number and plant, it is not displaying the qm order. please advise HOW TO SEE

  • Photoshop CC consistently hangs during photomerge when trying to blend images. Had to revert to CS6 which works great. Bug in cc?

    It doesn't matter how many photos I'm trying to merge...get the same problem. System just quits when it gets to the "blending" stage. Photoshop CS6 works fine, so must be a bug in cc. I have a new Windows 7 system with plenty of memory and a 3tb hard

  • Need new key-caps for Thinkpad T61 wide-screen.

    There seem to be lots of types of key-caps. How do I tell which one I need. I did try to find it on line, but its too confusing.. There's a lot of info and a lot of videos. Once I GET the key caps I can watch the video to see how to replace (or get d

  • How can I have uniform volume of audio for my vocal in FCPX?

    Hello to all! I have sung a song in GB and have imported the same into FCPX: I had sung the first stanza at a higher volume than the second stanza, as you may discern from the screenshot above. Can anyone tell me how I can get the audio volume of bot

  • Employee no in HR system

    i am working on an HR system and i want to give each new employee a unique number ,i know that the best way is to use sequence number ,but i want the numbers to be without gaps ,so i use select max(empno)+1 from employess for update; is this an effic