Portal exception monitoring

Hi everyone,
we seem to have a problem every now and again with our portal (EP6 sp15) which causes exceptions written in the logs and iViews not being displayed. We believe it has something to with the communication to the backend system but the logs don't say much (we are simply getting a java.lang.NullPointerException but nothing more).
We've raised this issue with SAP and they are looking into it. At the moment our only way of solving this is to restart the server (after a restart it usually takes a few days or a week before the problem comes up again). However, we are not always aware of when the problem hits the portal (until some of the users complain) and we're looking for a way to monitor exceptions and receive a notification for instance via email. It is of course possible to write a program that checks the logs but I was wondering if there is any standard functionality for something like this. We are currently also using wily to monitor and are looking into possibilities of getting that to send out notifications.
Any ideas?
Thanks!
Regards,
Dion

Hi
It is possible to monitor logfiles with the SAP CCMS agent (SAPCCMSR). This agent must be connected to a central monitoring system (i.e. Solution Manager or another WebAS) and configured to monitor specific logs and looking for specific patterns. It works fine - we do it. In the central monitoring system CCMS can be configured with auto-reactions - i.e. sending a mail when incidents happens.
For more info see http://service.sap.com/systemmanagement
Best regards
Tom Bo

Similar Messages

  • Portal exception error recieved when using StringBuffer

    Hello
    I have created a portal service. I need to use StringBuffer or StringBuilder class as i do some text concatenation. Since the String is very resource intensive, this is the only best solution. But when i try to append a text to stringbuffer variable, iget a portal exception.
    What could be the issue? Has anyone run into same issue? If some one could suggest an alternative, that would be fine too.
    Regards
    Kalpesh

    Code is always helpful....and what exception are you getting?  You're not giving us much information to go on....
    Try this:
    StringBuffer sb = new StringBuffer();
    sb.append( "This is a test" );
    System.err.println( sb.toString() );
    This will write "This is a test" to the default trace log file.
    Make sure that the string you're trying to append is not null.  Also, if you know that you're going to be creating a string 1000 characters long, allocate the string buffer with a size close to what you think you might need:
    StringBuffer sb = new StringBuffer( 1000 );
    And, of course, there's always the docs:
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/StringBuffer.html

  • Tool for portal server monitoring

    hi
    'm new to portal administrator. can anyone pls tel how to monitor portal server whether there is any tool for portal server monitoring..
    regards
    raj

    Hi,
    there are many tools for monitoring different stuff on portal in different ways, but as you said you are new i would suggest you to go with manual stuff so that more things can be viewed.
    please check below links for more details:
    http://help.sap.com/saphelp_nwce10/helpdata/en/2e/30e93adccb444b871f3d4e7f905b84/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7b/86eb3f0c49f106e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/5a/84b83b3683094be10000000a11402f/content.htm
    /people/daniel.wroblewski/blog/2007/01/02/mysteries-of-the-portal-activity-report
    /people/daniel.wroblewski/blog/2007/01/17/mysteries-of-the-portal-activity-report-ii
    /people/daniel.wroblewski/blog/2007/01/23/mysteries-of-the-portal-activity-report-iii
    Regards,
    Pavan
    Edited by: Pavan Kumar on Jul 22, 2009 12:38 PM

  • Calculating roundtime for iviews - Portal performance monitoring

    Dear Gurus,
    I have a bunch of iviews that need to be monitored. I am running these BI integrated iviews and want to calculate the rountime for them. currently the way I am doing it, is I enter the variable values for each of the iviews and run them, I switch on a stop clock and then wait till the results come up in the portal. The average run time right now is around 8 mins. This is not because of the portal but because of the time lapse in the back end as well.
    Are there any performance parameters I can activate, or a log I can look into to see the rountime for the iviews without having to manually track the time.
    Any help is appreciated, and generous points for useful answers.

    The method System.currentTimeMillis() returns the current time in milliseconds of type LONG.
    Define a long attribute in the component controller context. map it to the first and last views in the iview. Then in the doInit of the first view of the iview, set it's value to System.currentTimeMillis(). Then, at the end of the last view, use the formula
    Long l = System.currentTimeMillis() - wdContext.currentContextElement().get<YourLongAttribute>();
    This will give the roundabout time taken by the entire iview to execute.
    Divide it by 1000 and u can get the time in seconds, and then divide it by 60 and it gets converted into minutes. print it using ur message manager.
    Below is the small snippet of code i used.
    // Init of First View in the IView
    public void wdDoInit()
       //@@begin wdDoInit()
       wdContext.currentContextElement().setTime(System.currentTimeMillis());
       //@@end
    // DoExit of last View in the IView
    public void wdDoExit()
      //@@begin wdDoExit()
      long l = System.currentTimeMillis() - wdContext.currentContextElement().getTime();
      float f = (float)l/(float)1000;
      wdComponentAPI.getMessageManager().reportSuccess("Time Taken by the IView "f" Seconds");
      //@@end
    Note: wdDoExit() was My last method to get executed. if u use something else, substitute this there.

  • Macbook pro had coffee spilled on it 2 weeks ago, all works fine except monitor display.

    Macbook pro had coffee spilled on it two weeks ago; all working fine now except for the monitor, display is dim and photos not appearing properly. Any suggestions? Apple said would cost too much to repair, anyone had any luck with outside repair facilities? thanks.

    I would check with HP. Your scanner may need a firmware update and updated HP software. Start here:
    http://www8.hp.com/us/en/hp-search/search-results.html?qt=LaserJet+m1217nfw+MFP& cc=us&lang=en&charset=utf-8&qp=&hpn=&hpa=&hps=&hpr=&cat=&current_url=CSSres
    then here:
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=219&lc=en&cc=us&dlc=en&sw _lang=&product=4075472

  • Getting portal exception error to call catalog in Portal .

    Hi
    I am getting below error when try to call MDM catalog in Portal .
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 11:29_23/07/14_0238_158492050
    See log file for details about this exception
    Caused by:
    com.sapportals.portal.appintegrator.template_processor.TemplateParserException:
    Unable to parse template
    '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/dispatcher<Request.DistributionZone>/<WebDynproNamespace>/<WebDynproApplication><jsessionidInfo[IF_true
    PROCESS_RECURSIVE]>?sap-ext-sid=<ESID[URL_ENCODE]>&sap-wd-cltwndid=<ClientWindowID>&sap-wd-tstamp=<$TimeStamp>&sap-locale=<Request.Locale>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Request.Version[URL_ENCODE]>&<FPNInfo[IF_false
    PROCESS_RECURSIVE]>&<WDPBIntegration[IF_false
    PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&sap-ls-useAnimation=<User.DisableAnimation[OMIT
    BOOL_NEGATE SAP_BOOL]>&<StylesheetIntegration[IF_true
    PROCESS_RECURSIVE]>&<Authentication>&<BusinessParams[PROCESS_RECURSIVE]>&<ForwardParameters
    ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&<User."com.sap.tc.webdynpro".debugParameters>';
    the problem occured at position 0. Cannot process expression
    <System.Access.WAS.protocol> because Invalid System Attribute:’protocol’.
    com.sapportals.portal.appintegrator.template_processor.context.ContextException:
    Invalid System Attribute:
    System:    'System Alias:
    SAP_MDM, System ID:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.srm.mdmcat.root/system/com.sap.pct.srm.mdmcat.sys.mdmcat',
    Attribute: 'protocol'.
    I have already done following test
    1)     https://J2EE verver:51501/webdynpro/dispatcher/sap.com/tc~mdm~srmcat~uiutil/Utilities and connecttion happen .
    2) SAP_MDM system connection is also okay in System landscape .
    3) UI and OCI mapping is also done
    4) Tried all option of PCD parameters
    Getting same error when checked iveiw preview .
    Already raised OSS incident but SAP is taking too much time and playing ping pong between SRM and Portal team .
    I am looking for your value input .

    Hi
    I am getting below error when try to call MDM catalog in Portal .
    Portal runtime error
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID 11:29_23/07/14_0238_158492050
    See log file for details about this exception
    Caused by:
    com.sapportals.portal.appintegrator.template_processor.TemplateParserException:
    Unable to parse template
    '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/webdynpro/dispatcher<Request.DistributionZone>/<WebDynproNamespace>/<WebDynproApplication><jsessionidInfo[IF_true
    PROCESS_RECURSIVE]>?sap-ext-sid=<ESID[URL_ENCODE]>&sap-wd-cltwndid=<ClientWindowID>&sap-wd-tstamp=<$TimeStamp>&sap-locale=<Request.Locale>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Request.Version[URL_ENCODE]>&<FPNInfo[IF_false
    PROCESS_RECURSIVE]>&<WDPBIntegration[IF_false
    PROCESS_RECURSIVE]>&sap-explanation=<User.Explanation[SAP_BOOL]>&sap-ls-useAnimation=<User.DisableAnimation[OMIT
    BOOL_NEGATE SAP_BOOL]>&<StylesheetIntegration[IF_true
    PROCESS_RECURSIVE]>&<Authentication>&<BusinessParams[PROCESS_RECURSIVE]>&<ForwardParameters
    ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>&<User."com.sap.tc.webdynpro".debugParameters>';
    the problem occured at position 0. Cannot process expression
    <System.Access.WAS.protocol> because Invalid System Attribute:’protocol’.
    com.sapportals.portal.appintegrator.template_processor.context.ContextException:
    Invalid System Attribute:
    System:    'System Alias:
    SAP_MDM, System ID:
    pcd:portal_content/com.sap.pct/specialist/com.sap.pct.srm.mdmcat.root/system/com.sap.pct.srm.mdmcat.sys.mdmcat',
    Attribute: 'protocol'.
    I have already done following test
    1)     https://J2EE verver:51501/webdynpro/dispatcher/sap.com/tc~mdm~srmcat~uiutil/Utilities and connecttion happen .
    2) SAP_MDM system connection is also okay in System landscape .
    3) UI and OCI mapping is also done
    4) Tried all option of PCD parameters
    Getting same error when checked iveiw preview .
    Already raised OSS incident but SAP is taking too much time and playing ping pong between SRM and Portal team .
    I am looking for your value input .

  • Portal users monitoring from EP5

    Hi,
    I am using EP5sp6.Is there any way to get information from portal monitoring that how many users have logged on Portal(EP5) in the last 6 months (by week)?" .
    is there any log file to monitor the portal .please provide me the path

    You could probably setup http loggin on the http service of the SAP J2EE engine.
    -Login to the administration console
    -find the http service for an application node and enter it
    -In the general tab check enable login and set the path to log
    Then you could probably use a tool like http://awstats.sourceforge.net/ to analyse the logs.

  • ABAP exception monitoring with Nagios

    Hi all,
    is it possible to monitoring ABAP exception generated by an ABAP proxy receiver with Nagios? If yes, how?
    Thanks

    problem solved... external tables are the solution

  • Portal exception in Business Planning

    Hi Friends,
    Facing issue after successfully configures Integration planning in Portal.
    Go to RSPLAN > Start Wizard> It says   
    404   Not Found
    SAP J2EE Engine/7.00 
    The requested resource does not exist.
    Details:   Go to main page of this application!
    and it is pointing to http://geupg:50000/irj/webdynpro/dispatcher/sap.com/biplanworkbench1/Modeler?
    under tabes of business explorer i am facing the following error:
    500   Internal Server Error
      SAP NetWeaver Application Server 7.00/Java AS 7.00 
    Failed to process request. Please contact your system administrator.
    [Hide]
    Error Summary
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Root Cause
    The initial exception that caused the request to fail, was:
       java.lang.StringIndexOutOfBoundsException: String index out of range: 8
        at java.lang.String.substring(String.java:1441)
        at com.sap.mdi.ddtypes.DDUserDefType.<init>(DDUserDefType.java:33)
        at com.sap.mdi.ddtypes.DDStructure.<init>(DDStructure.java:42)
        at com.sap.mdi.ddtypes.DDDatabaseStructure.<init>(DDDatabaseStructure.java:22)
        at com.sap.mdi.ddtypes.DDFactory.analyseJCOReturn(DDFactory.java:483)
        ... 61 more
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; FunWebProducts)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0014.20071210061512.0000 (release=645_VAL_REL, buildtime=2007-12-10:05:23:29[UTC], changelist=470565, host=pwdfm101), build date: Wed Feb 04 00:00:58 IST 2009
    J2EE Engine 7.00 patchlevel 109886.44
    Java VM Java HotSpot(TM) 64-Bit Server VM, version:1.4.2_12-b03, vendor: Sun Microsystems Inc.
    Operating system SunOS, version: 5.10, architecture: sparcv9
    Session & Other
    Session Locale en
    Time of Failure Thu Feb 19 19:27:31 IST 2009 (Java Time: 1235051851305)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:46:55[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:47:02[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:35:31[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:27[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:15[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:09[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:44:27[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:49:22[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCore 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:33[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/pb_api
    SapDictionaryGenerationCore 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:46:55[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0014.20061002105236.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:47:02[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0014.20060719095755.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:35:31[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:27[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:15[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0014.20061002105432.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:36:09[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0014.20060719095619.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:44:27[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0014.20070703112649.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:49:22[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    SapWebDynproGenerationCore 7.0014.20061002110128.0000 (release=645_VAL_REL, buildtime=2007-11-17:11:52:33[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0014.20071029095230.0000 (release=645_VAL_REL, buildtime=2007-11-17:12:01:49[UTC], changelist=466194, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available null
    Detailed Error Information
    Detailed Exception Chain
    Regards,
    Siva

    hii..
    i am not handling sap side as such..just taking care of the business connector side.
    i need to know if the resulting jco exceptions are due to services running in bc or sap function module side
    thanks

  • Weblogic Portal Exception causing user management issue in portal console

    Hi,
    We have weblogic 10.3 portal configured on Solaris environment. However after starting the servers, when we try to click a user in the user management console, the profile for that user will not come up. Below is the exception we are seeing in logs. Can someone plz help?
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <org.apache.beehive.netui.pageflow.PageFlowRequestProcessor> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1291066715444> <BEA-000000> <Attempting to instantiate SharedFlowControllers for request /mdePortalEarAdmin/util/tree/selectNode.do>
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <EJB> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-004038F8B87980CED400> <> <1291066715497> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.p13n.property.internal.EntityPropertyManager_pmrkio_HomeImpl@6e942e36 threw exception: com.bea.p13n.property.ConfigurableEntitySystemException: Error reading User-Defined property value (propertyValueId 2,001).>
    ####<Nov 29, 2010 3:38:35 PM CST> <Info> <EJB> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <BEA1-004038F8B87980CED400> <> <1291066715500> <BEA-010227> <EJB Exception occurred during invocation from home or business: com.bea.p13n.usermgmt.profile.internal.UserProfileManager_mfa736_HomeImpl@35229eea threw exception: com.bea.p13n.usermgmt.profile.ProfileSystemException: com.bea.p13n.property.ConfigurableEntitySystemException: Error reading User-Defined property value (propertyValueId 2,001).>
    ####<Nov 29, 2010 3:38:35 PM CST> <Error> <PortalAdminTools> <nrdmde01.edc.cingular.net> <MdeManaged1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1291066715512> <BEA-415125> <A ToolsException occured trying to get the resources for com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM:RecentFavoriteItems.
    com.bea.portal.tools.common.exceptions.ToolsException: com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlImpl.getPropertyValues(ProfileManagerControlImpl.java:544)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlBean.getPropertyValues(ProfileManagerControlBean.java:239)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.getItems(ItemService.java:515)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addItem(ItemService.java:447)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addRecentItem(ItemService.java:226)
    at com.bea.jsptools.util.Utilities.addRecentItem(Utilities.java:1521)
    at util.tree.TreeController.setRecentItem(TreeController.java:906)
    at util.tree.TreeController.updateTreeStateBeanForNewlySelectedNode(TreeController.java:693)
    at util.tree.TreeController.selectNode(TreeController.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:360)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)
    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
    at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:686)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.jsptools.servlet.PagedResultServiceFilter.doFilter(PagedResultServiceFilter.java:82)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.portal.tools.servlet.http.HttpContextFilter.doFilter(HttpContextFilter.java:60)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:336)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3502)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2186)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2092)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    com.bea.p13n.controls.exceptions.P13nControlException: Remote exception trying to get properties for user weblogic__userEditor, property set RecentFavoriteItems, property RECENT_ITEM
    at com.bea.p13n.controls.profile.PropertyControlImpl.getProperty(Unknown Source)
    at com.bea.p13n.controls.profile.PropertyControlBean.getProperty(Unknown Source)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlImpl.getPropertyValues(ProfileManagerControlImpl.java:512)
    at com.bea.portal.tools.ugm.controls.ProfileManagerControlBean.getPropertyValues(ProfileManagerControlBean.java:239)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.getItems(ItemService.java:515)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addItem(ItemService.java:447)
    at com.bea.jsptools.patterns.item.ItemService$DefaultItemServiceImpl.addRecentItem(ItemService.java:226)
    at com.bea.jsptools.util.Utilities.addRecentItem(Utilities.java:1521)
    at util.tree.TreeController.setRecentItem(TreeController.java:906)
    at util.tree.TreeController.updateTreeStateBeanForNewlySelectedNode(TreeController.java:693)
    at util.tree.TreeController.selectNode(TreeController.java:335)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:879)
    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)
    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)
    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)
    at global.internal.AbstractBaseController.internalExecute(AbstractBaseController.java:360)
    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)
    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1129)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:687)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)
    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)
    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)
    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)
    at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:180)

    Hi,
    After looking into the error first i dont think you are enter the right password.
    In case if you are entering the right password then you might not have the necessary admin rights on portal.
    Regards,
    Ramanath

  • Portal Exception

    Hello,
    We are implementing MSS on EP7.0 and when a manager is trying to Approve a Travel Request in the UWL , he gets the following :
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 02:19_14/03/11_0022_4406950
    Refer to the log file for details about this exception.
    When I looked at the NWA Logs , saw the following error:
    02:15_14/03/11_0021_4406950
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/sap/bc/webdynpro/&lt;WebDynproNamespace&gt;/&lt;WebDynproApplication&gt;/;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;?sap-ep-iviewhandle=007&lt;ESID[HASH]&gt;&amp;sap-wd-configId=&lt;WebDynproConfiguration&gt;&amp;sap-ep-iviewid=&lt;IView.ShortID&gt;&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID&gt;&amp;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;sap-wd-tstamp=&lt;$TimeStamp&gt;&amp;&lt;FPNInfo[IF_false PROCESS_RECURSIVE]&gt;&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PARAMETER_MAPPING PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;&#39;; the problem occured at position 310. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;#39;SAP_LocalSystem&amp;#39;,
    Attribute: &amp;#39;client&amp;#39;.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:125)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    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.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    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.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
    at java.security.AccessController.doPrivileged(AccessController.java:246)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Please help.
    Any help would be highly appreciated.

    Thanks again.
    I enabled the UWL Trace at the place you mentioned and then clicked on the Workitem in the Inbox, now where do I check the actual Trace.?
    Also I changed the Property tag as:
    <Property name="System" value="MY_ECC_SYSTEM_ALIAS_NAME"/>
    Now I get the following dump on clicking the workitem:
    The following error text was processed in system R3Q : Value null of URL parameter SAP_FITV_PERSNO has the wrong type
    The error occurred on application server <Host Name>_R3Q_00 and in work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call hierarchy was:
    Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Pls help.
    Edited by: SAPEPDeveloper on Mar 15, 2011 8:33 PM

  • ESS Portal Exception

    Hi Folks
    We have implemented leave requests in ESS Portal. Copy of WF12300111 is used. The WF works fine. The request is routed to the correct approver's UWL. However when the approver clicks on the work item to open it, the portal pop up window shows an exception is occured. How to fix this error. Can anyone guide how to remove this exception in the Approver's page. 
    Regards
    Waz

    Hi
    @Barin: Thanx for the response but it didnt work.
    the complete error from error trace is:
    Error:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Exception occured in layer CommonTopLayer
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         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.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         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.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Error 2
    Content pass of Application Integrator failed.
    Component Name:       com.sap.portal.appintegrator.sap.WebDynpro,
    Context Name (iView): pcd:portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.uwlSapWebDynproLaunch,
    Top Layer:            WebDynpro/TopLayer,
    Producer ID (FPN):    null,
    System Alias:         SAP_WebDynpro_XSS,
    Thanks & Regards
    Waz

  • Portal Exception -- InvalidArgumentException

    Hello,
    The environment is WLP sp1 in Win2K .
    We have three pages 010.jsp, 020.jsp, 030.jsp.
    010.jsp has two action buttons which forward the requests to 020.jsp and
    030.jsp respectively.
    I press the button links to 030.jsp in the page 010.jsp .
    Before the action finished, I press the stop button of the browser and press
    another button link to 020.jsp .
    It has the following exception:
    Webflow Configuration Error:
    XML File: portal.wf
    Current Namespace: portal
    Configuration Error Message:
    Exception[com.bea.p13n.appflow.exception.InvalidArgumentException: The
    origin named [030.jsp] in namespace [Employee] in application
    [employeeportal] does not have an event named [020.go].]
    The portal server treats 030.jsp as the active page, but what we see in the
    browser is still 010.jsp.
    How can I solve this problem?
    Sincerely,
    Alan

    Hmmm. It appears there are some differences. It looks like the migrator tool didn't
    properly migrate this one. Let me resync the one from sampleportal and see what
    happens.
    Steve
    "Daniel Selman" <[email protected]> wrote:
    Steve,
    I suspect a bad version of admin_portal.wf to be the culprit. Opening
    the
    one shipped with 7.0 I see:
    <event event-name="link.page_attr">
    <destination namespace="admin_portal"
    node-name="set_page_attributes" node-type="jsp"/>
    </event>
    Perhaps you have sync'ed a version from 4.0?
    Sincerely,
    Daniel Selman
    "Steve Lewis" <[email protected]> wrote in message
    news:[email protected]..
    Okay, so I migrated my EBCC files from Portal 4 to Portal 7. But Ican't
    add my
    portlefts to my page. Several of the links break on the manage portalpages link.
    (manage_portal_pages.link)
    Under "Available Pages" Attributes breaks, Entitlements breaks, andEdit
    Portlets
    breaks.
    I know this isn't a giant problem, but it's kind of disappointing.I'm
    logged
    into ebizAppTools as administrator.
    Steve
    Exception[com.bea.p13n.appflow.exception.InvalidArgumentException:The
    origin
    named [manage_portal_pages.jsp] in namespace [admin_portal] in application[tools]
    does not have an event named [link.page_attr].]

  • ESB exception monitoring

    Hi,
    I'm developing some ESB flows on which i should implement a sort of monitor application.
    This application should work as a custom ESB Control.
    I've seen I can redirect the output of the external services or adapters I call, for example, to a JMS queue, which feeds my custom ESB Control.
    The problem is with exceptions; if one of that called service throws an exception I'm not able to catch it.
    I've seen a particular JMS queue on which ESB rely: jms/topic/ESB_ERROR, which, as I can understand, contains all errors received by ESB flows, for which tracking options is enabled.
    I'm wondering if there is a way to subscribe and consume that queue. Or better, if I can redirect errors to an AQ based queue, to ensure presistence or these message.
    Thank you in advance,
    Lisa

    Hi,
    Please follow this link
    ESB Error Handling - Best Practise?
    Page 2
    follow rch181 posting

  • "Enterprise Portal" exceptions

    Hi EP's experts,
    I'm working on BI 7 with the EP.
    I'm trying to create exceptions on a query in the EP in order to put colour on key figures or rows.
    I followed step by step the process to have colour :
    - Options/Exceptions/Add
    1. Status exception
    2. Exception defined on a key figure with value bad3
    3. Exception acts on all elements and all cells of characteristics (rows & columns)
    4.... 5. Active exception
    But no colour appears.
    I hope you could help me.
    Cheers,
    Vince.

    According to SAP Note 917950
    Which functionalities of BEx Web in SAP NetWeaver 2004s are requiring a
    Portal?
    o New BEx Web Application Designer (Unicode, Command Wizard, ...)
    o Exporting to PDF and Printing
    o Integrated Planning
    o Drag&Drop (Analysis Web Item)
    o Web Items (Container Layout, Menu Bar, Tab Pages, Button Group,
    o Formatted Reporting with BEx Report Designer
    o Document Integration with storage in Knowledge Management

Maybe you are looking for

  • Best practices for performance on io and storage.

    I'm building / buying a new server was planning on going virtual. Dual xeon 2620 v3 with 64 GB ram we have about 15 users and 14 remote users. Main server 2008 / 2012 SQL 2nd Server 2008 / 2012 File storage 3rd Server / Terminal Services / Citrix (ma

  • Restrictions of movement types in MIGO

    Hello, When I select goods receipt in MIGO, I would like the system to avoid using 201 movement type. I mean, if I select goods receipt, it should only work for goods receipt Is there a way that I can block other movement types like this? I tried to

  • Good (and free) MP3 tag edito

    Can anybody recommend a good (and maybe free) MP3/WMA tag editor ? It should be possible to mark and edit multiple files at the same time...Message Edited by Beano on 08-05-2005 03:28 AM

  • Help with Library Items

    How do I change the titles of a couple of pages, eg "Biography" to "About"  and how do I delete some pages?

  • RFC adapter minpoolsize

    Anyone, who knows how to set the minimum number of connections for an RFC adapter? In communcation channel in the integration builder of the RFC adapter you can set the maximum number of connection - I wonder if you are able to set the minimum number