Problem in displaying portal login page

Hi
I made 3 diffirent installation and I still have the same problem :
1. AS 10g R2 on windows 2003 SP1
2. AS 10g R2 on Windows XP SP2
3. AS 10g (9.0.4) on Windows XP SP2
All of the services of infrastructure and Middle tier are working properly , no error massages , even from IE , but always when I'm accessing the portal
by http://<host>:<port>/pls/portal , I can see only the tab that contains 'welcome' but nothing else , just white page , I tried to access it from remote client also its still the same
(note : http://<host>:<port>/discoverer/plus is displaying properly)
any body have an idea ?

Hi,
If all the services pertaining to AS Portal are started then navigate to the page where all the components are listed.From there select Portal and try accessing the Portal home page. Some times the direct access to the portal as mentioned by you will not work.
Regards,
Ahtesham.

Similar Messages

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

  • Redirect to Portal Login page from portlet

    We have lots of applications on the portal and many of them need the logged in user information to provide the right display context. For example, "My Notes" where notes are stamped with the user's login id. Our portlet applications show exception messages when the user id is unavailable. Pressing a refresh button takes them to the portal login page.
    Does anyone know how to redirect to the portal login page? Here is how I would like it to work: A user has the application up beyond the session timeout period and does something that causes the page to submit. At the application server we look for the logged in user ID which is missing due to session timeout and we send them to the portal login page.
    Thanks! Mike

    Hi James,
    <br />
    <br />I fear this isn´t possible to do with ADDT, as it will - when using its Restrict Access To Page behaviour - always redirect to the page you specified in the Control Panel.
    <br />
    <br />However you can help yourself with a simple custom PHP redirect script
    <i>(place it @ @ line 1 of your document)</i> which checks whether the "kt_login_id" Session Variable is set, and if it´s not set, redirect to a different login page:
    <br />
    <br /><?php<br />if (!isset($_SESSION['kt_login_id'])) {<br />header('Location: http://www.example.com/directory/login.php') ;<br />}<br />?>
    <br />
    <br />Hint: users who login via a different login page will still be redirected to ADDT´s default login page when logging out
    <br />
    <br />Cheers,
    <br />Günter Schenk
    <br />Adobe Community Expert, Dreamweaver

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi,
    We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL termination.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/6d4fa247d0d647b5bd40745400d873/frameset.htm
    We created certificate  and send it to CA (TrustCenter CA). We received the CA response and we imported the certificate.
    AS mentioned in the help document, we configured the SAP Web Dispatcher profile to support SSL termination
    We tried to access our BillerDirect Portal over the internet using below link
    https://company.com/bd
    We are getting login page, once we enter correct user ID and Password, portal is not loading (not going to next page) portal remains on same login page.
    If we enter invalid credentials portal login page is giving u201CUser Authentication Failedu201D error.
    If we try to access any portal login pages which brings a pop-up for login, login gets succeeded and we are able to see next pages
    Examples
    1)     https://company.com/bd/admin/xcm/init.do
    2)     https://company.com/monitoring/SystemInfo
    All pages which bring up portal login page without pop-up, not able to pass through portal login screen.
    We Tried the ProxyMapping option on Dispatcher using Visual admin. This option also didnu2019t work for us.
    Here is the WebDispatcher Profile
    SAPSYSTEMNAME = xxx
    SAPGLOBALHOST = xxxxx
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = hostnameofportalserver with FQDN
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTPS,PORT=443
    icm/server_port_1 = PROT=HTTP,PORT=80
    icm/HTTPS/verify_client = 0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=D:\usr\sap\xxx\W00\data\icmanroot\admin,AUTHFILE= D:\usr\sap\xxx\SYS\global\security\data\icmauth.txt
    Parameters for the SAP Cryptographic Library
    ssl/ssl_lib = D:\usr\sap\xxxW00\sapcrypto.dll
    ssl/server_pse = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/name = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/ssfapi_lib =  D:\usr\sap\xxx\W00\sapcrypto.dll
    sec/libsapsecu =  D:\usr\sap\xxx\W00\sapcrypto.dll
    wdisp/ssl_cred = D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    Parameters for Using SSL to the backend server
    wdisp/ssl_encrypt = 1
    wdisp/ssl_auth = 1
    wdisp/ssl_cred = D:\usr\sap\xxxW00\sec\SAPSSLC.pse
    wdisp/ssl_certhost = hostnameofportalserver with FQDN
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTP/j2ee_0 = PREFIX=/, HOST =hostnameofportalserver with FQDN PORT=50000,SPORT=50001, SSLENC=1,TYPE=1, CRED =D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    We also tried below options in WebDispatcher profile but we are getting same problem.
    wdisp/add_client_protocol_header = true
    wdisp/add_clientprotocol_header = 1
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = *
    icm/HTTPS/trust_client_with_subject = *
    we also tried
    wdisp/ssl_encrypt = 0
    wdisp/ssl_auth = 0
    we also tried
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 2
    We are not able to resolve issue. Please help us on resolving this issue.
    Thanks
    Praveen

    ' in Host Names is not allowed. Our hosname has '_'.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

  • Dynamic Text in SAP portal login page

    Hi All,
    I want to display some text information in the SAP Portal login page.Is it possible to display dynamic text in the login page?
    Can anybody help in this?
    Regards,
    V Karthi

    Check the following links as well.
    [Customizing Portal Login Page;
    [Portal Login Page Customization;
    Check all 3 weblogs.
    Regards
    Puneet

  • Problem while displaying top of page in list display

    Hi,
    M facing problem in displaying top of page in list .
    M using following methods:-
    lr_outer_grid TYPE REF TO cl_salv_form_layout_grid,
    lr_inner_grid TYPE REF TO cl_salv_form_layout_grid,
    lr_label TYPE REF TO cl_salv_form_label,
    lr_text TYPE REF TO cl_salv_form_text.
    For displaying the top of page m using event TOP_OF_PAGE.
      CREATE OBJECT lr_outer_grid.
    *Outer grid
      lr_inner_grid = lr_outer_grid->create_grid(
      row = 1
      column = 1 ).
    *... create lable information in inner_grid
    User ID
      lr_label = lr_inner_grid->create_label(
      row = 1
      column = 1
      text = text-h03 ).
    *... create text information in inner_grid
      lr_text = lr_inner_grid->create_text(
      row = 1
      column = 2
      text = sy-uname ).
    *... set label for text
      lr_label->set_label_for( lr_text ).
    But while m going to do same coding for second parameter its not intializing length so adding extra spaces while displaying second row.
    e.g
    USERID       abcdefghjik
    PLANT         jhk            to hjk
    I want that output should look like
    USERID      abcdefghjik
    PLANT        jhk to hjk
    Please tell me the solution what should i do for avoiding extra space

    Hi Neelema,
    You could try this sample code.
    [http://sap-img.com/fu037.htm]
    [http://sap-img.com/abap/sample-alv-heading-in-alv.htm]
    Regards,
    Amit.

  • How to disable right click on SAP portal login page

    Hi,
    How to disable right click on SAP portal login page. Our requirement is one should not be able to right click -
    >view source. on the portal login page.
    Best Regars,
    Tushar

    Hi Tchanvan,
    If you search google with "javascript disable right click" you will get loads of javascript code. This will also help you to gain knowledge.
    @Explanation to last post : You need to import standard logon par file in NWDS. Create javascript file to disable right click and then include this file in your logon page. i think login page name is portalLogin.jsp and then deploy this new PAR file.
    regards,
    Jigar Oza

  • XMII Portal Login Page

    Hi ,
    I am unable to view the login screen for the xMII portal.
    I tried to access the login page from the system where the xmII server is installed.
    When i type in the url -- http://<server>/Lighthammer/Login.jsp it directs me to the menu page without asking my username and password.
    Are there any settings to enable the authentication page??
    Please help.
    Message was edited by:
            vaishali dhayalan

    Hi Shyam,
    The configuration below is the trusted server configuration for the system being used
    Name  --               localhost
    Description --        localhost
    IP  --                    127.0.0.1 (IP address of the system used)
    I am unable to delete this configuration since my delete button is disabled even after selecting the server config.How else could i delete it?
    Will there be a problem if we delete this server config??
    Please help.
    Message was edited by:
            vaishali dhayalan
    Message was edited by:
            vaishali dhayalan

  • HT3867 My iPhone won't display the login page for public wireless hotspots

    My iPhone 4S does not load the login pages of public wifi hotspots. It has not always done this for I cn remember a using it afew times. Help please before I break this phone lol

    One possibility is that you have specified DNS servers in your Network preferences. (Network Preferences  -> Advanced -> DNS, see if anything is specified.) If so, you want to create a new network location which doesn't have any DNS servers defined. (Network Preferences  -> Location -> Edit Locations.)  Create a new one (click the + sign), and use that  location when logging on to public WiFi hotspots.
    The other (and worse) problem might be a security feature added to OS 10.7.2 and higher versions. 
    Apple found out that a hacker could fool you into accepting a bogus "update" via a fake Software Update pop-up.  The fix was to rig the OS so that, when you connect to a wifi network, a Mac running the new and improved OS will silently "phone home" to an IP address at apple.com, and inquire about the hotspot's certificate. If it fails to get back a message declaring the hotspot's certificate to be valid, it assumes that the hotspot login popup is fake, and won't let you proceed.  The permanent solution is for the hotspot's "captive portal system" to allow Macs to connect to the Apple host, so that the OS can do the verification.  Most public WiFi systems have made the adjustment, but there are quite a few (including many schools) who are behind the curve.  If this is your issue, tell whoever runs the network to get with the program!
    While waiting for that to happen, you can always copy the login page url from a PC (or older Mac OS) that is able to access the hotspot, paste it into your address bar, and take it from there.  (Truncate the url at the first question mark . . . the ? and all the junk that comes after it are likely to be specific to the machine you copied it from.  You'll see a fresh bunch of junk materialize, as the site talks to your Mac.)

  • Cannot display R12 login page

    Hi All,
    I have read several threads pertaining to the problem that i am facing and tried all the solutions but no luck in Displaying Login page.
    I have upgraded Oracle EBS from 11.5.9 to 12.1.1 but i am stuck at this problem.
    I did following steps:
    1. EXEC FND_CONC_CLONE.SETUP_CLEAN
    2. Run the Autoconfig on DB Tier and Apps Tier
    3. Cleared the cache and compiled all the JSPs
    4. Also generated the JAR files
    5. started the MiddleTier Applications.
    I constantly see following error under application.log of oracore
    html: LeakSetting:
    global:true,session:false,aggressive:false,stderr:false,appslog:false,co
    relog:false
    ignoring:null
    Apache logs show following error (*access.log*)
    [18/Mar/2010:10:08:28 -0700] "GET /OA_HTML/AppsLogin HTTP/1.1"
    302 255 12 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.
    4322; InfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET
    CLR 3.5.30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:29 -0700] "GET /OA_HTML/AppsLocalLogin.jsp H
    TTP/1.1" 302 636 1 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET
    CLR 1.1.4322; InfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.215
    2; .NET CLR 3.5.30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:30 -0700] "GET /OA_HTML/RF.jsp?function_id=1
    022220&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=vgKXg2
    heqNf8JF2nT3inFw&oas=BKdqgYoO4L8Ss-JMOEOfdA.. HTTP/1.1" 302 1167 1 "-" "Mozilla/
    4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; MS-RTC
    LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:30 -0700] "GET /OA_HTML/AppsLogin?requestUrl
    =http%3A%2F%2F<hostname>%3A8060%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D1022220%
    26resp_id%3D-1%26resp_appl_id%3D-1%26security_group_id%3D0%26lang_code%3DUS%26pa
    rams%3DvgKXg2heqNf8JF2nT3inFw%26oas%3DBKdqgYoO4L8Ss-JMOEOfdA..&cancelUrl=http%3A
    %2F%2F<hostname>%3A8060%2FOA_HTML%2FAppsLogin&langCode=US HTTP/1.1" 302 119
    4 0 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; I
    nfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5
    .30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:30 -0700] "GET /OA_HTML/RF.jsp?function_id=1
    022220&resp_id=-1&resp_appl_id=-1&security_group_id=0&lang_code=US&params=vgKXg2
    heqNf8JF2nT3inFw&oas=BKdqgYoO4L8Ss-JMOEOfdA.. HTTP/1.1" 302 1167 1 "-" "Mozilla/
    4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.2; MS-RTC
    LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:30 -0700] "GET /OA_HTML/AppsLogin?requestUrl
    =http%3A%2F%2F<hostname>%3A8060%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D1022220%
    26resp_id%3D-1%26resp_appl_id%3D-1%26security_group_id%3D0%26lang_code%3DUS%26pa
    rams%3DvgKXg2heqNf8JF2nT3inFw%26oas%3DBKdqgYoO4L8Ss-JMOEOfdA..&cancelUrl=http%3A
    %2F%2F<hostname>%3A8060%2FOA_HTML%2FAppsLogin&langCode=US HTTP/1.1" 302 119
    4 0 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; I
    nfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5
    .30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:31 -0700] "GET /OA_HTML/AppsLogin?requestUrl
    =http%3A%2F%2F<hostname>%3A8060%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D1022220%
    26resp_id%3D-1%26resp_appl_id%3D-1%26security_group_id%3D0%26lang_code%3DUS%26pa
    rams%3DjhrRwMslHTnWURqwrLrjIddWDK1nVN5HguEvwBa7elqwM2TwnGcuXPo-sFvsEb3pGep8jWq8P
    V4phTYDyU0op5tCBtuqL19T.6LjVXG3aGH6Vb7cQ.Y.89BEs.5Km7ROYtFKSId6p6mDDQELpgoYI5Yca
    nmI9MbDBtHUZhBnfLaprf-KM.eZsXcqV7rPEnB4teKqO5ybgETVLRCyDHn-NbAEOwsap.uxhgZGafXKZ
    iQrJ4qsEjjsj7NZigRL0Ah0EFlpHLv6SqBMgX.3pOD-2gy6S1z-9p-cp8Us.8WxdeBlB9hTIqGZYGk0K
    tM-xifcWKTo14hLMKBWQ2mB97U7XVxpiXXUZ.RdwSB7.uNnLebAQ9TJVJfaktuayKCzpa-4BFRFASUYM
    bOy3SW3vko0jszaQ3kb8k-nSr9JF7hTzIywE4wlXI4SJK4mTf-kJdCALI-skzTE7p4GIvVLdG2Mrg2xf
    vHH2pHNlm1dIqsliF3rDuWAwzHFRt6OznTVE7fgL0Ha0UcinjKPjGoWwgESF6NPrpBRgSjWfCHazUxZT
    svzBKDCPAn3cnC.4URcNVcoC908xIL-h113ejgw.5RokOeA48BWFJrzYrgyj-gQJCinDHratvCBTqwzR
    jM9nX0bHR8Cc0kLcX-q.arAffPKQpX-BFFDaYoxRSddODbpNWutpreWCymqd87hP-OoiCJLLcaO8HxeU
    eHaW8aQQmVyWOy-diSCk3BtDNfJOUxhdhbUKUrx6osQAUc86k4DTp3GXmPKlTsp5-VD8Ir4HTL2jN26A
    tADivPbxMGRTicuS8CdNYSfznFfSQM51tRc1-439qMJwV8cWvbD9QTWn8fIfL-HhWtca8AYZl7z98fbC
    vxh7hNVR7tjuiXcFa7WIxp7GP0bL7cn.y07AaICSCzCAwJ7.LJog9uN7lbg.n-ytEeMaC0GnvAC47x6f
    uW4WVu0f7e2l7p6hoX76z4FPrt.Cw%26oas%3DhtB4ZVHRR_mk1RWyQ6rTeA..&cancelUrl=http%3A
    %2F%2F<hostname>%3A8060%2FOA_HTML%2FAppsLogin&langCode=US HTTP/1.1" 302 407
    4 0 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; I
    nfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5
    .30729)"
    172.16.7.000 - - [18/Mar/2010:10:08:31 -0700] "GET /OA_HTML/AppsLocalLogin.jsp?r
    equestUrl=http%3A%2F%2F<hostname>%3A8060%2FOA_HTML%2FRF.jsp%3Ffunction_id%3
    D1022220%26resp_id%3D-1%26resp_appl_id%3D-1%26security_group_id%3D0%26lang_code%
    3DUS%26params%3DjhrRwMslHTnWURqwrLrjIddWDK1nVN5HguEvwBa7elqwM2TwnGcuXPo-sFvsEb3p
    Gep8jWq8PV4phTYDyU0op5tCBtuqL19T.6LjVXG3aGH6Vb7cQ.Y.89BEs.5Km7ROYtFKSId6p6mDDQEL
    pgoYI5YcanmI9MbDBtHUZhBnfLaprf-KM.eZsXcqV7rPEnB4teKqO5ybgETVLRCyDHn-NbAEOwsap.ux
    hgZGafXKZiQrJ4qsEjjsj7NZigRL0Ah0EFlpHLv6SqBMgX.3pOD-2gy6S1z-9p-cp8Us.8WxdeBlB9hT
    IqGZYGk0KtM-xifcWKTo14hLMKBWQ2mB97U7XVxpiXXUZ.RdwSB7.uNnLebAQ9TJVJfaktuayKCzpa-4
    BFRFASUYMbOy3SW3vko0jszaQ3kb8k-nSr9JF7hTzIywE4wlXI4SJK4mTf-kJdCALI-skzTE7p4GIvVL
    dG2Mrg2xfvHH2pHNlm1dIqsliF3rDuWAwzHFRt6OznTVE7fgL0Ha0UcinjKPjGoWwgESF6NPrpBRgSjW
    fCHazUxZTsvzBKDCPAn3cnC.4URcNVcoC908xIL-h113ejgw.5RokOeA48BWFJrzYrgyj-gQJCinDHra
    tvCBTqwzRjM9nX0bHR8Cc0kLcX-q.arAffPKQpX-BFFDaYoxRSddODbpNWutpreWCymqd87hP-OoiCJL
    LcaO8HxeUeHaW8aQQmVyWOy-diSCk3BtDNfJOUxhdhbUKUrx6osQAUc86k4DTp3GXmPKlTsp5-VD8Ir4
    HTL2jN26AtADivPbxMGRTicuS8CdNYSfznFfSQM51tRc1-439qMJwV8cWvbD9QTWn8fIfL-HhWtca8AY
    Zl7z98fbCvxh7hNVR7tjuiXcFa7WIxp7GP0bL7cn.y07AaICSCzCAwJ7.LJog9uN7lbg.n-ytEeMaC0G
    nvAC47x6fuW4WVu0f7e2l7p6hoX76z4FPrt.Cw%26oas%3DhtB4ZVHRR_mk1RWyQ6rTeA..&cancelUr
    l=http%3A%2F%2F<hostname>%3A8060%2FOA_HTML%2FAppsLogin&langCode=US HTTP/1.1
    " 302 5692 0 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.
    1.4322; InfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NE
    T CLR 3.5.30729)"
    127.0.0.1 - - [18/Mar/2010:10:08:38 -0700] "HEAD /index.html HTTP/1.1" 200 0 0
    ERROR LOG:
    [Thu Mar 18 10:07:24 2010] [info] got an event: IAS/PM/PROC_ALIVE
    [Thu Mar 18 10:07:25 2010] [info] got an event: IAS/PM/PROC_START
    [Thu Mar 18 10:07:34 2010] [info] got an event: IAS/PM/PROC_READY
    [Thu Mar 18 10:07:49 2010] [info] got an event: IAS/PM/PROC_READY
    [Thu Mar 18 10:07:49 2010] [info] mod_oc4j: Inserting instance=<Instance name>
    <hostname>, opmnid=969549335 into proc table
    [Thu Mar 18 10:07:49 2010] [info] got an event: IAS/PM/PROC_ALIVE
    [Thu Mar 18 10:07:54 2010] [info] got an event: IAS/PM/PROC_READY
    [Thu Mar 18 10:08:04 2010] [info] got an event: IAS/PM/PROC_READY
    [Thu Mar 18 10:08:19 2010] [info] got an event: IAS/PM/PROC_READY
    Thanks for any help in advance

    Hi,
    I have upgraded Oracle EBS from 11.5.9 to 12.1.1 but i am stuck at this problemDid the upgrade complete successfully with no errors?
    Can you find any errors in the database log file?
    Please enable debug as per (Note: 422419.1 - R12, 12.1.1 - How To Enable and Collect Debug for HTTP, OC4J and OPMN) and see if more details are collected in the logs then.
    Regards,
    Hussein

  • CE 7.11 Portal login page issue after SPS4 Update

    Hi Guys,
    Has anyone worked on SP stack 4 update of SAP Netweaver CE 7.11 system?
    I ask this because I did this sometime back and immediately after the update, I realized that the text size, alignment, etc. of the text (Username, Password) on logon page of CE portal (http://host:port/irj) changed a lot. The text size became different and even the alignment of the text on this page changed.
    But nothing else got affected inside the portal and even the login pages for NWA, Useradmin, etc. were unchanged.
    It seems there was an issue with the stylesheet for that page only.
    This issue is dealt with in SAP Note no. 1397747, as per which the solution is to apply the latest J2EE Apps patch on the system. But even after applying the correct patch, the issue is not yet resolved.
    Has anyone who has done SPS4 update in CE 7.11 faced this issue as well?
    Thanks,
    Shitij

    Well, after raising an OSS message with SAP, they worked on a new patch file for J2EE Applications (J2EEAPPS SPS4 patch 3) and after deploying this patch, the issue was resolved.
    So if anyone else faces the same problem, please deploy the latest J2EE APPS patch file by downloading it from service marketplace.
    Closing the thread now.
    Regards,
    Shitij

  • Not able to access the portal login page and idenetity console page

    Hi all.
    I installed PS 6.1 on a new Solaris 8 Box. DNS is not configured for this box.
    I use netscape browser on the solaris boz to test my installation - everything is fine
    issue:
    When i tried to access the amconsole or amserver/UI/Login application, it bombs with the following exception.
    but i can see the default webserver page (or any static html for that matter).
    any clue?
    10/28/2003 03:22:22:776 PM EET: Thread[Thread-195,5,main]
    ERROR: Exception occured
    java.lang.Exception: Service URL not found:session
    at com.iplanet.services.naming.WebtopNaming.getServiceURL(WebtopNaming.java:180)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:686)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:668)
    at com.iplanet.dpro.session.Session.getSession(Session.java:540)
    at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:73)
    at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:280)
    at com.sun.identity.authentication.service.AuthUtils.getOrigLoginURL(AuthUtils.java:1546)
    at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:253)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:783)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:434)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:312)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
    at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
    at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)

    I am facing the same problem. I am using Custom Authentication module. When I access the login page for this custom authentication module I got this error. I have DNS entry and added the IP Adress in the host file too. Anyone tell us, what could be the problem?

  • Change labels on Portal Login page

    Hi community,
    We are running Portal 7.00 SP21 version and on Portal Logon page we have enabled Get Support link. Now we want to cutomize labels on page wich is shown through the Get Support Link (not welcome page).
    If we unzip the file umelogonbase.jar, we can find under dist\PORTAL-INF\lib - we can find the file "logonLabels_" which contains the language we are using. Also we find the key which is used in the tag (for us it is LAST_NAME) and change the text after the equal sign. Then we save the changed file and create a updated JAR file using a zip program but named umelogonbase.jar, not umelogonbase.zip or umelogonbase.jar.zip. - Put again the JAR file back to dist\PORTAL-INF\lib. Restart server, Portal cache and temp files, we don't get applied this change.
    This works ok for Welcome page, where by the same way, we can change labes and after restar/clear, we get applied those changes.
    So, how can I change the labels on Get Suppot page??
    We can not use NWDS....
    Thanks !

    Hi,
    Thanks a lot for your answers.
    First, on umResetPasswordPage.jsp I have found the code where "LAST_NAME" must take a value from other file (Could be from umelogonbase.jar?) so, maybe it is not the right place to change it, isn't it? or did you suggest by other way?? This is the code on the umResetPasswordPage.jsp file:
    <td width="161" height="20">
            <label class=urLblStd for="logonlastnamefield">
              <%=logonLocale.get("LAST_NAME")%>
              <span class=urLblReq> *</span>
            </label>
          </td>
    Second, On Portal Content there is not any Page/Iview wich manage this Support (LogonHelpApp) page openned by "get Support" link on Welcome Portal Page. At this time, I could not find if is it a webdynpro or other component Portal....

  • SSLVPN in IE 8 or 9 does not display login page

    Hi all,
    I have a working setup with a customer using UC560 that uses SSLVPN and it works but only when using other browsers like Firefox and google chrome, when we try using IE version 8 or 9 we get prompted about the security certificate (the usual, as it's https) and after making the exception it does not display the login page, just this: Internet Explorer can't display this website, and that's about it, don't even get the chance to login nor download the anyconnect client, anyone know if there's a patch or something for this?

    Hi Bryan,
    thanks for your response, unfortunately it's a UC560 not an SA500 so i don't have those options, so far I haven't found configuration options that deny IE or someting like that, it really is a weird problem and it's though to troubleshoot.
    When I do debug webvpn http and try to enter the webpage with IE it shows this:
    077696: Mar 26 19:35:09.841: WV-HTTP: Fragmented header-line
    077697: Mar 26 19:35:09.841: WV-HTTP: HTTP request line too long
    077698: Mar 26 19:35:09.841: WV-HTTP: Deallocating HTTP info
    and when i do the same debug but enter the webpage using firefox or google chrome it succeeds, sending this debug output:
    102796: Mar 27 18:37:02.411: WV-HTTP: Original client request
    GET / HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102797: Mar 27 18:37:02.411: WV-HTTP: HTTP Header parsing complete
    102798: Mar 27 18:37:02.411: WV-HTTP: * HTTP request complete
    102799: Mar 27 18:37:02.431: WV-HTTP: Original client request
    GET /webvpn.html HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102800: Mar 27 18:37:02.431: WV-HTTP: HTTP Header parsing complete
    102801: Mar 27 18:37:02.431: WV-HTTP: * HTTP request complete
    102802: Mar 27 18:37:02.515: WV-HTTP: Original client request
    GET /paramdef.js HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102803: Mar 27 18:37:02.515: WV-HTTP: HTTP Header parsing complete
    102804: Mar 27 18:37:02.515: WV-HTTP: * HTTP request complete
    102805: Mar 27 18:37:02.523: WV-HTTP: Original client request
    GET /lang.js HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102806: Mar 27 18:37:02.523: WV-HTTP: HTTP Header parsing complete
    102807: Mar 27 18:37:02.523: WV-HTTP: * HTTP request complete
    102808: Mar 27 18:37:02.547: WV-HTTP: Original client request
    GET /shared.js HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102809: Mar 27 18:37:02.547: WV-HTTP: HTTP Header parsing complete
    102810: Mar 27 18:37:02.547: WV-HTTP: * HTTP request complete
    102811: Mar 27 18:37:02.671: WV-HTTP: Original client request
    GET /img/logo.gif HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102812: Mar 27 18:37:02.671: WV-HTTP: HTTP Header parsing complete
    102813: Mar 27 18:37:02.671: WV-HTTP: * HTTP request complete
    102814: Mar 27 18:37:02.675: WV-HTTP: Original client request
    GET /img/login_photo.jpg HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102815: Mar 27 18:37:02.675: WV-HTTP: HTTP Header parsing complete
    102816: Mar 27 18:37:02.675: WV-HTTP: * HTTP request complete
    102817: Mar 27 18:37:02.895: WV-HTTP: Original client request
    GET /favicon.ico HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102818: Mar 27 18:37:02.899: WV-HTTP: HTTP Header parsing complete
    102819: Mar 27 18:37:02.899: WV-HTTP: * HTTP request complete
    102820: Mar 27 18:37:02.907: WV-HTTP: Original client request
    GET /webvpn.html HTTP/1.1
    user agent is:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/535.11 (KHTML, like Ge
    102821: Mar 27 18:37:02.907: WV-HTTP: HTTP Header parsing complete
    102822: Mar 27 18:37:02.907: WV-HTTP: * HTTP request complete.
    I wonder what difference do they have in the HTTP request line length, probably a browser problem, I'll keep looking into it like it's the browsers fault for now.

  • Modified Login Page - "Portal Runtime Error".

    Dear All,
    I need to Customize the Portal Login Page. To do so, I followed the below steps.
    1.      Navigated to <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.   Found com.sap.portal.runtime.logon.par.bak.
           2.      Make a copy of com.sap.portal.runtime.logon.par.bak and rename it renamed to delta.new.logon.par.
           3.    Imported the Par File to NWDS as "delta.new.logon" in the EP Perspective and Modified the umLogonPage.jsp.
    4.    Deployed the imported portal application "delta.new.logon".
    5.      Copy delta.new.logon.par back to <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    6. Downloaded Authschemes.xml file from configtool and renamed as authschemes_delta.xml.
    7. In the "authschemes_delta.xml", I replaced all occurrences of the string u201Ccom.sap.portal.runtime.logonu201D with u201Cdelta.new.logonu201D in the tags <frontendtarget> and save the file.
    8. Then uploaded "authschemes_delta.xml" to the configtool under com.sap.security.core.ume.service node.
    9. Then changed the "login.authschemes.definition.file" property custom value to authschemes_delta.xml
    and restarted the server.
    (NOTE: while making all the above changes , I didn't shutdown the server. The server was running.Only after completed all modifications, I restarted the server).
    But after restarting , When i tried to open the login page with the url, "http://host:port/irj/portal",
    I am getting an "Portal Runtime Error".  
    What would be the problem?
    Thanks,
    Eben Joyson

    Eben,
    Please try deploy the renamed file into portal from NWDS.
    Steps are Here,
    1. Download the latest par file from System Admin -> support -> Portal Runtime -> Browse Deploment -> download the logon par file. The file format would be par.bak/ .par format.
    2. Store the file into your local computer.
    3. Open NWDS and import the downloaded file into NWDS in different Name and press Finish button
    4. Extract the locally stored par file and store the extracted file into a folder. Navigate to PORTAL-INF -> lib folder and copy the jars files.
    5. Navigate to PORTAL0INF -> lib folder of your renamned project stucture in NWDS and paste the jar files there.
    6. Right click on the project stucture and press excport to deply the file.
    Done!
    Ram

Maybe you are looking for

  • Gmail suddenly not working with Apple Mail

    My gmail suddenly is not working with Apple Mail. It said my username or password is wrong, but it was okay this morning. Nevertheless, I deleted my gmail account, and re-setup it using Internet Accounts from System Preference. However, I got the beo

  • Two Separate Billing Documents created in the collec Billing through VF04

    Dear  Forum Friends, I am doing the collective Billing through VF04 for two deliveries (80015032 and 80015034) of the same day. When I am finding in VF05 it has been observed that Two Billing documents instead of one billing document have been create

  • AD External Authentication Plug-In verification issue

    We are working on a Proof of Concept instance to integrate MS AD with OID for the first time for E-Biz 11i. 1) I completed the bulk load of all the existing users from AD to OID successfully 2) completed enabling the syncrhonization profile 3) Ran th

  • Adf bc and toplink

    Dear sirs.: My company will cange from forms to Jdev (adf), my question is: using only adf bc with jboss (for example) , can i do balancing to another jboss machine of some (heavy) objects, without using toplink ? I'm affraid off developing a 2 tier

  • Unzip WorldWeather Widget

    How do I unzip the WorldWeather widget? I double click on it and it creates another copy with a .cpgz extension. I right click and choose open with Archive Utility and the same thing happens. Thanks.