Aplication Module test & jsfx run page

Hello Im doing the ADFCT Tutorial but when I try to test de app module jdeveloper give thiss mesages.
"oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found"
And when I try to run a jspx form, jdev displays this errors.
JBO-30003: Fallo del pool de aplicaciones (oracle.srtutorial.datamodel.SRPublicServiceLocal) al bloquear un módulo de aplicación debido a la siguiente excepción:
oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-29000: JBO-26061: Error al abrir la conexión JDBC.
Im using oracle XE,
Do I have to update db driver, if yes how?
thanks in advance.

This message is displayed in the form that im trying to run:
500 Internal Server Error
JBO-30003: Fallo del pool de aplicaciones (oracle.srtutorial.datamodel.SRPublicServiceLocal) al bloquear un módulo de aplicación debido a la siguiente excepción:
oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-29000: JBO-26061: Error al abrir la conexión JDBC.
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)
     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)
     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)
     at oracle.adf.model.BindingContext.get(BindingContext.java:457)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)
     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)
....

Similar Messages

  • I have an iMac(mid2010) running Pages v5.5.1 on OS X 10.10. Why can I not save or share documents. The error message is You can't save the file "TEST.pages" because the volume is read only.

    I have an iMac(mid2010) running Pages v5.5.1 on OS X 10.10. Why can I not save or share documents. The error message is You can’t save the file “TEST.pages” because the volume is read only.
    I get the same message when using Numbers so I presume it is a OS problem

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock those files and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Back up all data before proceeding.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button
    Select
               ▹ Restart
    from the menu bar.

  • Getting error while running page application page developed in Jdev ADF

    Hi,
    i m facing this error while running page application page developed in Jdev ADF
    can anybody help??
    JBO-30003: The application pool (model.ChakDeTrackersLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.

    Hi,
    try to test JDBC connection used by AM if it is ok
    regards,
    Branislav

  • ADF: Exception at running page

    Hi Everyone,
    im using Jdev 11G release 1.
    i have developed a simple ADF Page with some VOs. while running page the output is not displaying instead im getting one Exception:
    <LifecycleImpl> <_handleException> ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.InstantiationException, msg=null
         at oracle.jbo.server.ComponentObjectImpl.createRef(ComponentObjectImpl.java:229)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:473)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:87)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:158)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2909)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:590)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2469)
    plz suggest me any solutions to get out of this issue.

    Kumar wrote:
    yes im able to connect to the database which is mentioned there.Following the answers above: have you attempted to run the Application Module with the built-in Swing application? (i.e. right-click on the Application Module, select 'Run')
    The error appears to be originating in the AppModule/Business Components - try running the Application Module and posting the results of any errors that occur there. (Hopefully it will be something with a bit more meaning - the error you're seeing from the WebLogic logs is rather vague. "Something is null".)

  • Can I build a test over several pages, and give instant pass/fail feedback.

    I want to build a test over several pages.  I would like to have buttons where you click on the answer, and at the end of the test show pass/fail and answers to failed questions.  I also want to show the percentage to the test answers, such as 76% out of 100%.  I would like to adjust the percentages depending on the  amount of answers per questions.  Let's say there are 7 questions for the test, a passing score would be 71%, if there are 5 questions, a passing score would be 80% and so forth.
    I am sure there are many questions regarding this, feel free to ask any and I will answer as much as possible.
    I have Keynote 09, Numbers 09 and Pages 09, I would prefer to work with Keynote and hopefully use  the other  two as needed.

    chrisfrommarion wrote:
    Thanks, while it worked on yours it doesn't work on mine, any other ideas?
    Are you holding down the "d" key, all by itself, just after the system shuts down for a restart?
    And how long did you hold it down?
    I held mine down for about 40-50 seconds. Then I lookat at my routers WAN light and it was flickering so I let up on the d key.
    If that does not work then maybe there is something wrong with your MBP. Is that the reason you want to run this test, something isn't right with your unit?

  • Module Pre-Load runs slow after reboot

    Rebooted testing controller (first time in quite awhile) and now the Module Pre-Load runs significantly slower than it used to.  Now takes several minutes when it only took a few seconds before.  Affects all sequences run on this station, not just tied to one sequence.  Does not appear to be any other applications running that would hog memory.  Tried rebooting again with no change.  Have not made any changes to Station Options (that we are aware of).  Any ideas?  Running Test Stand 2013 and Labview 2013.
    Thanks.
    GSinMN 

    There could be several reasons. I understand that the affected code modules are written in LabVIEW.
    Options:
    a) The modules are or contain VIs which are not in the correct version (LV 2013) and have to be recompiled. In order for this option, the LV module adapter in TestStand has to be configured to run VIs in "Development Environment". In "Runtime Engine", the VIs wouldn't work at all.
    b) Your harddrive is close to full and is heavily fragmented. If you have a HDD (so no SSD!), you should use the MS Defrag tool to defragment the harddrive.
    c) You have changed settings in Anti-Virus-Software or maybe Firewall. This changes don't need to be done by yourself manually... there have been incidences where settings were modified by e.g. hotfixes of software. This could lead to some kind of access restriction which resolves after hitting a timeout.
    There are possibly more reasons, but these three are the most prominent i can think off.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • R12 Jdeveloper  OAF error  trying to run page in jdeveloper...

    I am trying to run create suppliers page (/oracle/apps/pos/supplier/webui/SuppCrtPG ) in JDEVELOPER so I can develop a controller extension without having to interfere with testing in our test environment. My code doesn't always execute perfectly the first time :)
    Anyway, I copied the page definition, all the referenced classes from the instance down to my JDEV environment on my PC and now I am getting this:
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidOperException: JBO-25069: Row definition HzPuiContactPointUrlEO has two sibling subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discriminator to distinguish them.
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidOperException: JBO-25069: Row definition HzPuiContactPointUrlEO has two sibling subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discriminator to distinguish them.
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidOperException: JBO-25069: Row definition HzPuiContactPointUrlEO has two sibling subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discriminator to distinguish them.
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    It looks as if I missed a filed when I was copying things down however it doesn't tell me what it is missing. Where should I look to find the "discriminator"?

    Do you want to extend controller class for the supplier page.
    If yes, why are you running page from jdev.
    just extend the CO and run from front end..
    --Parag narkhede                                                                                                                                                                                                                                                                                                                                                               

  • Get aplication module from an event

    Hi.
    I need get the aplication module from an event:
    public static EventResult handleLovValidateEvent(
    BajaContext context,
    Page page,
    PageEvent event)
    System.out.println("[LovEvents]Lov Validate Event");
    ConsultasAppMod am= (ConsultasAppMod)ServletBindingUtils.getApplicationModule(context);
    ViewObject vo = am.findViewObject("EntidadesExternasView");
    String searchText = event.getParameter("searchText");
    EventResult result = new EventResult();
    result.setProperty("showWindow", Boolean.TRUE);
    result.setProperty("fieldText", "xpto");
    return result;
    but the variable "am" have null value, so when i try findViewObject i have a error :
    Unhandled Exception thrown: class javax.servlet.ServletException.
    What's wrong ??
    Eliseu Cartaxo

    Eliseu,
    For this to work, in your UIX XML file, in the event handler, you need to surround the call to your <method> handler with a findRootAppModule tag. Note also that you can put a findViewObject inside there in the handler in XML so that you can then use ServletBindingUtils.getViewObject directly instead of getting the AM first.
    An example, from the UIX Developer's Guide, is:
    <handlers>
    <event name="goto" >
       <bc4j:findRootAppModule name="root" >
         <bc4j:findViewObject name="alpha" >
           <bc4j:goto/>
         </bc4j:findViewObject>
       </bc4j:findRootAppModule>
    </event>
    </handlers>For more information, see the UIX Developer's Guide in the JDeveloper help system or at http://helponline.oracle.com/uix/help/. (Click developer's guide, Integration with External Technologies, 16. Business Components for Java Integration.)
    If you continue having problems with this issue, please include the <handlers> section of your .uix file.
    -brian
    UIX Team

  • SE37, Function module test, copy & paste table values ?!?!

    Hi all,
    if i run a function module test with se37 and want to fill the table values from the clipboard, nothing happens.
    There is a button in the Status line called "Insert Data" with the clipboard symbol but it seems not to work...
    Anyone here who knows how to solve this ? By the way are there any new transactions for testing function modules, where ALV Grid is used for parameter transfer for the tables ?
    Thx....

    Hi,
    If you check that properly it is for INSERT DATE not data so it may be used to insert Dates in date fields i guess.
    As it is only for testing FM's, you cannot expect all functionalities there, otherwise you have to write a sample program to check the FM using CALL Function.
    Regards
    Karthik D

  • TrackPad not working unless "Diagnostic Tests" app running in background

    My Torch 9810 TrackPad stopped working... I had downloaded the BlackBerry 7 OS free apps including those that provide "notifications" and "text to speech" and "speech recognition" capabilities that I don't mind having to fool around with, but I don't want to use all the time... they tend to take over buttons and configuration too much, so in my efforts to remove them or at LEAST get them to stop activating every time my BB moves in my pocket I was uninstalling things. I was told I had to reboot the device, and after doing so, the trackpad would not work.
    So I go back and restore my backup... and the trackpad works... briefly: all the restored apps start asking for permissions etc. and run their configuration wizards whatever and then the trackpad stopped working again.
    I've tried restoring AGAIN and have even downgraded the OS to get back to a "more stable" configuration with NO third-party software installed and no luck.
    At this point, the trackpad does NOT work at all in any apps. I'm sure this is a software-related problem and not that the trackpad itself is broken and needs replacement.
    I've used BBSAK to try to lobotomize it back to total "factory default" but that didn't work either.
    I want to rule out a hardware failure (I'm SURE this is just software related, because it happened after a reboot and there had been no problems prior to this) So today I visit the BlackBerry.com website and search for "trackpad"
    I get "trackpad not working" as the first result.
    "TrackPad Not Working" KB article
    At the very bottom of the page is a link to the "Device Self Test Application" instructions at:
    "Diagnostic Self Tests" KB Article
    So as soon as I start in with the Diagnostic Self Test app, it asks "Do you want a guided setup" and shows "Yes" and "No" buttons. Instinctively I try to use the TrackPad to navigate to "No" because I just want the trackpad diagnostic, and... the trackpad works.
    I exit the "Diagnostic" app and go back to my home screen and it works again... briefly...
    I re-enter the diagnostic app, the trackpad works, then I long-press the Menu key to go to different apps, and the trackpad continues to work.
    So, it seems like keeping the 'Diagnostic Self Test' app running in the background is 'propping up' the TrackPad so it works, but when I exit the Diagnostic app, it stops working.
    Also, the back of the device seems warmer than usual, as if the CPU is being driven hard.
    I'm wondering if some rogue app might be crippling the TrackPad? And the Diagnostic Self Test app is somehow pushing the rogue app aside but the rogue app is "waiting as hard as it can" and driving the CPU hard?
    Yeah, I'm grasping / speculating / making stuff up, but maybe someone can decipher what I'm saying and give me some clues?
    If there's a "end user totally restore the firmware to a factory configuration" that will likely resolve this issue, I'm capable enough to try it rather than be without the trackpad (or the device being repaired under warranty) for days.

    Note: I decided to try exiting the Diagnostic Self Test app to see if the TrackPad would stop working... or if using a specific app made it stop working... and after doing so, then rebooting etc. the TrackPad has now been working for many hours: dare I try to reinstall some of the apps I removed?

  • I'm running Pages version 5.2 on a Desktop Mac version 10.9.2. with the Pages app open how do I use the Time Machine to go back five hours to see the work?

    I'm running Pages version 5.2 on a Desktop Mac version 10.9.2. With the Pages app open how do I use the Time Machine to go back five hours to see my page? Can I access Time Machine within an app like Pages? How do I enter Time Machine within the application? It always takes me to the Finder. I apolgise for the mumbo jumbo. I simply do not know how to use Time Machine. It makes sense when I follow the Tutorial but then I lose it.

    OK. You've kind of skipped over the reason why you want to go back five hours, but my assumption would be that you've made changes to a Pages file that you want to revert.
    There are two ways to tackle this. From Pages itself, open the current version of your document, and from the File menu, click Revert To, and Browse All Versions. You'll then be in the Time Machine interface for that file, and can browse back to the version you want.
    Or, outside of Pages, you can select the file (or the folder it was originally in, if you've since deleted it) and enter Time Machine from the TM menu (it sounds like you've already tried this?)
    best
    Matt

  • Error while running page in j developer

    Hi
    I am facing following error when i am running page in J developer
    error
    Fatal Error: Unable to write to the transaction log (/C:/Jdeveloper11i/jdevhome/jdev/system9.0.3.5.1453/oc4j-config/log/transaction.state), possible reasons for this are that Orion lacks permission to write to the file, or that another instance of the server is already running with this configuration (most common): Unable to alter transaction log
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException;
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at OAErrorPage.jspService(OAErrorPage.jsp:34)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
         at runregion.jspService(runregion.jsp:143)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:707)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:940)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
         at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
         at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
         at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:707)
         at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:940)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: Nilesh343 on Nov 7, 2008 2:47 AM

    Close the jdeveloper
    Remove the system folder in jdev/ folder and try again..
    Are you running page for the first time? or Since when you've been getting this error?
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                               

  • How to view database table in OAF run page.

    Hi,
    how to view database table in OAF run page,any manual setting .please help me.
    thanks
    saran.

    Hi;
    1. This site side related EBS for your issue there is sqldeveloer dedicated forum side
    Forum Home » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions)
    2. Please see:
    http://docs.oracle.com/cd/B10501_01/java.920/a96655.pdf
    Regard
    Helios

  • How to setup the default run page in WAR file

    Can anyone please tell me how to setup the default run page in WAR file using JDeveloper? I want the login page to be the default page of the application. Thanks!

    This is usually done in an .XML or other configuration file based on the particular web application container you are using.
    For example, in Tomcat Java Container, its the following parameter in the /conf/web.xml file:
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    You will need to look at the documentation for your server container.
    thanks

  • Problem with this new version is when i open firefox something change my home page to mozila defalut page and in the new tab open mozila firefox first run page.Sorry for my bad English

    Problem with this new version is when i open firefox something change my home page to mozila defalut page and in the new tab open mozila firefox first run page.Sorry for my bad English

    Sounds like this issue:
    * http://kb.mozillazine.org/Preferences_not_saved
    * [[Preferences are not saved]]

Maybe you are looking for