Trying to do an Insert but ADF framework is tryng to do Update

I have JSF create screen where the user wants to either fill out all the fields on the page and then save them, or select a record from a select list and have all the fields from the selected record copied into the create screens fields.
When the user types everything in and hits save everything works great. When the selects from the list and hits save I get:
JBO-25019: Entity row of key oracle.jbo.Key[EEE ] not found in CodeCreateV error.
The appIication seems to think its doing an update instead of a create.
I saw these two differences in the Server log before the error occurs:
Doing a Create:
OracleSQLBuilder: SAVEPOINT 'BO_SP'
OracleSQLBuilder Executing, Lock 1 DML on: CODE_CREATE_V (Insert)
Doing a CopyAs:
OracleSQLBuilder: SAVEPOINT 'BO_SP'
OracleSQLBuilder Executing Select on: CODE_CREATE_V (false)
Also in the server log I see:
DCBindingContainer.reportException :oracle.jbo.RowAlreadyDeletedException
Does anyone know how to put it into Create mode? Or is there another problem that I'm not seeing.

In itunes whenitunes store is selected go to th window to the right and scroll all the way down.  You should see a flag logo in the very bottom right hand corner.  Click on it and choose the country you want

Similar Messages

  • I have inserted a disc in my remote disc and it is not working and even i am trying to eject the disc but it is not working ? what to do ?

    i have inserted a disc in my remote disc and it is not working and even i am trying to eject the disc but it is not working ? what to do ?

    Would you rather upgrade to windows 8, BlackBerry or Android phones? Do you honestly think those don't have problems?
    You waited a lot and chose to buy an early production model. Mistakes happen all the time a factory retools and workers relearn new skills necessary to keep US happy.
    Exercise your rights.... Send it back for a new one. 
    In any case, I feel your frustration. Btw, I love Apple but use a Blackberry

  • I have iPhone 3G with ios 4 but now i update new version and my phone is not working.it is not activating..when i tried it says please insert sim and try again..any one plez hepl.

    i have iPhone 3G with ios 4 but now i update new version and my phone is not working.it is not activating..when i tried it says please insert sim and try again..any one plez help

    Try this article if you haven't already
    This is the only possibility that came to my mind when reading about your issue:
    "If an iPhone, iPad, or iPod touch is not recognized in iTunes on Windows, the Apple Mobile Device Service (AMDS) may need to be restarted"

  • How do I change the language of ADF framework error messages?

    I'm a beginner in ADF and JDeveloper and I tried to run one of the tutorials for ADF (Build a Web Application with JDeveloper 11g Using EJB, JPA, and JavaServer Faces).
    While clicking through the application I got errors like this one:
    ADF_FACES-60097:Pentru mai multe informaţii, consultaţi jurnalul de erori al serverului, pt. o intrare care începe cu: ADF_FACES-60096:Excepţie server în cursul PPR, nr. 1
    My question is how do I set the JDeveloper/WebLogic to show these messages in English (in order to have better chances while searching this forum :) )?
    I'm not talking about messages that I define in my application, but about framework error messages.
    I already set USER_LANGUAGE=en in <JDEV_HOME>\.product.properties, but no luck.
    Note that WebLogic server messages are in English (e.g. <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application HR_EJB_JPA_App is not versioned.>), only ADF messages are presented in Romanian.
    Thanks,
    Bogdan

    I suspect that these messages are considered "system" ones (e.g. not for the user), so they are not generated in the user's locale but in the JVM's default locale. On Windows machines default JVM locale is taken from Windows Regional Settings. If you do not want to change your Regional Settings, you can try Java system properties "user.language" and "user.country". Try to add the following line to WebLogic domain's <tt>setDomainEnv.cmd</tt> script:
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Duser.language=en -Duser.country=USA restrart of the server is required.
    In Bulgaria we do not have such problems because ADF Faces messages do not have Bulgarian translation, so they are generated in English regardless of the fact that our Regional Settings are set to Bulgarian.
    Dimitar
    Edited by: Dimitar Dimitrov on May 3, 2011 7:40 PM

  • Master table with two child tables in ADF Framework

    Hi,
    I'm trying to implement single master with two detail tables using oracle adf framework of Jdev 11.1.1.4.0. I'm able to do single master-detail by using view link but unable to achieve nested details block i.e., master with nested child blocks.
    I created Query based view object of Master and two query based view objects as details. Then I created two view link for master with first child and another view link for master with second child. Even then in my data controls I see as two different components which is incorrect.
    Please let me know how to create a data control for an example shown below:
    Fruits [MASTER]
    --- Details of Fruits as adf table
    -- Apples [FIRST CHILD]
    ---- Details of Apples as adf table
    -- Oranges [SECOND CHILD]
    ---- Details of Oranges as adf table
    Regards,
    Amar.

    You need two viewLinks
    Fruits->Apples
    Fruits->Oranges
    Then in the data model you pick the Fruits entry that has:
    Fruits
    |--->Apples
    You stand on Fruits and you shuttle the Oranges to be under it from the left.
    If you'll use the default HR schema you'll see this type of relation for Employees:
    https://blogs.oracle.com/shay/entry/master_with_two_details_on_the

  • ADF Framework Concepts - Architecture

    Hi, I have the following doubts; I hope that somebody can help me.
    First question, If I have only stored procedures that only have ansi sql such as: insert into table ..., delete from table, update from table... etc,
    so Which would the problem in ADF Framework with Entity Objects if I work of this mode. What are the advantages of working with the insert, update and delete statement in the java class and not in an ansi sql since stored procedures?. And When Should I use business rules in the database?
    Second question, I understand that my Entity Objects are my business objects, my View Objects are my data access layer (DAL), and my application module are my logic layer so,
    Why Could I add validate methods or business rules in the Entity Object?, even as Best Tip, I have read in a manual of Oracle that i should add validate Method or business rules in the method of remove and create in the Entity Object and not in the View Object due to the fact that Entity Objects is who talks with the database.
    So my question is, is it bad?, because I should have ALL logic of my use cases in my Business Rules and not in the Entity Object, I think that. Please could give me an observation about it?
    Third question, Where should be my logic business in the Application Module?, and what kind of logic should be in the database.
    Thank you very much if someone can answer1 me.
    Regards,
    Engineer Francisco Riccio
    Email: [email protected]
    LIMA-PERU

    As Frank has suggested above, there is not a single best practice for where you put business logic, because the best practice depends on your goals.
    If your goal is to enforce a set of rules in a way that get enforced for any client technology (SQL*Plus, Oracle Forms, Visual Basic, PowerBuilder, etc.) that might be accessing the database, then you really have no choice than to become a PL/SQL developer and implement the logic inside the database.
    However, if your environment is controlled to the point that you know data updates can only be made through the business components in Java, then implementing the business rules in the middle tier gives you a single, central place to define and enforce them using the Java and declarative facilities ADF BC provides for that.
    Again as Frank stated, the DML operations and where you choose to enforce the logic based on your goals are orthogonal issues.
    Most customers use the default features of ADFBC that perform the INSERT, UPDATE, DELETE operations for you against the base tables, but the Dev Guide does document what's required to work with stored procedures when needs occasionally require that as well.

  • Data Services job rolling back Inserts but not Deletes or Updates

    I have a fairly simple CDC job that I'm trying to put together. My source table has a record type code of "I" for Inserts, "D" for deletes, "UB" for Update Before and "UP" for Update After. I use a Map_CDC_Operation transform to update the destination table based on those codes.
    I am not using the Transaction Control feature (because it just throws an error when I use it)
    My issue is as follows.
    Let's say I have a set of 10,000 Insert records in my source table. Record number 4000 happens to be a duplicate of record number 1. The job will process the records in order starting with record 1 and begin happily inserting records into the destination table. Once it gets to record 4000 however it runs into a duplicate key issue and then my try/catch block catches the error and the dataflow will exit. All records that were inserted prior to the error will be rolled back in the destination.
    But the same is not true for updates or deletes. If I have 10000 deletes and 1 insert in the middle that happens to be an insert of a duplicate key, any deletes processed before the insert will not be rolled back. This is also the case for updates.
    And again, I am not using Transaction Control, so I'm not sure why the Inserts are being rolled back, but more curiously Updates and Deletes are not being rolled back. I'm not sure why there isn't a consistent result regardless of type of operation. Does anyone know what's going on here or  what I'm doing wrong/what my misconception may be?
    Environment information: both source and destination are SQL Server 2008 databases and the Data Services version we use is 14.1.1.460.
    If you require more information, please let me know.

    Hi Michael,
    Thanks for your reply. Here are all the options on my source table:
    My Rows per commit on the table is 10,000.
    Delete data table before loading is not checked.
    Column comparison - Compare by name
    Number of loaders - 1
    Use overflow file - No
    Use input keys - Yes
    Update key columns - No
    Auto correct load - No
    Include in transaction - No
    The rest were set to Not Applicable.
    How can I see the size of the commits for each opcode? If they are in fact different from my Rows per commit (10,000) that may solve my issue.
    I'm new to Data Services so I'm not sure how I would implement my own transaction control logic using a control column and script. Is there a guide somewhere I can follow?
    I can also try using the Auto correct load feature.  I'm guessing "upsert" was a typo for insert? Where is that option?
    Thank you very much!
    Riley

  • HT1937 I have successfully restored my iPhone 3 gs( Ios )  by itunes. After activation it is asking for activation. When I am going for activation its saying that no SIM card is inserted, but I have already Ufone SIM card is inserted. I checked it with ot

    I have successfully restored my iPhone 3 gs( Ios )  by itunes. After activation it is asking for activation. When I am going for activation its saying that no SIM card is inserted, but I have already Ufone SIM card is inserted. I checked it with other SIM card like Zong etc but the response was same i.e; no SIM card is inserted. It not catching the signals. I am trying to use  my wifi to activate my iphone but it iss not processing then i used itunes to activate by it's again saying that no sim card is detected.
    My all contacts and all data is in this mobile. Now Iam unable to contact anyone. Please help me. How can I sort it out?
    Thank you
    Regards
    Wazir Ali

    Well, if you did it yourself, then there is a chance that you damaged some other component inside the device that is causing your issue. The iPhone's are not user serviceable, and once you have opened the device you have voided any warranty and post-warranty support from Apple. I would try Google to see if you can find any other way to repair your device, as Apple will no longer look at it.

  • I have an MacBook Pro 10.6, using disk utility I tried to verify my disk, but it came up with the message, please use your start up disk, I tried this, starting the computer up and pressing C, but it ejected the disk, the same thing happened while I runni

    I have an MacBook Pro 10.6, using disk utility I tried to verify my disk, but it came up with the message, please use your start up disk, I tried this, starting the computer up and pressing C, but it ejected the disk, the same thing happened while I running the computer. Is the hard drive damaged as laptop doesn't seem to recognize the start up disk ? If so, I presume I will have to put in a new one.
    There haven't been any problems with the computer, apart from a sticky curser,I have run a permissions programme from disk utility, there were a lot of different ones, but it seem to be able to fix them.
    Any comments or ideas ?
    Thank you in anticipation.

    First backup your users files off the machine to a external storage drive (not TimeMachine!)
    Most commonly used backup methods
    Next to startup from the disk, have it inserted, hold c or option/alt (wired or built in keyboard) and then boot the computer and or select the disk when it appears and click the arrow.
    Disk Utility is under the Utilities menu on the second screen.
    Step by Step to fix your Mac
    If you used the wrong 10.6 disk, it will spit it out or have issues, use the one that came with that machine or if it's defective, call Apple for a new one.

  • Location of database data in ADF framework

    Hi,
    I an new to ADF framework. I use JDeveloper 12.1.3.
    Here what intrigees me. I understand that when I use read-onlu view object, my data (data I pulled from database) are stored in RowSet and I can access it via the Iterator.
    But here is what I don't understand. When I use entity based view, and I pull some data from database, where are they stored? In Instance of EntityObject on which my View is based or somewhere else?
    Many thx

    Other way around - VO is always storing the current version of the row, with any changes.  Or a new row that was added.  Or will be missing a row that was deleted.  EO is storing the data needed to make those changes, until a commit or rollback is issued.
    Now, I'll betray my ignorance - I'm not sure if EO is storing the original row.  If I'm not mistaken, a rollback forces a re-query, and THAT is how the VO is re-set with the most current data from the database.  But I'm willing for someone to set me straight.

  • Catch a JBO-26041 error on insert, but continue processing

    re-post:
    Does anyone know if this is possible?
    I'm creating new rows in a ViewObject within a loop. It's possible that the record that I'm trying to create already exists, so I want to catch a JBO-26041 error and basically ignore it (don't insert/create new row) and continue processing/creating rows within the loop. Committing at the end of the loop.
    Is this possible?
    Thanks!
    -Teri Kemple
    I've tried the following:
    for (int i = 1; i < objectIdList.length; i++) {
    try {
    row = vo.createRow();
    row.setAttribute("ScreenObjectId", objectIdList);
    row.setAttribute("AccessId", accessId);
    am.getTransaction().postChanges();
    } catch (JboException je) {
    if ("26041".equals(je.getErrorCode)))) {
    // ignore error, don't insert
    ????? what can I do here?
    } /// for loop
    if (am.getTransaction().isDirty()) {
    am.getTransaction().commit();

    Teri:
    This looks like a duplicate thread. Please refer to
    Catch a JBO-26041 error on insert, but continue processing
    Thanks.
    Sung

  • Help with the following error: " could not load inserted library: /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib"

    This is the full error message. It's a 2011 Macbook Air running Mountain Lion. It crashed today and now will only boot into safemode. I've tracked the error down to this but this is the limit of my knowledge. Any help!?
    Process:         launchd [150]
    Path:            /sbin/launchd
    Identifier:      launchd
    Version:         442.26.2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [1]
    User ID:         89
    Date/Time:       2013-06-08 20:12:26.463 +0100
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      could not load inserted library: /Library/Frameworks/GlimsAdditions.framework/Library/GlimsLoaderMinimal.dylib
    Binary Images:
           0x10b118000 -        0x10b13eff7  launchd (442.26.2) <7DCC9489-2DF5-3807-83FA-EF5666EE8078> /sbin/launchd
        0x7fff6ad18000 -     0x7fff6ad4c93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld

    try http://www.machangout.com/node/9

  • All applications in iWork fail to open after installing latest apple update. iMac running 10.6.8 Snow Leopard. Have tried reinstalling from iWork disc but no improvement. Help!

    All applications in iWork fail to open after installing latest apple update. iMac running 10.6.8 Snow Leopard. Have tried reinstalling from iWork disc but no improvement. Help!
    Error report as follows
    Process:         Pages [208]
    Path:            /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier:      com.apple.iWork.Pages
    Version:         4.1 (923)
    Build Info:      Pages-9230000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [93]
    Date/Time:       2012-08-22 12:33:15.909 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          102101 sec
    Crashes Since Last Report:           11
    Per-App Interval Since Last Report:  2217715 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      1FA704D3-D5EF-4CE3-9813-42E4559157DC
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Symbol not found: _SFAAutosaveUserActivityException
      Referenced from: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
      Expected in: /Library/Application Support/iWork '09/Frameworks/SFArchiving.framework/Versions/A/SFArchiving

    I'm having this issue as well only with a little different twist I guess. I'm transferring the iWorks applications from my Macbook Pro 3,1 with Lion to a new MBP 10,1 running Mountain Lion. I transferred the apps over using DropCopy since the older MBP doesn't have AirPlay. Applications show up but crash upon opening. This is the first install so there are no previous plist, versions or such to delete. All three crashed upon opening every time until I just had to have Keynote and purchased again - although Apple agreed to refund that purchase since my previous version quit working. Any ideas since I don't have any previous plist/versions to delete? Thanks in adavnce for any help you can offer.
    Process:         Pages [13521]
    Path:            /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier:      com.apple.iWork.Pages
    Version:         4.3 (1048)
    Build Info:      Pages-10480000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [153]
    User ID:         501
    Date/Time:       2013-03-11 14:57:02.175 -0400
    OS Version:      Mac OS X 10.8.2 (12C3103)
    Report Version:  10
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: @rpath/SFCompatibility.framework/Versions/A/SFCompatibility
      Referenced from: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
      Reason: image not found
    Binary Images:
        0x1000 -   0x354fe3  com.apple.iWork.Pages (4.3 - 1048) <3F2BE397-E81E-3355-C0DE-8B0F014E897B> /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
      0x3ec000 -   0x46bff7  com.apple.iLifeMediaBrowser (2.7.2 - 546) <24A0A118-874B-3C7C-B50C-C80BED03A15F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x8fe3e000 - 0x8fe70e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld

  • Hello. I have some .mov files that I am able to open with Quick time on my pc but not on my mac. I even tried downloading quick time 7 but still no progress. Is there anything else I can do?

    I can not open my.mov files on my mac. I would like too. I use to b able to look at them but for some reason i can not. I tried downloading quick time 7 but i have had no luck. Is there a way for me to open them? I just finished updating my system software so maybe that had something to do with it? Please help.

    drrbr1,
    Mavericks changed how media was handled on OS X. Apple moved away from the old Quicktime frameworks (that were started in the 80's IIRC). Now the OS uses AVFramework. It is why Quicktime X (QTX) & Quicktime 7 (QT7) can play different formats.
    QT7 used a series of codec plugins (encoder/ decoder) to add support for formats that Apple never supported (like DIVX, WMV, Ogg audio etc). Many users installed plugins like Perian to add these codecs via a simple installer. Perian may still work on QT7 apps, I haven't tested Perian on 10.10. Perian is clearly out of date & abandoned now, see perian.org or see the site of the old codec.
    AVFoundation & QTX has no ability to add extra codecs - you get support because the format is correct for AVFoundation to play, you get a dialog that converts the movie or the third option is that AVFoundation can't convert & simply chokes & doesn't allow playback.
    Apple have nothing to fix. The reason the movies don't play is because the new framework uses 64bit for everything. The older codecs are not 64bit & since Apple didn't write those codecs they won't fix them either. It may seem like I'm apologising for Apple, but it isn't entirely their fault, things move on.
    I'm afraid you need to work out what codecs you have contained in the files (.mov is just a wrapper around the data - the codec is the key to reading the data). mediainfo can help with that
    https://mediaarea.net/en/MediaInfo
    It will list the details of the codecs - from there you need to find an app that will convert to a supported format.
    It sounds like you have a sound format that is not compatible with AVFoundation - that means all apps the rely on AVfoundataion no longer play those files (Finder & iMovie use AVFoundataion).
    Media formats supported by QuickTime Player - Apple Support

  • Trying to extend class TimecardCO but getting error the following message

    I am using jdev version 9.0.3.5
    I am trying to extend class TimecardCO; but an error is produced when I try to run the page in EBS.
    This is the message I am getting:
    Error message is java.lang.NullPointerException
    at oracle.apps.hxc.selfservice.common.util.GlobalUtilities.changeDestinationURL(GlobalUtilities.java:1418)
    This is my package below.
    package oracle.apps.hxc.selfservice.timecard.webui;
    import oracle.apps.hxc.selfservice.timecard.webui.TimecardCO;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAFwkConstants;
    public class xtimecardcoex extends TimecardCO
         public void processFormRequest(oracle.apps.fnd.framework.webui.OAPageContext param1, oracle.apps.fnd.framework.webui.beans.OAWebBean param2)
    System.out.println("IN xtimecardcoex processFormRequest");
    }

    Here is my error Page
    =============
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:603)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at oa_html._OA._jspService(_OA.java:85)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.lang.NullPointerException
         at oracle.apps.hxc.selfservice.common.util.GlobalUtilities.changeDestinationURL(GlobalUtilities.java:1418)
         at oracle.apps.hxc.selfservice.timecard.webui.TimecardCO.processRequest(TimecardCO.java:261)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at oa_html._OA._jspService(_OA.java:85)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    java.lang.NullPointerException
         at oracle.apps.hxc.selfservice.common.util.GlobalUtilities.changeDestinationURL(GlobalUtilities.java:1418)
         at oracle.apps.hxc.selfservice.timecard.webui.TimecardCO.processRequest(TimecardCO.java:261)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:587)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1136)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:959)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:926)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:646)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2335)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1734)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:508)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:429)
         at oa_html._OA._jspService(_OA.java:85)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._RF._jspService(_RF.java:102)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

Maybe you are looking for

  • Create multiple instances of same class but with unique names

    Hi, I'm creating an IM application in Java. So far I can click on a user and create a chat session, using my chatWindow class. But this means I can only create one chatWindow class, called 'chat'. How can I get the application to dynamically make new

  • Second HDD for a Probook 6570b

    I want to know if I can replace the DVD unit with a HDD, and if possible please provide that PN for the tray to install the second HDD. I am planning to have the OS on a SSD and the data files on a standard HDD. Thanks

  • How to add an object in JNDI when a server starts?

    I have an integration app. The app contains EJB project. The project contains EJB which reads data from LDAP. My first version of EJB contains the following code: Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.

  • I want to know when we issue truncate table statement in oracle .

    i want to know when we issue truncate table statement in oracle .No log will be write in redo log .But we can recover data using flashback or scn.I want to know where is the actually truncate table statement log is stored in oracle database.Please ex

  • Engineering Drawings - Legend OCR

    Hi, I scan hundreds of technical/engineering drawings but acrobat will not OCR oversized documents.  Every drawing has a legend in the bottom right corner of every drawing which contains a unique drawing number and it's version number, I want to be a