JDev 9.0.3 - AppModule Releasemode error

I moved my 9.0.2 project to 9.0.3. Now I am running into a releasemode error (see below). However, it is not consistent. It tends to happen om my pages containing multiple perspective-for-java chart beans which has a releasemode of stateful. It has happened (but very infrequently on other pages). Sometimes the chart pages load fine. This behavior has been reproduced on two other PCs. Any ideas?
Thanks,
Deb
Error Message: A releasemode attribute must be specified on the ApplicationModule tag
oracle.jbo.JboException: A releasemode attribute must be specified on the ApplicationModule tag
     void oracle.jbo.JboException.(java.lang.String)
          JboException.java:333
     void oracle.jbo.html.jsp.datatags.Utils.releaseApplicationModule(javax.servlet.ServletContext, javax.servlet.http.HttpServletResponse, oracle.jbo.common.ampool.SessionCookie, java.lang.String)
          Utils.java:305
     void oracle.jbo.html.jsp.datatags.ReleasePageResourcesTag.releaseApplicationModule(oracle.jbo.common.ampool.SessionCookie)
          ReleasePageResourcesTag.java:115
     int oracle.jbo.html.jsp.datatags.ReleasePageResourcesTag.doEndTag()
          ReleasePageResourcesTag.java:80
     void cs_view__metrics__quests._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
          cs_view_metrics_quests.jsp:613
     void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
          HttpJsp.java:139
     void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
          JspPageTable.java:317
     void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
          JspServlet.java:465
     void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
          JspServlet.java:379
     void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
          HttpServlet.java:853
     void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
          ServletRequestDispatcher.java:721
     void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
          ServletRequestDispatcher.java:306
     boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
          HttpRequestHandler.java:767
     void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
          HttpRequestHandler.java:259
     void com.evermind.server.http.HttpRequestHandler.run()
          HttpRequestHandler.java:106
     void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
          PooledExecutor.java:803
     void java.lang.Thread.run()
          Thread.java:484
P.S. for JDev Team - Thanks for fixing the label skipping!

Hello,
We have similar problems "A releasemode attribute must be specified on the ApplicationModule tag" and we always put the
<jbo:ReleasePageResources /> before the </html> tag.
Development: JDeveloper 9.0.3.1035
Deployment: Standalone OC4J from this JDeveloper or O9iAS 9.0.3 (J2EE & WebCache).
The error is not deterministic and does not depend on the application server.
Any help appreciated.
Regards,
Zoltan

