Applications Start Page Profile Option Causing Issues

Hello Oracle Gurus,
I'm having an issue in a 12.1.3 instance that I think may be related to the "Applications Start Page" profile option.
For testing purposes, we set the profile to a specific Self-Service page at the Site level. We eventually removed the Site level profile and added it at the user level just for specific users, but since the Site-level profile was set, every time we click the Home link in the upper right-hand navigation, we get an "unexpected error." If we attempt to log in as a user that does not have the Applications Start Page profile defined, we also get an unexpected error.
After getting the error using either of the methods listed above, if we then try to navigate back to the login page, the instance throws a 500 Internal Error.
If we close the browser and navigate to the instance again, we're able to log in without any issues with user accounts that have an Applications Start Page profile defined.
Our "Self Service Personal Framework Mode" is set to "Framework Only" at the site level.
Bouncing Apache seems to resolve the issue temporarily, but then it comes back again a few hours later...
We've opened a Service Request, but has anyone else run into this before / have any ideas on how to fix it?
Here are some related Metalink notes from 11.5.10:
729375.1 (About the Applications Start Page profile option)
331814.1 (Error on Personal Home Page when returning to 'Home' link)
Thanks!
Anne

The issue is not specific to a responsibility or application.
Here is the error:
Fatal NI connect error 12170.
VERSION INFORMATION:
     TNS for Linux: Version 11.1.0.7.0 - Production
     Unix Domain Socket IPC NT Protocol Adaptor for Linux: Version 11.1.0.7.0 - Production
     Oracle Bequeath NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
     TCP/IP NT Protocol Adapter for Linux: Version 11.1.0.7.0 - Production
Time: 27-JAN-2011 09:46:02
Tracing not turned on.
Tns error struct:
ns main err code: 12535
TNS-12535: TNS:operation timed out
ns secondary err code: 12560
nt main err code: 505
TNS-00505: Operation timed out
nt secondary err code: 110
nt OS err code: 0
Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=172.30.31.107)(PORT=1502))
Thu Jan 27 09:53:30 2011
Incremental checkpoint up to RBA [0x42.e3635.0], current log tail at RBA [0x42.e37e1.0]
Thu Jan 27 10:13:31 2011
Incremental checkpoint up to RBA [0x42.e602b.0], current log tail at RBA [0x42.e6146.0]
Thu Jan 27 10:33:33 2011
Incremental checkpoint up to RBA [0x42.e7bc9.0], current log tail at RBA [0x42.e7d51.0]
Thu Jan 27 10:53:35 2011
Incremental checkpoint up to RBA [0x42.e995f.0], current log tail at RBA [0x42.e9ac9.0]
Thu Jan 27 11:13:37 2011
Incremental checkpoint up to RBA [0x42.ec163.0], current log tail at RBA [0x42.ec3f7.0]
Thu Jan 27 11:23:48 2011
Starting background process CJQ0
Thu Jan 27 11:23:48 2011
CJQ0 started with pid=8, OS id=17239
Thu Jan 27 11:33:39 2011
Incremental checkpoint up to RBA [0x42.ee08f.0], current log tail at RBA [0x42.ee216.0]
Thu Jan 27 11:53:41 2011
Incremental checkpoint up to RBA [0x42.efd07.0], current log tail at RBA [0x42.eff13.0]
Thu Jan 27 11:54:02 2011
Stopping background process CJQ0
Thu Jan 27 12:13:43 2011
Incremental checkpoint up to RBA [0x42.f25c0.0], current log tail at RBA [0x42.f2e4b.0]
Thu Jan 27 12:33:45 2011
Incremental checkpoint up to RBA [0x42.f4cae.0], current log tail at RBA [0x42.f4e4b.0]
Thu Jan 27 12:53:47 2011
Incremental checkpoint up to RBA [0x42.f6e8a.0], current log tail at RBA [0x42.f6fb7.0]
Thu Jan 27 13:13:50 2011
Incremental checkpoint up to RBA [0x42.fa3d0.0], current log tail at RBA [0x42.fa845.0]
Thu Jan 27 13:33:52 2011
Incremental checkpoint up to RBA [0x42.fc7d9.0], current log tail at RBA [0x42.fc989.0]
Thu Jan 27 13:53:55 2011
Incremental checkpoint up to RBA [0x42.fed4e.0], current log tail at RBA [0x42.ff12e.0]

