StringIndexOutOfBoundsException during 11i Apps login

After clone from prod I'm getting below error while try to request login page.
http://<server-name>:<port>/OA_HTML/AppsLocalLogin.jsp
nulljava.lang.StringIndexOutOfBoundsException
     at java.lang.String.substring(String.java:1092)
     at oracle.apps.fnd.umx.util.regURL.RegURLGenerator.getProfileParams(RegURLGenerator.java:798)
     at oracle.apps.fnd.umx.util.regURL.RegURLGenerator.generateDefaultURL(RegURLGenerator.java:725)
     at oa_html._AppsLocalLogin._jspService(_AppsLocalLogin.java:483)
     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:736)
OS : IBM AIX 6.1.0.0
Apps : 11.5.10.2
DB : 11.2.0.3
No error message in Apache/Jserv/modplsql logs..
Can someone please share some inputs.
Edited by: Lakshmanan on 20 Nov, 2012 3:34 AM

1) /etc/hosts has valid data. It was fine before clone and no changes after that too.
2) I've enabled trace as per,
How To Collect Apache and Jserv Debugging Details For Applications 11i [ID 249669.1]
Just I got below error in apache error log,
[Tue Nov 20 11:41:34 2012] [error] [client 10.14.97.254] mod_security: Access denied with code 405. Pattern match "!(GET|HEAD|POST)" at REQUEST_METHOD. [uri ""] [unique_id UKtsbgoQHj0BEgAMGzo].
I don't see any more occurance of above error in log.
Edited by: Lakshmanan on 20 Nov, 2012 4:42 AM