Similar Messages

  • Jdev 10.1.3 IInteral compiltion Error, odd behavior

    I have been using JDev 10.1.3 since it came out, and 10.1.2 before that, no problems, all PL/SQL work.
    Today I get a very odd thing - maybe c/o it is the first time I have done this:
    I create a function with 2 IN VARCHAR2 parameters. I cannot run it or debug it.
    JDev hangs before I get the lauch screen. A blank screen comes up, then JDev hangs, 100%CPU hang - must use Task Mgr to kill the jdevW.exe process.
    I tried the same thing as a procedure, and, I tried function and procedure in different schemas, and on different databases. The procedure compiles, debugs and executes fine. The function hangs on opening the launch window, trying to Run or Debug.
    Function - hangs upon attempt to Run or Debug:
    FUNCTION "CR_DISCO_FUNCTION" ( p_fnam IN VARCHAR2, p_lnam IN VARCHAR2)
    RETURN VARCHAR2
    AS
    v_unam VARCHAR2(60);
    p_unam VARCHAR2(60);
    v_str VARCHAR2(200);
    BEGIN
    v_unam := UPPER( TRIM( p_fnam)||TRIM( p_lnam));
    v_unam := REPLACE( REPLACE(v_unam, ' ',''), ' '' ', '');
    v_str := 'CREATE USER '||v_unam
    ||' IDENTIFIED BY PASSWD PASSWORD EXPIRE';
    p_unam := v_unam;
    dbms_output.put_line( p_unam);
    RETURN( p_unam);
    END;
    Procedure:
    PROCEDURE "CR_DISCO_PROCEDURE" ( p_fnam IN VARCHAR2, p_lnam IN VARCHAR2, p_unam OUT VARCHAR2)
    AS
    v_unam VARCHAR2(60);
    v_str VARCHAR2(200);
    BEGIN
    v_unam := UPPER( TRIM( p_fnam)||TRIM( p_lnam));
    v_unam := REPLACE( REPLACE(v_unam, ' ',''), ' '' ', '');
    v_str := 'CREATE USER '||v_unam
    ||' IDENTIFIED BY PASSWD PASSWORD EXPIRE';
    p_unam := v_unam;
    dbms_output.put_line( p_unam);
    END;
    The logic is obviously pared down (there are more elegant ways to do the above), and no doubt I could cut it down more and get the same results.
    Earlier today I ran into the "Internal compilation error ... " bug - again trying to compile PL/SQL. I have been using JDev 10.1.3 and SQL Developer, mainly JDev c/o stability. SQL Dev was giving me that same "Internal compilation error ..." error upon compile. So I abandonded SQL Dev. I took the advice of some other threads in this forum and downloaded and installed a new JDev, in a separate directory. I did NOT migrate settings, not wanting to pollute the new JDev. So I should be OK there. I understand I need to wait 2-3 wks for the next update, but, I need to get some work done between now and then.
    Now I am thinking it is some oddity with my function ... but I am just not seeing it.
    Maybe all will magically work in the AM when I and my machine ( Windows XP Pro, SP2, 2G memory, local 10.1.2 database - though same behavior connecting to remote databases) have had a rest ...
    Thanks for any suggestions or help,
    Karen

    Sorry for my spelling ...
    I enclosed the function in a package - same behavior. Hangs JDev upon startup of the launch window. What is the difference between the function and the procedure that causes JDev to hang?
    Internal Compilation error seems to be gone for now.

  • JDev 10.1.3 OC4J JDBC Error

    I'm having a problem running an application in JDev10.1.3 when mapping an oracle object to a java object.
    The error occuring is "java.lang.ClassCastException: oracle_oc4j_sql_proxy_SQLBCELProxy_tuinsurance_lib_ejb_PolicyRate__BCELProxy"
    This error only happens when i'm using Datasources retrieved through JNDI. If i use oracle.jdbc.DriverManager to instantiate a sql connection i have NO problem.
    Only when i look up a datasource do i have this problem with mapping oracle objects to java objects. Note this has worked in earlier version of JDeveloper (9.0.5.2) with JDBC 2.0.
    Does this have to do with Drivers or javax.sql.Datasource class in JDK1.4 ???
    Has anyone had this problem ? Any JDBC or JDev experts who can help me out on this one ?
    Thanks in advance
    Gurinder

    Here is a boat-load of system info for the error message posted by Eric Everman:
    java.class.version     48.0
    java.endorsed.dirs     C:\j2sdk1.4.2_06\jre\lib\endorsed
    java.ext.dirs     C:\j2sdk1.4.2_06\jre\lib\ext
    java.home     C:\j2sdk1.4.2_06\jre
    java.io.tmpdir     C:\DOCUME~1\eeverman\LOCALS~1\Temp\
    java.library.path     
    * C:\j2sdk1.4.2_06\bin
    * C:\WINDOWS\System32
    * C:\WINDOWS
    * C:\j2sdk1.4.2_06\bin
    * d:\oracle\oraids2\bin
    * d:\oracle\oraids2\jlib
    * d:\oracle\ora92\bin
    * C:\WINDOWS\system32
    * C:\WINDOWS
    * C:\WINDOWS\System32\Wbem
    * C:\Program Files\Common Files\Adaptec Shared\System
    * C:\Program Files\Reflection\
    * C:\Program Files\Executive Software\Diskeeper\
    java.naming.factory.initial     com.evermind.server.ApplicationInitialContextFactory
    java.naming.factory.url.pkgs     oracle.oc4j.naming.url
    java.net.preferIPv4Stack     true
    java.protocol.handler.pkgs     com.evermind.protocol
    java.runtime.name     Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version     1.4.2_06-b03
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.4
    java.util.prefs.PreferencesFactory     java.util.prefs.WindowsPreferencesFactory
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.4.2_06
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.4.2_06-b03
    javax.management.builder.initial     oracle.oc4j.admin.jmx.server.Oc4jMBeanServerBuilder
    javax.rmi.CORBA.PortableRemoteObjectClass     com.sun.corba.ee.impl.javax.rmi.PortableRemoteObject
    javax.rmi.CORBA.StubClass     com.sun.corba.ee.impl.javax.rmi.CORBA.StubDelegateImpl
    javax.rmi.CORBA.UtilClass     com.sun.corba.ee.impl.javax.rmi.CORBA.Util
    line.separator     
    oc4j.jms.usePersistenceLockFiles     false
    oracle.dms.sensors     NONE
    oracle.home     D:\Program Files\jdev10.1.3
    oracle.j2ee.container.name     Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview 3
    oracle.j2ee.container.version     10.1.3.0.0
    oracle.j2ee.dont.use.memory.archive     true
    oracle.j2ee.home     D:\Program Files\jdev10.1.3\jdev\system\oracle.j2ee.10.1.3.3.51
    oracle.j2ee.http.socket.timeout     500
    oracle.security.jazn.config     D:\Program Files\jdev10.1.3\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\jazn.xml
    org.apache.commons.logging.Log     org.apache.commons.logging.impl.SimpleLog
    org.apache.commons.logging.simplelog.defaultlog     info
    org.apache.tapestry.disable-caching     true
    org.omg.CORBA.ORBClass     com.sun.corba.ee.impl.orb.ORBImpl
    org.omg.PortableInterceptor.ORBInitializerClass.oracle.oc4j.corba.iiop.server.IIOPInitializer     NO_VALUE
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    sun.arch.data.model     32
    sun.boot.class.path     
    * C:\j2sdk1.4.2_06\jre\lib\endorsed\bsf.jar
    * C:\j2sdk1.4.2_06\jre\lib\endorsed\xalan.jar
    * C:\j2sdk1.4.2_06\jre\lib\endorsed\xercesImpl.jar
    * C:\j2sdk1.4.2_06\jre\lib\endorsed\xml-apis.jar
    * C:\j2sdk1.4.2_06\jre\lib\rt.jar
    * ....[clipped]
    sun.boot.library.path     C:\j2sdk1.4.2_06\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium i486 i386
    sun.io.unicode.encoding     UnicodeLittle
    sun.os.patch.level     Service Pack 1
    user.country     US
    user.dir     D:\Program Files\jdev10.1.3\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config

  • JDev 10.1.2 start-up error

    I've just upgraded from JDev 9.0.5.2 and now I have the following error ...
    Please, explain.
    Thanks,
    12-Jan-2005 9:49:46 AM oracle.bali.xml.grammar.schema.OracleSchemaFactory buildSchemas
    SEVERE: Errors processing schema:jar:file:/u/local/orajdev/ide/lib/ide.jar!/oracle/ide/addin/manifest/extensionmanifest905.xsd
    oracle.xml.parser.schema.XSDException: JAR entry oracle/ide/addin/manifest/extensionmanifest905.xsd not found in /u/local/orajdev/ide/lib/ide.jar
         at oracle.xml.parser.schema.XSDBuilder.build(XSDBuilder.java:389)
         at oracle.bali.xml.grammar.schema.OracleSchemaFactory.buildSchemas(OracleSchemaFactory.java:146)
         at oracle.bali.xml.grammar.schema.OracleSchemaFactory.buildSchemas(OracleSchemaFactory.java:87)
         at oracle.bali.xml.addin.SchemaRegistryAddin._loadSchema(SchemaRegistryAddin.java:493)
         at oracle.bali.xml.addin.SchemaRegistryAddin.loadSchema(SchemaRegistryAddin.java:188)
         at oracle.bali.xml.addin.SchemaRegistryAddin.loadSchema(SchemaRegistryAddin.java:159)
         at oracle.bali.xml.gui.jdev.JDevXmlContext.<init>(JDevXmlContext.java:138)
         at oracle.bali.xml.addin.XMLSourceNode.createContext(XMLSourceNode.java:329)
         at oracle.bali.xml.addin.XMLSourceNode.getXmlContext(XMLSourceNode.java:182)
         at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:155)
         at oracle.bali.xml.gui.jdev.JDevXmlContext.getXmlContext(JDevXmlContext.java:195)
         at oracle.bali.xml.gui.jdev.explorer.XmlExplorer.getCurrentXmlContext(XmlExplorer.java:330)
         at oracle.bali.xml.gui.jdev.explorer.XmlExplorer.getCurrentJDevExplorerGui(XmlExplorer.java:335)
         at oracle.bali.xml.gui.jdev.explorer.XmlExplorer.setContext(XmlExplorer.java:140)
         at oracle.ideimpl.explorer.ExplorerManagerImpl.getExplorerForHost(ExplorerManagerImpl.java:1186)
         at oracle.ideimpl.explorer.ExplorerWindowImpl.viewSelectionChanged(ExplorerWindowImpl.java:605)
         at oracle.ide.addin.AbstractPinnable.viewSelectionChanged(AbstractPinnable.java:242)
         at oracle.ideimpl.explorer.ExplorerWindowImpl.viewSelectionChanged(ExplorerWindowImpl.java:407)
         at oracle.ide.addin.AbstractView.fireViewSelectionChanged(AbstractView.java:484)
         at oracle.ideri.navigator.DefaultNavigatorWindow.fireViewSelectionChanged(DefaultNavigatorWindow.java:791)
         at oracle.ideri.navigator.DefaultNavigatorWindow$3.viewSelectionChanged(DefaultNavigatorWindow.java:1218)
         at oracle.ide.addin.AbstractView.fireViewSelectionChanged(AbstractView.java:484)
         at oracle.ideimpl.explorer.BaseTreeExplorer.actionPerformed(BaseTreeExplorer.java:2077)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Steve, I have tried to reproduce the problem, by starting new-from-scratch workspace. Everything worked fine except for one problem that is not related to this post but is in UIX Logout event and login-again problem
    However, I did NOT get HTMLElement error even though I do not have BC4J HTML lib included in Model nor in ViewController.
    I guess I will remain in dark until future release of JDev. We cannot afford to build our projects from scratch every time an issue like this arises. Even though we use CVS it might be impossible to track-down which code addition triggered an error (which may show-up in 'remote' area of application). So I guess I would have a request for enhancement. Is there a way to add optional but recommended notification in design time, which would notify (and possibly log) user what has been done (in the shadow) after certain (wizard) operation is performed? For example, if one would drag&drop a table on blank UIX form, JDEV would 'tell' user which files (if any) has been created and/or modified. Does this make sense?
    Regards.

  • TO JDEV TEAM: JBO-28020/JBO-28006 ERRORS

    Hi,
    I deploy a BC4J application (made with Jdev official) on an OC4J container 9.0.2. the application use a 9i data base.
    frequently, when we try to insert or update rows in viewObject, we have the following error :
    Application Error
    Return
    Error Message: JBO-28020: Erreur de passivation pour l'objet collection GrandeurView, ID de noeud 45
    Error Message: JBO-28006: Criation impossible de la table de persistance PS_Bdcorrel_BC4JModule_1
    oracle.jbo.PCollException: JBO-28020: Erreur de passivation pour l'objet collection GrandeurView, ID de noeud 45
    <>
    ## Detail 0 ##
    oracle.jbo.PCollException: JBO-28006: Criation impossible de la table de persistance PS_Bdcorrel_BC4JModule_1
    <>
    ## Detail 0 ##
    java.sql.SQLException: ORA-00955: Ce nom d'objet existe dij`
    <>
    This is a pressing issue, and I'd need an answer asap. Could anyone from the JDEV team please help me on this?
    Thanks a lot!

    Stephane:
    Could you send me the entire stack trace?
    It would also help if you can translate some of the "important" exception messages into English for me (sorry).
    Thanks.
    Sung

  • Jdev TP4 and GMaps4JSF application - getting errors

    I am trying to run the application that uses Ajax Push mechanism described on the following page:
    http://www.theserverside.com/tt/articles/article.tss?l=GMaps4JSFwithAjaxPUSH
    I have downloaded the needed libraries and I have included them on my project according to the instructions.
    When I run this project and the JSP starts loading on the internet explorer, I get the following error:
    java.lang.ClassCastException: org.ajax4jsf.webapp.PushEventsCounter
    By going and checking the java files that I use, everything looks correct and in the right place.
    Has anyone worked on this sample? Any ideas on how to make this work?
    Thank you

    Hi,
    I think you can build this with only adf jsf components. please see my blog how to use gmaps4jsf and jdev 11g http://biemond.blogspot.com/2008/09/google-maps-for-jsf-gmaps4jsf-in.html
    and you combine this with the Lucas blog http://www.oracle.com/technology/pub/articles/jellema-googletalk.html ( message listener part )
    then you don't need Ajax4JSF.
    It is too early to mix the JSF components maybe over a few years you can use this.
    Please inform me about the progress
    thanks Edwin

  • JDev 10g, VO Extension is giving error

    When I tried extending the seeded VO, its giving error at "Step 4 of 7". Error is "Each row in the query result columns must be mapped to a unique Query Attribute in the Mapped Entity Columns"...Even I dont modify the base query, its giving the same error. Any solution?
    Thanks
    Raj

    Its JDev10g bug...VOs with transient columns will give such error. To solve, that try renaming the alias name in sql query. Eg: PeopleName => change this alias to People_Name

  • JDev 11.1.1.2.0 - Error while providing Error Handler Class in Databindings

    I get this exception as soon as I provide a reference to ErrorHandlerClass in DataBindings.cpx
    Error 500--Internal Server Error
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.InstantiationException, msg=empexceptions.model.EmpDCErrorHandler
         at oracle.jbo.common.JBOClass.newInstance(JBOClass.java:253)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.initializeBindingContext(JUApplicationDefImpl.java:1242)
         at oracle.jbo.uicli.mom.JUApplicationDefImpl.populateContext(JUApplicationDefImpl.java:1215)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:713)
         at oracle.adf.model.BindingRequestHandler.initializeBindingContext(BindingRequestHandler.java:399)
         at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:182)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:189)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.InstantiationException: empexceptions.model.EmpDCErrorHandler
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at oracle.jbo.common.JBOClass.newInstance(JBOClass.java:245)
         ... 34 more
    DataBindings.cpx looks like this
    <?xml version="1.0" encoding="UTF-8" ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application"
                 version="11.1.1.55.36" id="DataBindings" SeparateXMLFiles="false"
                 Package="empexceptions.view" ClientType="Generic"
                ErrorHandlerClass="empexceptions.model.EmpDCErrorHandler">and my error handler class looks like this
    package empexceptions.model;
    import oracle.adf.model.binding.DCBindingContainer;
    import oracle.adf.model.binding.DCErrorHandlerImpl;
    public class EmpDCErrorHandler extends DCErrorHandlerImpl {
        public EmpDCErrorHandler(boolean b) {
            super(false);
        @Override
        public void reportException(DCBindingContainer dCBindingContainer,
                                    Exception exception) {
            super.reportException(dCBindingContainer, exception);
    }Am I doing anything wrong here?

    hi Harry
    See "28.10 Customizing Error Handling"
    at http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/web_adv.htm#ADFFD1398
    that says "... The exception error handler must have a default constructor, as shown in Example 28-27. ...".
    success
    Jan Vervecken

  • JDev 11g ADF Demo HTTP 500 error

    Please close this thread as answered.
    Reason: I figured out the solution myself. I deleted one of the facets on the page and it started working fine.
    ####<Nov 1, 2011 7:44:38 PM EDT> <Info> <ServletContext-/APSystem-ViewController-context-root> <DCA1-42622B1> <DefaultServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <83277662c2467086:7ff058e2:1336183da1d:-8000-000000000000001d> <1320191078200> <BEA-000000> <JspServlet error: Servlet unable to dispatch to the following requested page: The following exception occurred:oracle.jsp.parse.JspParseException: /APInvoiceDetails.jsp: Line # 110, xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    Error: "xmlns:af" is not a valid attribute name.>
    Edited by: abhi_apps333 on Nov 1, 2011 8:23 PM

    answered. Page layout issue.

  • JDev 10.1.3 - incorrect compilation errors

    Hi,
    We changed to jDev 10.1.3 preview because of its refactoring support but we might have to switch back because of a problem we're experiencing.
    We have a project that consists of approx. 16 jdev projects. jDeveloper often does not compile dependencies. The compiler then complains with messages like 'cannot resolve symbol' while the types are defined in dependent projects.
    Sometimes we were able to fix this either by deleting the cache content in system/java.tools.cache or system/cache. Or by rebuilding dependencies by hand.
    But this is no longer workable.
    Are there ways to fix this?
    Joost de Vries

    Thanks Shay. That was it. I had overlayed an earlier version of JDeveleper. When I put it in it's own new directory, it worked fine.
    Phil McDermott

  • JDev 10.1.2.1: Server Error 500: Model binding context not initialized

    We're migrating from 9.0.5.2 to 10.1.2.1. The UIX application supports dynamic JDBC credentials through our own binding filter. This ran fine in 9.0.5.2. Now, when the app starts, I get:
    java.lang.RuntimeException: Model binding context not initialized
         at oracle.adf.controller.lifecycle.LifecycleContext.initialize(LifecycleContext.java:113)
         at oracle.adf.controller.lifecycle.LifecycleContext.initialize(LifecycleContext.java:77)
         at oracle.adf.controller.struts.actions.DataActionContext.initialize(DataActionContext.java:51)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:150)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
         at com.ge.med.bone.uix.AuthPageFilter.forwardToPage(AuthPageFilter.java:570)
         at com.ge.med.bone.uix.AuthPageFilter.doFilter(AuthPageFilter.java:220)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Our pages have bindings, so bug 4222054 is probably not involved.
    Has someone else encountered this?
    Sascha

    Thank you all for answering.
    Just found the cause of the problem:
    The page I am forwarding to has a DataForwardAction underneath.
    The problem is: When I forward from my binding filter's doFilter() method, I never call super.doFilter() (how could I ?!) which puts the binding context into the DataActionContext.
    No super.doFilter() -> no binding context in action context -> exception.
    Why didn't this happen in 9.0.5.2?
    In 9.0.5.2, in DataAction.execute(), the call to initialize the action context was wrapped in a try-catch block. The exception did occur in 9.0.5.2, but no one noticed (because the catch block caught it and sent it down the drain somehow).
    This try-catch block no longer exists in DataAction, version 10.1.2.1.
    One solution was to use a standard Struts ForwardAction for this page.
    Sascha

  • Error while compiling in JDev 9.0.4.1.1(Build 1436)

    Hi,
    I am using JDeveloper Version 9.0.4.1.1 (Build 1436) and Java Version 1.5.0_04. But when I compile even a simple HelloWorld.java program also it is giving error:
    Error: initialization error: class file has wrong version 49.0, should be 45.3 or 46.0 or 47.0 or 48.0 on classpath C:\jdk1.5.0_04\jre\lib\rt.jar;C:\jdk1.5.0_04\jre\lib\i18n.jar;C:\jdk1.5.0_04\jre\lib\sunrsasign.jar;C:\jdk1.5.0_04\jre\lib\jsse.jar;C:\jdk1.5.0_04\jre\lib\jce.jar;C:\jdk1.5.0_04\jre\lib\charsets.jar;C:\oracle\904\JDev\jdev\mywork\HelloWorld\HelloWorld\classes;C:\oracle\904\JDev\jdev\lib\jdev-rt.jar
    Please help me to solve this error. Can I use JDK 1.5 with JDev 9.0.4 ??? Because when I am doing the same thing in JDev 10g.. there is no error... Waiting for your reply...
    Regards

    I've the similar problem as yours. I went back to Java 1.4.2 and it works fine. However if I use the latest JDeveloper (10.1.3.0.3.3412). It works fine on Java 1.5

  • Error saving connection - jdev

    Hi ,
    I am strying to create a Webservice Data control from a wsdl generated from a SOA process deployed in the server and when I click on the finish button during the configuration in Jdev - It gives null pointer exception - Error saving connection.
    The Connections.xml is empty. Is this a bug in Jdev.
    Can some one guide a what needs to be done.
    Thanks,
    Robin

    Hi,
    What is your JDev Version?

  • Error while running from JDev

    Hi,
    I am trying to run standard page from JDev and i am getting below error from EOImpl.java.
    " cannot access class javax.jms.TextMessage; file javax\jms\TextMessage.class not found "
    I tried to import javax/jms dir to my local machine but i could not find jms directory under javax in OS(unix).
    Code which is causing that error..
    BusinessEvent businessevent = new BusinessEvent(s1, s2);
    businessevent.setData("Opportunity " + s2 + "updated");
    ArrayList arraylist = new ArrayList(1);
    arraylist.add(oadbtransaction);
    businessevent.setObject(arraylist);
    businessevent.setStringProperty("pLeadId", getLeadId().toString());
    java.sql.Connection connection1 = oadbtransaction.getJdbcConnection();
    businessevent.raise(connection1);
    Can you guys pls help me to resolve this.
    Thanks,
    Kumar

    I cross checked all the versions and I have the correct one installed....
    it was working before the patch . Patch is only the upgrade of POS. I got all teh class files again on my local machine , but this error comees up in jdev console. and rest all works fine. I have no clue why.

  • Jdeveloper error while running a page

    Hi All,
    I am using 10.1.3.3.0.3 Jdev.
    I am trying to run a page using Jdev but I am getting below error. I can run
    the tutorial page successfully but when I try to run other page then it gives me
    error. I am trying to run below page-
    /oracle/apps/icx/icatalog/shopping/webui/NonCatalogRequestPG
    Error-
    500 Internal Server Error
    Oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
    Could you please guide me how to resolve this error?
    Thanks,
    Joohi

    check your DBC file, we have discussed this issue in the forum, search for SERVERRESP_ENABLED_FLAG

Maybe you are looking for

  • Maintaining Multiple Arch Installs, Symbolic Links, BTRFS

    Hi again. A quick update on my previous post (https://bbs.archlinux.org/viewtopic.php?id=164627). The GRUB problem I was having seems to have stopped. I got a very useful recommendation regarding pacman and XBMC still hasn't been fixed, but is fully

  • Safari version? for 10.6.8

    I deleted Safari and now can't find a version that would install on my MacMini running 10.6.8. Where (website) should I go? Which version of Safari is appropriate? Any caveats?

  • Office 2013 outlook installation only

    Dears, Office 2013 installed successfully but some feature for outlook is missing for that need to run setup to select Run All from my Computer.  is there any registry key i can run directly or any script of it do it? only for outlook [email protecte

  • Another vict of vzw

    another vict of vzw. to make a long story short i have been having problems out of this phone from day one the women had me do an soft reset with my sd card still in the phone and my photos and music was gone and the sd card was damage. i go to the v

  • MCI8 Cost Analysis Report

    Hi, We have an issue with MCI8 report. The user did not activate the activity type for the year 2008, though the system gave a warning message the user by passed it and continued creating the orders. We found this and activated the activity type. Whi