Similar Messages

  • Applications Start Page profile option cannot be set at responsibility leve

    Note 729375.1 describes the use of the 'Applications Start Page ' profile option. It mentions an enhancement request to make this profile option updatable at responsibility level but we cannot find this enhancement request

    Log a SR and ask Oracle Support about it (and its status) as this Enhancement Request is not mentioned in the same doc.
    Thanks,
    Hussein

  • Business Role, Technical Profile, Application, Start Page in UI for service

    Hi CRM 2007 gurus,
    I have made all the settings in accordance with C04 to use the UI for the services role (copy of business role SERVICEPRO). Created the relevant PFCG role and a position in the org model; with a user and the business role assigned to the position. But I am getting an empty page on login.
    Then I changed the technical profile from DEFAULT to DEFAULT_IC; then it started giving an error "Permission denied".
    I then changed the start application to CRM_UI_FRAME and the start page to DEFAULT.HTM; then Internet Explorer started exiting on its own after the login.
    Can someone pls tell me what is amiss. Do I need to include some specific application and page as the "Startup Application" and "Start Page" in the technical profile (these are currently blank for the technical profile DEFAULT attached to the concerned business role).
    Points to be won; kindly help asap.
    Regards,
    DP

    Hi Deepak,
    few cents that might help:
    - Your problem is definitely not related to authorization issues. (easily derived by the nature of the error message and the point where it occurs (CL_BSP_WD_STREAM_LOADER))
    - The error message you received is being raised when CRM UI runtime tries to load a runtime repository. In case a runtime repository of a component has dynamic parts (e.g. the shell part itself), the repository is being loaded by the system via HTTP or HTTPS, depending on system settings. This results in the system sending a HTTP(S) request to itself.
    Now, there are two likely reasons for this going wrong:
    a) the system cannot "see" itself on the network (hosts problem, reverse proxy sceanrios, etc.)
    b) the runtime repository doesn't exist at all (ressource doesn't exist). This sometimes happens if component enhancements are active in a client (customizing settings) but the respective enhancement component (development objects) haven't made it into the system.
    c) In your case we can rule out this one: the SICF service for the UI component is not active - in that case the response would likely have been something like "Access forbidden" and you confirmed already all SICF services being active
    To get more clarity, you might want to proceed as follows:
    - Set a breakpoint in the line mentioned in the error message. You can access the source code of the releavant method using SE38 even though the include name looks pretty scary in the message (CL_BSP_WD_STREAM_LOADER=======CM02 or so).
    - In the debugger, check the name of the URL that had been tried to access (The variable should be available some lines above the breakpoint where the request gets sent).
    - try to access the same URL directly from your browser.
    Now, if you still don't get a valid response, b) might be the case. If you get an XML file back, a) might be the case.
    Good luck!
    Peter

  • Netcfg profile down causes issues

    This may very well be a misunderstanding on my part, but lately I've encountered issues with netcfg and wpa_supplicant. I have no problems getting netcfg to start my wireless profile on start-up and everything runs smoothly unless I need to restart it for some reason. I type 'netcfg -d wifi' and it appears to disconnect just fine. However, when I go to restart my wifi profile, it spits out that /run/wpa_supplicant/wifi0 is still present and netcfg couldn't connect. I remove the file, but re-running the command still doesn't work and it reports a DHCP lease error.
    I'm not sure why, but it looks like netcfg isn't properly cleaning up after itself when I take the profile down. I would think it would kill the associated wpa_supplicant process as it is no longer needed, but again I may not be understanding how these two programs work together. I've found a jenk work around and have appended the following line to my /etc/network.d/wifi profile so that when I take the profile down it kills off all wpa_supplicant processes.
    POST_DOWN="ps -C wpa_supplicant -o pid | sed '1d' | sudo xargs kill -SIGTERM"
    There has to be a nicer way of getting netcfg to tell wpa_supplicant to clean up than this. Any ideas? I should also mention I've upgraded entirely to systemd at this point, though I cannot say for certain if this was happening before the switch or not. Thanks in advance!

    P705583 wrote:
    Hi,
    >
    > I always prefer to use user copy of DDIC for background jobs (user type as service or system) to avoid such type of problems.
    >
    > Thanks
    > Sunny
    This is the best solution, because the password rules affect to every dialog user without exception.
    Regards
    Edited by: Juan Francisco Estrada Garcia on May 24, 2011 8:49 AM

  • Application and start page for service professional (copy of SERVICEPRO)

    Hi,
    Can u pls advice me as to what should be the values for the following parameters for the business role SERVICEPRO:
    1. Role Configuration key
    2. Technical profile
    for the selected technical profile:
    - Startup application
    - Start Page
    I would want this profile to allow all the service related transactions. Kindly advice an approach.
    Regards,
    DP.

    No response hence closing thread!

  • System Profile Option: Applications Global Idle Time

    Hi to All,
    I have been searching for more information about System Profile Option: "Applications Global Idle Time" in ML and Web but havent come across any documentation on this.
    Does anyone have incite on this profile and the default parameter.
    Thanks

    Srini Chavali wrote:
    Pl check the ROW WHO information in FND_PROFILE_OPTIONS table for this profile - most likely this is a custom profile created at your site.
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_PROFILE_OPTIONS&c_owner=APPLSYS&c_type=TABLE
    HTH
    SriniThis profile option exists in 11i and R12, it is a seeded one and not a custom one as you mentioned above.
    It is even mentioned in (R12.0.6+ : Oracle Application Object Library Profile Options Data Collection Test [ID 471675.1]).
    Thanks,
    Hussen

  • Not able to get the profile option value

    Hi,
    Not able to get the profile option value after i changed the new value in the application.
    I am using fnd_global.apps_initialize to initialize the apps from PLSQL code to get the updated profile option value. But fnd_profile.value is not getting fetched the updated value. Still it is fetching the old one. I mean it is stored in database cache. Please any one let me know how to get the new value every time after i changed the value.
    Thanks

    What is the application release?
    Is this a custom or seeded profile option?
    Can you confirm that the value got changed from the application (query the profile option and verify the value)?
    Can you reproduce the issue if you use an API to update this profile option as per (How to Change Profile Option Value Without Forms? [ID 943710.1])?
    Thanks,
    Hussein

  • DW 8 Starter Page - Spa Home - slow

    OK, disclaimer: I am completely new to DW, and using version
    8, just learning, new to this forum, and clueless why simply
    creating a site locally and then adding just one page (from the
    starter-page, unchanged) is an issue. When I browse the starter
    page (IE 7) or save it and browse to view it...it is very slow.
    Slow, like...hover a mouse over a link and wait 10 seconds for the
    hover to highlight...that kind of slow. I did try a different
    starter page and it worked ok...but the spa page has the style I am
    looking for to use in a site I need to prototype. ...and I can't
    just ignore IE as a browsing platform if that's the issue.
    Must be something extremely obvious I missed. Ignorance is
    not bliss.

    Unfortunately, I can’t give you a good URL right now,
    my test server is going to be unavailable today. I am hoping that
    my performance issue is extremely basic (ignorant user error on my
    part), because it happens on my local machine as well, with nothing
    new added “by me” to the template. Here’s exactly
    what I did…started DW8, created a local site, selected the
    spa – home page, created it as home.htm. The only default I
    changed was when I placed all the assets into a subfolder called
    “assets”, where they were found ok (images and CSS are
    shown in design mode and in browser preview). Then I just previewed
    it in the browser (from the File option within DW8).

  • There appears to be a MAJOR issue (hang/memory leak) in "about:home", also known as the Firefox Start Page, in Firefox 26.0 on Windows!

    There appears to be a MAJOR issue (hang/memory leak) in "about:home", also known as the Firefox Start Page, in Firefox 26.0, on Windows!
    observed on:
    - Windows 7 x64 machine with 12GB RAM and high-performance CPU (core i7-920)
    - Virtual Machine guest running WinXP SP3 (in Oracle VirtualBox) on the same machine
    - Intel Atom D525 netbook with 4GB RAM, running Win7 x64
    Neither of these machines are connected via Sync or anything like that. The Firefox instance on the VM is a fresh/clean install.
    The problem:
    - 100% cpu usage for 10 seconds, memory usage (PF usage in XP) goes up to 1.7GB
    - if "about:home" is the Firefox Start Page, effectively it hangs the computer at Firefox startup for 10 seconds
    - if "about:home" is NOT the Firefox Start Page, startup is fine - BUT if I press the "home" button on the toolbar it loads "about:home" which causes the same issue again

    Thank you cor-el! Your suggestion has solved the problem on my WinXP VM which I was using to test, and I will soon confirm that it has also solved the problem on my primary Win7 desktop.
    To recap:
    - I set "browser.aboutHomeSnippets.updateUrl" to an empty string
    OLD VALUE: https://snippets.mozilla.com/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/
    NEW VALUE: (blank)
    - I deleted the folder \storage\persistent\moz-safe-about+home under the Profile directory
    Actual folder name on WINDOWS XP:
    C:\Documents and Settings\<USERNAME>\Application Data\Mozilla\Firefox\Profiles\<PROFILENAME>\storage\persistent\moz-safe-about+home
    However I have a concern that the '''OLD VALUE''' of "browser.aboutHomeSnippets.updateUrl" will creep back in, in a future update! Can you communicate this issue to someone on the development team?

  • Firefox crashes constantly on my Macbook pro. It opens the start page during 7 seconds and then it crashes. Reinstall, del profile, empty cache did not help

    I cannot open Firefox anymore on my MacBook Pro. When I try to open Firefox, the start page appears during 7 seconds and then Firefox closes and opens a crash report. During these 7 seconds I can't use any button in Firefox. I deleted everything From firefox and Mozilla in my library and in my cache. After I did a reinstall from Firefox. But the problem keeps on existing.

    Can you start Firefox in Safe Mode by holding down the Shift/Options key?
    Can you open Firefox with the about:blank page?
    *https://developer.mozilla.org/Command_Line_Options
    */Applications/Firefox.app/Contents/MacOS/firefox-bin about:blank
    If you have submitted crash reports then please post the IDs of one or more recent crash reports that have a "bp-" prefix:
    *bp-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.
    *You can open the <b>about:crashes</b> page via the location bar, like you open a website, or open the crash reports page via "Help > Troubleshooting Information".
    See:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter
    *https://support.mozilla.org/kb/Mozilla+Crash+Reporter
    If you can't open Firefox, see:
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Location_of_crash_reports
    *http://kb.mozillazine.org/Mozilla_Crash_Reporter#Viewing_crash_reports
    *https://developer.mozilla.org/How_to_get_a_stacktrace_for_a_bug_report

  • Where is start page stored in profile?

    The Firefox help guide says that all my personal preferences, such as start page, bookmarks, form history, etc. are stored in my profile. There is a detailed description about how to copy password data, bookmarks, form history, etc. from a saved profile to a new profile, but what about the home page? If it is stored in the profile folder, where is it and how do I copy this to a new profile?

    It is one of the preferences (browser.startup.homepage) stored in the prefs.js file in the profile folder. That file stores the majority of your user set preferences.
    Why not just set the home page in the other profile by using the options dialog - https://support.mozilla.com/kb/How+to+set+the+home+page

  • EREC: Internal candidate Start page authorization issue

    Hi,
    We had upgraded our erecruitment system from SAPK-60404INERECRUIT to
    SAPK-60409INERECRUIT after which we are facing the below issue.
    While I'm trying to access the start page for the internal candidate
    from portal i'm gettin an error" You do not have the required
    authorization to use this application"
    1)User Id is mapped to PA30-0105
    2)In HRALXSYNC report all the objects have green status including
    internal candidate
    3)The services hrrcf_a_candidate_profile_int and
    hrrcf_a_startpage_int_cand are activated. However when I test the same
    through R/3 the service hrrcf_a_candidate_profile_int runs successfully
    but the service hrrcf_a_startpage_int_cand give the same error.
    4)Role and mapping have also been verified.
    5)The P-NA->CP->BP relationship exists in the system.
    Regards,
    Divya

    Hi,
    We had upgraded our erecruitment system from SAPK-60404INERECRUIT to
    SAPK-60409INERECRUIT after which we are facing the below issue.
    While I'm trying to access the start page for the internal candidate
    from portal i'm gettin an error" You do not have the required
    authorization to use this application"
    1)User Id is mapped to PA30-0105
    2)In HRALXSYNC report all the objects have green status including
    internal candidate
    3)The services hrrcf_a_candidate_profile_int and
    hrrcf_a_startpage_int_cand are activated. However when I test the same
    through R/3 the service hrrcf_a_candidate_profile_int runs successfully
    but the service hrrcf_a_startpage_int_cand give the same error.
    4)Role and mapping have also been verified.
    5)The P-NA->CP->BP relationship exists in the system.
    Regards,
    Divya

  • Home Page setting option is not working. Home Page always reverts back to Modzilla Firefox Start Page.

    Home Page setting option is not working after saving a new or different home page on Firefox 19.0. When opening a new page (not tab) it always reverts back to the default "Modzilla Firefox Start Page" no matter what.

    That was it! There was a duplicate preference file in the profile folder. Followed the instructions under "Locked Preferences File" to
    6. Delete any prefs-n.js files where n is a number (e.g. prefs-2.js).
    Once I deleted it I was able to then save my preferred home page.
    Thanks!!

  • I can't change ff start page. i edited options menu. i changed about:config /browser.starter.homepage but ff still opens with start page. i don't want this.

    everytime i start firefox it opens on firefox start page. i don't want this. i want my own home page. i have changed it several times in 'options-general-when firefox starts...' but alas to no avail..it still starts up with the firefox start page. i have also gone to 'about:config' and changed the value of 'browser.startup.homepage' to my homepage. i restarted firefox and it worked...but just the once. the next time i opened firefox it started up once again with the firefox homepage. i have done scans, i have tried to remove the hometab with various anti virus/anti malware programms.. i have sieved through my registry..it doesn't matter what i do.. firefox starts up with it's own homepage which i do not want. please can you help?.. it's driving me nuts. i don't really want to have to reinstall firefox. thanks in advance x ps. firefox also keeps crashing on me :(

    ohhh right!! i have been educating myself as i didn't understand what this user.agent.override.pref meant .. now i get it.. yes i will keep an eye on that when firefox next updates...at the moment everything is running smoothly so i'm going to leave it as it is for now. but at least now i know what it all means.. ahh you learn something new every day :-) thanks everyone x

  • When I click on the Moilla button on my desktop, the firefox start page that shows up has no Mozilla button to access print, history. options etc., it just says mozilla firefox start page at the top. rt page tc.

    When I click on the Mozilla icon on my desktop, a mozilla firefox startpage come up that has NO mozilla button to click and access print, history, options etc. Also the whole page automatically shifts down slightly to show only google question box and no address bar. Also, there used to be a place where I could click on most accessed pages, but that disappeared a couple of weeks ago. I have an HP computer and never know what the start page will look like.

    Hey plainmad,
    Did you recently upgrade Firefox? I would be willing to be that everything is still there, it's just hidden. Take a look [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 this article]. It will give you some tips on how to bring back any of the options you might not see.
    Hopefully this helps!

Maybe you are looking for

  • Dyaamic alv

    Hi all, Following is my requirement, user can enter any table name in screen, as soon as he enters all entries in the that table should be displayed in alv grid ... i think here i need to implement dynamic alv... so please can anyne help me to do the

  • Condition in purchase order not distributed in line items

    Hi All,     I have a condition ZD21 (delivery charges) in purchase order.  When i enter the condition at header level, it supposed to distribute the charges among line items.  However sap put the entire amount in one of the line items.   The conditio

  • Time lapse from stills

    I am making a time lapse movie from a group of hi-res still images. The final needs to be HD to play looped on the clients HD TV. We shot the stills only about 20secs apart. When I play the movie back, I get quite a bit of flicker. I do not beleive i

  • Insufficient priviledges

    Hi I have installed oracle software 10.2.0 on AIX box software was installed as per the document i have created oracle user , oinstall, dba group and gave the proper permission to oracle user , oracle dir and oradata dir Now i m trying to create a da

  • World of Warcraft+iTunes help

    i recently installed the newest itunes to my pc. Now, whenever i have itunes on and load up world of warcraft my entire computer freezes up and i have to restart it manually. Has happened 4 times in succession. Any help?