Similar Messages

  • Login user id is invalid in oracle 11i apps 11.5.8 on windows 2003 server

    Dear All,
    I Installed oracle 11i apps 11.5.8 on windows server, when I try to start ie browser
    with user administrator and password, it is showing me, user id is invalid, try to login in again.
    and on the status bar down it is showing loginscript_logonsubmit().
    I can login with sql+ as apps/apps.
    Anybody can help me out.
    Thanks in advance,
    best regards,
    Ather Hussain
    [email protected]

    your problem is not very unusual... I also faced the similar situation cpl of times when Oracle was not able to continue the installation coz the Immediate Shutdown was failed. Actually During the installation, Oracle mounts/opens the database and shuts it down many times and few times, Oracle is unable to shutdown cleanly as some process is hanging or not responding.
    Piece of advise is that always use staging area to install Apps as it takes long time on Win2K (anything between 4-12 hrs) to install it and CDROM Access is lot slower than HDD. Also, it will prompt u every time to insert tbe CD. All this hassle can be bypassed by using the staging area. Read the Installation help document on how to create it.
    For failure reasons, look in ur installation log file which is created in the default Temp folder usually C:\documents and settings\USERNAME\local settings\temp for WinXP or C:\winnt\documents and settings\USERNAME\local settings\temp for Win2K.
    post or email me at [email protected] or [email protected] for further help/details.

  • Data Guard setup with 11i apps

    Hi,
    We are configuring dataguard for our 11i apps its 10g database , i have some questions regarding dataguard.
    as per metalink note : Business Continuity for Oracle Applications Release 11i, Database Releases 9i and 10g [ID 216212.1]
    Step2)Configure Oracle Net communications to and from the standby.
    As the ORACLE user on the production database server, in the <TNS_ADMIN> directory, create an include file with entries for the standby database and for the FAL (fetch archive logs) server for your tnsnames.ora configuration file. Check the last line of your tnsnames.ora file for the name of the ifile, and match it exactly (matching upper and lower case). The file name will have this format: <CONTEXT_NAME>_ifile.ora.
    With one small change, this file can be used on the production database environment when it acts as a standby during a switchover to another server for planned maintenance – modifying the HOST name of the standby service definition to point to the correct location on switchover.
    A sample <TNS_ADMIN>/<CONTEXT_NAME>_ifile.ora file, set up for primary site usage:
    *I have not seen any  <CONTEXT_NAME>ifile.ora ; file in $TNSADMIN directory, Then how do i configure FAL , Where do i need to configure FAL parameters .*

    Hi,
    As per metalink note :
    See here.
    As the ORACLE user on the Primary database server, in the <TNS_ADMIN> directory, create an include file with entries for the standby database and for the
    FAL (fetch archive logs) server for your tnsnames.ora configuration file.
    Could you explain me what does it mean...?
    *Check the last line of your tnsnames.ora file for the name of the ifile, and match it exactly (matching upper and lower case).  The file name will have this format: <CONTEXT_NAME>_ifile.ora.*
    Here is
    With one small change, this file can be used on the production database environment when it acts as a standby during a switchover to another server for planned maintenance – modifying the HOST name of the standby service definition to point to the correct location on switchover.
    A sample <TNS_ >/<CONTEXT_NAME>_ifile.ora file, set up for primary site usage:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem - Custom Page Call Working via APPS login and not using CRM login

    I have created a custom link in the Oracle Portal order page. The call (click) works correctly when I login using a regular apps login and choose ORDER STATUS , but if I login directly to CRM and then access the same page via clicking on ORDER PORTAL image, the link doesn't work --> it seems to get translated to something I am not familiar with. I have illustrated the problem below, and am trying to figure out what to do to make the CRM login environment work as well.
    Thanks.
    Channeld
    Code modification to the CO -->
    String dest_url = "OA.jsp?OAFunc=XXX_ONT_FUNC_129&Header_ID_p="+Header_ID;
    OAUrl oaurl = new OAUrl(dest_url);
    dest_url = oaurl.createURL(pageContext);
    osb.setDestination(dest_url);
    --> what the link shows in on the order page using both logins
    http://pl1ua121.corio.com:8000/OA_HTML/OA.jsp?OAFunc=XXX_ONT_FUNC_129&Header_ID_p=11261&_ti=1811750263&oapc=5&oas=grPSiOwvEyLuXdxKt_a5GA..
    --> what the link gets translated to once clicked within a CRM login session; note, during a regular apps login,
    the link does not get translated.
    http://pl1ua121.corio.com:8000/OA_HTML/RF.jsp?function_id=27070&resp_id=50661&resp_appl_id=672&security_group_id=0&params=08V2jKe4UMpLbUVYUjsT8ZCABTTWpQnO7QdLdJyREFbPg8IIF5.vbStfOY8IYonLVX-dbml9UlrBKO.-rfzhVC2iib.jk6vv-9lnvaN2g5jHG7dKBUwLdgDx0woWFYmOIGTJJxkjHrHfmNMIqDTmxzD8K-jXUU8Vqja8Ajn98ZYtdz6iVvq.yKvS3fbGlxu7vsBw20gV7Yp8gAp9Ps90OUg.5HJh9CD8FhYpiJp4ffQ

    Hi,
    Thanks for the update.
    Sir its not about calling the JSP Page from OAF page.
    My requirement is what I have explained above.
    Please suggest its urgent.
    Thanks,
    Raja Dutta

  • During an app update it froze and has said waiting for 2 days and I am unable to open or delete

    During an app update it froze and has said waiting for 2 days and I am unable to open or delete. How do I recover my app?

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    iOS 7: Help with how to fix a crashing app on iPhone, iPad (Mini), and iPod Touch
    http://teachmeios.com/help-with-how-to-fix-a-crashing-app-on-iphone-ipad-mini-an d-ipod-touch/
    Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    Delete the app and redownload.
    Downloading Past Purchases from the iTunes Store, App Store and iBooks Store
    http://support.apple.com/kb/ht2519
     Cheers, Tom 

  • Error in FTP sender -Error during STOR/APPE

    Hi,
    I am working on IDOC- File.
    I am getting the following error in Communication channel,
    Error occurred while connecting to the FTP server "server name": java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 550 STOR fails: /Filename. User not authorized.
    Please advise me.
    Regards,
    Manoj

    Manoj,
    Please refer the thread, the same issue has been solved.
    Re: FTP: File receiver cc error...Looks pretty simple...Can U solve this
    Best regards,
    raj.

  • Error during STOR/APPE epilogue: com

    Hi Experts,
    Getting below error for FTP channel frequently.
    java.lang.IllegalStateException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Transfer failed.
    After sometimes the message automatically get processed.
    Checked we got this error for 2 channels simultaneously for  same host and port but different folder.
    But messages got processed latter.
    This issue is occurring frequently. Can anybody suggest what is the reason and what is the permanent solution for this error.

    SAP PI FTP error 426 for windows IIS
    you might want to read that thread

  • Error during STOR/APPE epilogue

    Hi,
    We had this error in XI with an interface:
    Exception caught by adapter framework: java.lang.Exception: ftp access error: java.io.IOException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 426 Connection closed; transfer aborted
    Any idea?
    Thanks

    Esther,
    FTP connection to target has got  disconected. check the target FTP is up or not.

  • Restoring iOS devices and app login credentials

    Mostly curious here: I have about 50 apps on my iPhone.  About 20 of these apps require login credentials (e.g., Twitter).
    I have to restore my iPhone periodically due to syncing issues with iTunes (that's another story).  When I do the restore, I am restoring from an iCloud backup.  My backups are encrypted.
    When the restore is complete, I've noticed that I can use some of the apps without having to re-enter the app-specific login credentials.  I guess iCloud was able to back up the credentials and restore them for these apps.   But for most apps, I find that I have to re-enter the login credentials in order to use the app.  For these apps, it seems that iCloud did not back up the credentials.
    It's tedious re-entering login credentials for a number of apps, so I'd like to understand how iCloud is supposed to work.  Why does iCloud restore some app login credentials and not others?  Is there a setting somewhere that tells iCloud whether to backup (and restore) app-specific credentials?  Thx
    FYI that I do not use iOS Keychain, I have it turned off.

    mfewings,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • IDOC to FILE-Error during STOR/APPE epilogue

    Hi all
        I am doing IDOC to File scenario. When trying to save the file in FTP path it throwing error like
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error occurred while connecting to the FTP server  java.lang.IllegalStateException: Error during STOR/APPE epilogue: com.sap.aii.adapter.file.ftp.FTPEx: 221 Scanning for virus  Transfer complete.

    s i can able to connect FTP server from PI server...But it showing some message like
    GSSAPI error minor: Unknown code krb5 195
    GSSAPI error: initializing context
    GSSAPI authentication failed
    504 AUTH KERBEROS_V4 not supported.
    KERBEROS_V4 rejected as an authentication type
    But its getting connected..
    Regards
    Sathish

  • How to start MWA in 11i apps

    Hi,
    how to start and stop MWA, and how to check the MWA process on OS level .
    its 11i apps
    os : HP

    Sawwan,
    I can see some errors in log file
    [Tue Jan 26 13:24:20 EST 2010] (Thread-343) PH: caught IOException
    java.io.IOException: -1 is read from input stream
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1385)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.enterHighlight(ProtocolHandler.java:2011)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:731)
    [Tue Jan 26 13:35:39 EST 2010] (Thread-344) PH: User E011436 got disconnected...
    [Tue Jan 26 13:35:39 EST 2010] (Thread-344) PH: caught IOException
    java.io.IOException: -1 is read from input stream
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.readChar(ProtocolHandler.java:1385)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.enterHighlight(ProtocolHandler.java:2011)
         at oracle.apps.mwa.presentation.telnet.ProtocolHandler.run(ProtocolHandler.java:731)
    any clue ..?

  • Using exp imp on 11i apps database

    Hi,
    Does anyone have experience in using exp and imp utility on 11i apps database? Is there any special method to achieve this.
    I want to do a full export and do an import.
    Do we get any performance benefits if we do this?
    Regards,
    SA

    Hi Sa;
    Does anyone have experience in using exp and imp utility on 11i apps database? Is there any special method to achieve this. You want to take exp imp for which issue?
    I want to do a full export and do an import.Follow:
    10g Export/Import Process for Oracle Applications Release 11i [ID 331221.1]
    Export/import process for R12 using 11gR1 [ID 741818.1]
    Do we get any performance benefits if we do this?It depends many segment but finaly u will make one process on server and it has cost,answer you can have some performance issue while you are taking exp-imp
    Regard
    Helios

  • Accessing Oracle 11i  apps through Pocket PC

    Normally for any windows client to connect to the Oracle Server we add a entry into the client host file i.e. windows\system32\drivers\etc\host . Once we add the entry we are able to access the Oracle Application.
    From a Pocket PC 2002 how do I access the oracle 11i apps ?

    Is this possible by enabling wireless server and accessing directly through jsp pages?

  • How to Install Oracle 11i apps 11.5.9 on RH9 and how to make staging cd

    Dear All,
    I installed RH9 server and I want to know step by step how to install oracle 11i apps 11.5.9 on linux.
    and I want to know how to make staging directory from the CD's.
    Anybody can help me out.
    Best regards,
    Ather Hussain
    [email protected]

    Well brother i hope i could help you in this regard but sorry for this. If you have any trouble doing all this is Windows, then plz do let me know.
    Wish you best of luck

  • Difference between Oracle 11i Apps DBA & Oracle Application server 10g DBA

    Hi All....
    can anyone explain me the *"Difference between Oracle 11i Apps DBA & Oracle Application server 10g DBA"*
    Can Oracle 11i Apps DBA work in a Oracle Application server 10g DBA environment.
    Regards,

    Oracle Apps is a suite of financial applications.
    Oracle Application server is Oracle's scaled up implementation of Apache or Weblogic or similar products.
    While Oracle Apps might use Oracle Application Server as middleware, Oracle Apps is much, much more than Oracle Application Server.
    An Oracle Apps DBA is primarily busy on the functional side, and with implementing an ongoing stream of patches ;)
    The two functions have almost nothing in common.
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for

  • Loop query

    i have a simple loop query. I want to get same data from 3 different tables into a single internal table like if tab1 data is not available then tab2 then tab3. now when i use my internal table how do i fill data into my internal table and what will

  • Skype for Windows 8 will not work

    Hi. I have a HP laptop with Windows 8 already installed. It'When I first got the laptop my skype worked fine but a few weeks ago I logged out and it won't work. This message appears everytime I try to log in: "Ooops... there was a problem. Please res

  • Hi this is just css to fix

    <style> .tabContentTabs a { background:none repeat scroll 0 0 #94BBD5; color:#FFFFFF; display:block; font-size:11px; font-weight:bold; padding:4px 22px; text-decoration:none; .tabContentTabs a:visited { background:none repeat scroll 0 0 #94BBD5; .tab

  • Macbook pro startet nicht

    habe seit zwei tagen das problem das mein macbook pro nicht hochfährt.....läuft bis zum apple zeichen ganz gut dann aber steht er auch so stundenlang und macht ncihts...hab osx lion drauf bitte um hilfe weiss nicht mehr weiter... danke im vorraus....

  • Fix for chapter numbering?

    I use Frame 8.  I have a book with four chapters, and I added one between 1 and 3.  The autonumbering changed the order to Chapter 1, Chapter 3, Chapter 1, Chapter 3. I have tried to use the Document -> Pagination window to tell it to "continue from