Customization of Portal Standard Errors Like 403, 503,404

Hi All,
I am trying to customize portal standard errors, I was able to customize 404, 500 errors with the help of  sap note and it is working fine in some scenarios and failing in some scenarios. Lets say
If i have some thing like http://host:Port/irj/porsdanf its giving me custom error instead of 404, if I have
http://host:Port/idg   its giving me 404 error instead of custom error. In the same way If I try to access  some files its giving Portal Runtime Error. Is there any way to stop all these and have a custom message.
Regards
Praveen

Can you please tell me which sap note did you apply to get the 404 working initially.
-Shekhar

Similar Messages

  • Changing Standard Error-like messages.

    I've been trying to change some of the standard error-like messages. I can't find the place where I would incorporate this. For example I have a Dynamic Page that populates a field and runs a report. If I input the wrong information it gives me "No rows returned". Where can I change this to say "Please try again"?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by CVaughn:
    I've been trying to change some of the standard error-like messages. I can't find the place where I would incorporate this. For example I have a Dynamic Page that populates a field and runs a report. If I input the wrong information it gives me "No rows returned". Where can I change this to say "Please try again"?<HR></BLOCKQUOTE>
    null

  • I KEEP GETTING ERROR MESSAGES 403 AND 404 WHEN TRYING TO SEARCH FROM FIREFOX..HOW COME

    when I bring up firefox it is usually to get into my mail...if I try to search for something thru google /yahoo I get error messages 403 or 404 ...

    ''SusanR62 [[#answer-722913|said]]''
    <blockquote>
    The only system I can get the video to work is Chrome.
    </blockquote>
    This is because Chrome does not use Adobe Flash Player. Chrome uses something called Pepper Flash, maintained by Google (not Adobe). The issues you are experiencing are Adobe Flash Player issues. You should be able to get assistance with these issues [https://forums.adobe.com/community/flashplayer/using_flashplayer on the Adobe forums].

  • I m getting Error Code 403 and 404 when downloading podcast series

    I was able to download the first 24 episodes to The Read podcast but now when I try to download the latest episode I m getting either error 403 or 404 and that happens when I try to download on my Ipod touch 4, my Iphone, and Itunes on my computer.  I can t even play the episode.  Can anyone help me?

    It's not possible to download any episodes from this podcast. The originator has messed up his server so that it is demanding authorization. Only he (or the people running his server) can deal with this.

  • Customization Of Portal Layout error

    Hi,
    I have created 4 layouts and we have the problem with one of the layouts(defaultDynamicLayoutNoRhs.jsp).The other 3 are working fine
    The code is correct, but the iview containers are appearing in the layout the wrong way round (breadcrumb and detailed navigation).
    Breadcrumb container is in place of the Detailed Navigation Area and vice versa.Can you review the below and suggest how to move forward on this.
    Below is  the .jsp file and the Portalapp.xml that i have used.
    JSP File:
    <%@ page import="com.sapportals.portal.prt.component.IPortalComponentResponse"%>
    <%@ page import="com.sapportals.portal.prt.resource.IResource"%>
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibHtmlb" prefix="hbj" %>
    <%@ taglib uri="prt:taglib:com.sap.portal.reserved.layout.TagLibLayout" prefix="lyt" %>
    <%!
    private String getNLSString(IPortalComponentRequest request, String resource_key)
         try
              ResourceBundle bundle = request.getResourceBundle();
              if(bundle != null)
                   return bundle.getString(resource_key);
              return resource_key;
          catch(MissingResourceException e)
              return resource_key;
    %>
    <lyt:template>
    <hbj:content id="myContext" >
    <hbj:page title="Portal Page">
    <table width = "100%" border="0" cellpadding="5">
    <td>  </td>
    </table>
    <table width="100%" cellpadding="0" cellspacing="5" border="0">
              <tr class="pageContainer">
                <td width="20%" valign="top"><lyt:container id="detailedNavigation"/></td>
              <td width="80%" valign="top">
                   <table width="100%" cellpadding="0" cellspacing="0" border="0">
                        <tr>
                             <td width="100%" valign="top"><lyt:container id="breadcrumb"/></td>
                        </tr>
                        <tr >
                          <td width="100%" valign="top"><lyt:container id="contentArea"/></td>
                        </tr>
                   </table>
              </td> 
              </tr>
      <tr>
         <td colspan="2" valign="top"><lyt:container id="footer"/></td>
      </tr>
    </table>
    </hbj:page>
    </hbj:content>
    </lyt:template>
    ThanksInAdvance,
    Varma.

    Hi,
    Please check the below links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    Thanks
    Santosh

  • Portal Runtime error - Customization

    Hi,
    How to customize the Portal runtime error message page in portal.
    Is it required to modify any standard par file for this? If so what par file needs to be modified.
    Ramganesan Karuppaiyah

    Ramganesan,
    check these links
    How to the Change the Application Stopped Message
    How to Change the Dispatcher Running, No Server Connected Message
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/ep/customizing%252berror%252bmessages%252bin%252bportal
    http://help.sap.com/saphelp_nw70/helpdata/en/65/18fc3f9ec4e669e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/1d5a4390524403e10000000a1553f6/frameset.htm
    Thanks
    Bala Duvvuri

  • Portal Runtime Error due to use of string buffer

    Hi All,
    Whenever I run a portal component in which i have used srting buffer i am getting portal runtime error like
    java.lang.StringBuffer.append(Ljava/lang/String;)Ljava/lang/AbstractStringBuilder;.
    but same code run fine from  my colleague's system/ NWDS .I reinstalled my NWDS but still same problem .What could be reson for this strange behaviour?
    Provide your inputs to solve this problem.
    Regards,
    Madhvika

    Hi,
    Check the JDK version for compiling, it should be 1.4.
    To check this in  NWDS goto menu: windows --> preference --> Java --> Compiler.
    Here check tab Compliance and Classfiles.
    If this does not solve, check if you installed JDK 1.5, if so uninstall it.
    Also check this, may be a NWDS upgrade can help:
    Re: Modify or field-symbol statement
    Regards,
    Praveen Gudapati

  • Pop ups on Standard MDM Portal iViews throw Portal Runtime Error

    Hi all,
    We are facing some issues with MDM Standard Search iViews in Portal. We have configured MDM standard iViews using MDM Search Texts iView, MDM Result Set iView, MDM Search Picklists iView, MDM Item Details etc. We are facing a problem with the MDM Search Picklists iViews wherein we have to click the ellipses button to open the pop up. Whenever we open the pop up, the pop up shows Portal Runtime Error. Please find the screenshot below:
    http://img209.imageshack.us/img209/1138/portalruntimeerror.jpg
    The MDM System is working fine. The other Standard iViews are also working fine. The surprising thing is that, when the Super Admin role is assigned to the user, the iViews start working perfectly as shown below:
    http://img696.imageshack.us/img696/6808/worksfinethisway.jpg
    I have checked the permissions also on all these iViews as well as the System object and did not find any problem. Moreoever, this was working fine till some days back. All of a sudden these iViews have stopped working. Please guide me as to what can be the reason for this and any possible solutions.
    Thanks in advance.
    Regards,
    Ankur

    I would check the logs but it sounds like a permission error to me.  Can you or your basis resources modify the Security Zones?
    System Administration -> Permissions -> expand Security Zones folder -> right click on com.sap.pct.mdm.appl.masteriviews and select Open Permissions -> in the assign permissions section add read permissions for a particular user, role, or group which the user getting the error is part of, check the End User checkbox -> Save.  Login to the portal and try again.
    -Greg

  • Error when click customize my portal

    Dear All,
    When I login into my portal web application and click the customize my
    portal button, it shows
    An error occurred:
    java.lang.NoClassDefFoundError: com/bea/p13n/rules/manager/RulesManagerHome
    How can I solve this problem ?
    Sincerely,
    Alan

    Alan,
    This looks like a deployment or configuration problem - the portal cannot
    find the classes for the RulesManager, which is in rules.jar. Did you edit
    any of the configuration?
    Sincerely,
    Daniel Selman
    "Alan Liu" <[email protected]> wrote in message
    news:3cdb7b1a$[email protected]..
    Dear All,
    When I login into my portal web application and click the customize my
    portal button, it shows
    An error occurred:
    java.lang.NoClassDefFoundError:com/bea/p13n/rules/manager/RulesManagerHome
    How can I solve this problem ?
    Sincerely,
    Alan

  • Error handling in Portal standard forms

    I have a customer who needs to validate input on a Form Based on a Table (standard component). They have tried code, as shown below, as a PLSQL handler on a Save button. This example can obviously be solved with JavaScript validation on the client, but they have similar requirements for validation on DB level.
    If procedure call 1) in the if statement is used, nothing happens. If procedure call 2) is used, it is executed in a new page as a standard error Oracle Portal error message.
    declare
    v_sender VARCHAR2(1000);
    v_sender_id NUMBER;
    begin
    v_sender := p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SENDER');
    v_sender_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SENDER_ID');
    insert into hd (number, text) values (hd_seq.nextval,
    'step 3 v_sender = ' || v_sender ||
    ' v_sender_id = ' || v_sender_id);
    if v_sender_id >= 100 then
    1) Custom error handling, does not display:
    show_error('Error message');
    2) Error handling is displayed, but as a standard error:
    raise_application_error(-20000, 'SenderID must be smaller than 100.');
    else
    doInsert;
    end if;
    end;
    The customer has two questions:
    Why does the custom procedure in 1) "show_error" not execute, and if it does, why does it not display? show_error works and the if statement is entered.
    Is it possible to take control of Portals error handling on standard components (forms etc.), to show custom error messages with the style used on the component/page instead of the standard Error: ORA- ....etc. as Portal displays it?
    Customer needs reply asap. Please reply directly. Any help will be much appreciated!
    Kind regards
    Jakob Lund

    Jacob,
    Try following:
    declare
    v_sender VARCHAR2(1000);
    v_sender_id NUMBER;
    begin
    v_sender := p_session.get_value_as_VARCHAR2(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SENDER');
    v_sender_id := p_session.get_value_as_NUMBER(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_SENDER_ID');
    insert into hd (number, text) values (hd_seq.nextval,
    'step 3 v_sender = ' || v_sender ||
    ' v_sender_id = ' || v_sender_id);
    if v_sender_id >= 100 then
    p_session.set_value(
    p_block_name => "_block",
    p_attribute_name => '_STATUS',
    p_value => 'Sender ID must be less than 100!');
    -- return to your form with status message set
    -- and all fields filled with recent values
    return;
    end if;
    end;
    -- This point is reached only if validation is OK
    doInsert;
    Regards,
    Henn

  • Two iView(out of three) give Portal runtime error when refresh MSS-UWL Page

    Hi All,
    i am getting the Portal runtime exception in the MSS->Work Overview ->2nd and 3rd iView on this page.
    First iView is the UWL-Task 2)Attendance Overview and 3) Work Orders
    When i refresh this page "refresh" from pae level refresh. i am getting the below error on 2nd and 3rd iView. Last 2 iView is not displaying.
    Portal Runtime Error
    An exception occurred while processing your request
    Exception id: 02:02_12/01/09_0039_38688450
    See the details for the exception ID in the log file.
    i have tryed to search the log also in the default trace but can not find any log with this exception ID.
    Please suggest me on this ?
    thanks in advance!
    Narpal S Sihag

    Hello,
    I have also a problem like this (error 09_0006_808022650)
    Can you describe your scenario ?
    My scenario is
    - Portal MDM connection OK and working tasks in MDM
    - new UWL System (connector type : MdmUwlConnector)
    - new config file (XML)
    - dedicated Role and dedicated iView (copy of standard UWL iView)
    - clearing cache
    Test : No working Tasks in UWL
    - restarting portail application com.sap.netweaver.bc.uwl
    Test : No working Tasks in UWL
    - running wizard (System Admin, system config, UWL customize IView)
    - new field "TEST" to iView
    - portail create the com.sap.pct.erp.mss.001
    Test : No working Tasks in UWL
    Test : standard UWL crashes with error 09_0006_808022650
    After what, we try roolback, removing XML config, connection, dedicated iView, ...
    Still crashing with error 09_0006_808022650
    Now our developpemnt system don't work for UWL ... (using UWL with ECC connection and was OK for ECC)
    Questions : is your scenario similar to this one ? Is anyone can help us ?
    My best thanks
    Vincent

  • EC_APPREJ portal runtime error

    Hi,
    We are on EP 6.0 SP12 using MSS.  We have been configuring "Compensation Approval (ECM)".  It was working until a few days ago.  The EC_APPREJ column is the 2nd column and when it tries to render, we get a NullPointerException portal runtime error.
    I tried delta linking the vanilla "My Staff" workset to see if it was my configuration.  However, even the SAP standard produces the runtime error.
    From what we can tell, the drop down that has Approve and Reject is stored in the Java code.  Perhaps there is something wrong with the Java and it doesn't find the text for the Approve and Reject drop down.
    Anyone encounter issues like this?  Thanks

    Hi Ronnie,
    We had an issue where our MSS Business Package components were out of sync.  What I mean is that some pieces were in one SP level and others were on another.
    Check out the versions of the components for that iViews and make sure they are all for the same version.  If you can't tell, Basis may be able to help.  Reinstalling the components would put the correct versions in.

  • Custom Portal Runtime Error Page

    Hi All,
    Where can we define a custom portal runtime error page. I would like to replace the standard red color error message that comes whenever the servlet container gets an uncaught exception.
    Is this something that I can put in the web.xml of the /irj application.
    I appreciate your help.
    Thanks in Advance,
    Ankur

    Hi Ankur,
    The exception handling is in the connection area of the request cycle (see portal developer guide for a description of request cycle).
    The connection handles the exception and sends the request to a specific component (a core component) to display the red screen.
    In short:
    The name of the error component is hard-coded, and cannot be configured.
    The component itself is a core component, and should not be changed.
    And the connection is also something that is not public.
    So the answer is it cannot be done.
    Daniel

  • Portal Runtime Error while checking the Transaction in Portal

    Hi all,
    We r in the phase of setting the configuration of Portal. We did the the template installer but when iam checking the transactions in Portal ( System Administration--> Support--->SAP Apllication) , it is throwing me the following error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Missing Property 'ClassName' in property file for layer'Transaction/WinguiSSOLayer'..
    See the details for the exception ID in the log file
    Can anybody help me in this regard.
    Thank in Advance.

    Hi Niyati,
    I guess check through -->
    Under "Personalize > User Profile" the checkbox "Activate Accessibility Feature" must be unchecked!
    as, people earlier also faced this issue and SAP provided this solution.
    Also an alternative solution for this is like --
    Go to:
    <Drive>\usr\sap\<SID>\JC<Instance No.>\j2ee\cluster\server<Server No.>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.appintegrator.sap\property\Transaction
    and see the content of the 'WebGuiSSOLayer.properties' file.
    One of the entries is ''ClassName'. The value on a 'valid' portal is: com.sapportals.portal.sapapplication.itsdetection.ITSDetectionLayer
    If it's not the case, then go to:
    <Drive>\usr\sap\<SID>\JC<Instance No.>\j2ee\cluster\server<Server No.>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    rename the file 'com.sap.portal.appintegrator.sap.par.bak' to 'com.sap.portal.appintegrator.sap.par' open the par file and edit the file ''WebGuiSSOLayer.properties' (add the relevant entry for ClassName).
    Save the file (still with the par extension)
    Restart the portal (if everything is OK then the bak extension will be added to the filename).
    Just try this, hope it works.
    Reward points if helpful
    Regards,
    Shailesh Nagar
    Edited by: Shailesh Kumar Nagar on Jan 22, 2008 7:16 AM

  • Portal runtime error while creating users in portal content administrator

    I am getting this error while creating new users in portal.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.user_administration/com.sap.portal.user_admin_ws/com.sap.portal.user_management/com.sap.portal.createNewUser/com.sap.portal.createNewUser
    Component Name : com.sap.portal.usermanagement.admin.CreateNewUser
    com/sap/security/core/util/imp/Util.patternMatch(Ljava/lang/String;Ljava/lang/String;Z)Z.
    Exception id: 03:51_27/08/08_0028_7431850
    See the details for the exception ID in the log file
    any help is appreciated...

    log file look something like
    this
    2,5,PRT-Async]##0#0#Error#1#/System/Server#Java###Exception in PortalRequestManager.dispatchRequest without timeout
    [EXCEPTION]
    #1#java.lang.NoSuchMethodError: com/sap/security/core/util/imp/Util.patternMatch(Ljava/lang/String;Ljava/lang/String;Z)Z
         at com.sap.security.core.admin.util.checkEmail(util.java:110)
         at com.sap.security.core.admin.UserBean.checkFieldValidity(UserBean.java:695)
         at com.sap.security.core.admin.UserBean.checkUser(UserBean.java:591)
         at com.sap.security.core.admin.UserAdminLogic.performUserModify(UserAdminLogic.java:3226)
         at com.sap.security.core.admin.UserAdminLogic.executeRequest(UserAdminLogic.java:552)
         at com.sapportals.portal.prt.component.usermanagement.admin.UserAdminComponent.doContent(UserAdminComponent.java:71)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
         at java.security.AccessController.doPrivileged(AccessController.java:241)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:758)
    #1.5#001125A6576A008C00000015000550E2000455943BAE9D63#1219995051656#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#197794##irconepd_EPD_7431850#Administrator#f4d062d0759411ddb89b001125a6576a#Thread[PRT-Async 2,5,PRT-Async]##0#0#Error#1#/System/Server#Java###Exception ID:01:00_29/08/08_0043_7431850
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.user_administration/com.sap.portal.user_admin_ws/com.sap.portal.user_management/com.sap.portal.userSearch/com.sap.portal.userSearch
    Component class : com.sapportals.portal.prt.component.usermanagement.admin.UserAdminComponent
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
         at java.security.AccessController.doPrivileged(AccessController.java:241)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:758)
    Caused by: java.lang.NoSuchMethodError: com/sap/security/core/util/imp/Util.patternMatch(Ljava/lang/String;Ljava/lang/String;Z)Z
         at com.sap.security.core.admin.util.checkEmail(util.java:110)
         at com.sap.security.core.admin.UserBean.checkFieldValidity(UserBean.java:695)
         at com.sap.security.core.admin.UserBean.checkUser(UserBean.java:591)
         at com.sap.security.core.admin.UserAdminLogic.performUserModify(UserAdminLogic.java:3226)
         at com.sap.security.core.admin.UserAdminLogic.executeRequest(UserAdminLogic.java:552)
         at com.sapportals.portal.prt.component.usermanagement.admin.UserAdminComponent.doContent(UserAdminComponent.java:71)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 7 more

Maybe you are looking for