BRF plus rules in usmd_rule suddenly stop executing

Hi Experts,
We have implemented some BRF rules for Material entity and Unit of measure entity using USMD_RULE.
But today they suddenly stop working and the rule are not getting executed.
For e.g. net weight versus gross weight , we have rule created which will throw error when the former is more than latter.
How can we know where the actual problem, where its raising and how can we solve it.
Thank You,
Shaila.

Hi Shaila,
We had the same issue before. Please determine which are the last rules you entered because you might potentially have a rule that affects the same field and thus the system would not know how to react because there are 2 rules impacting the same field when your change request is accessed. My suggestion would be to deactivate that rule and check again. That would indicate if there is any problems with your last BRF+ rules.
Regards
Riaan

Similar Messages

  • Why has one webstart app suddenly stopped executing?

    I have been busy updating my site to be PHP based. I have 2 applications on my web site, and for no reason that I can see one of them has stopped working.
    When I try to run it, the jnlp text is displayed in the browser. If it were a problem with the .htaccess file then the other application wouldnt run either?
    I have a shortcut of the application on my desktop which was downloaded recently and this runs fine. It also runs fine in Netbeans.
    When I click on the link on the web site the file just opens. It never used to do this.
    Can someone take a look at my site and resolve this for me? I have tried everything I can think of. Even the link on my old html site no longer launches the game.
    Link which works: Solundria Click on Play Solundria button (The game will eventually start...)
    Link which no longer works: Snappy
    Ive tried editing the jnlp, resetting permissions, cleaning and building project and uploading but I am Stumped!
    I will give 10 stars for a solution to this problem. Help with this really appreciated!
    Edited by: RoseWood on Nov 13, 2008 7:29 PM
    Edited by: RoseWood on Nov 13, 2008 7:31 PM

    Sorry to bother everyone but I managed to fix the problem. In case this happens to anyone else, I managed to fix it by placing a copy of the .htaccess file in every place I had a jnlp file. (Not sure why this is now needed)

  • Timers stop executing all of a sudden!

    Apologies for a lengthy question :-)
    I have a dedicated form to which a timer is attached and it polls table every 30 sec to search for some data.
    The form is opened on load of the main form and is present through out the app is open.
    The timer suddenly stops executing at certain points in time, mostly when there are alerts displayed on the screen. It never expires thereafter, until i go and click on the notification form. Mysteriously as soon as I click on the notification form, the timer expires and it works properly.
    three things I require help on....
    1. Any explanation as in why the timer stops working and resumes as soon as I click on the form?
    Note: There are no "when new block instance" triggers on the form. It has only new-form instance in which we create timer and when timer expired trigger.
    2. Any solutions to the above problem. Can I move the focus to that window some how? Where should I use "Go_form"?
    3. Any alternatives to this approach to query data periodically from the table?
    Thanks and Regards
    Shree

    Hi
    I thing (and not sure of) the reason that timer halt on certain points in time is that Forms does not support multithreading, that means the whole program is running instructions one by one, and if the program reaches instruction that requires user intervention, any instructions following that will not execute and the program enters a loop waiting the user, once the user interacts, the program continue with next instruction. Timers are instructions inside the body of the program and any timer will not execute its triggers if any kind of user intervention is required.
    Note : there is a different behavior when using CALL_FORM or OPEN_FORM, one continue executing the following code, and the other does not.
    I do not know why this behavior exists in Forms, because Timer (by its name) should not stop executing its triggers no matter what happen in the form.

  • Regarding BRF plus

    Hi,
    We are trying to implement the BRF Plus in our company.And generate the webservice.
    We are able to create POC's and created webservices.
    But rule set can be achieved by BRF plus only with the person who is familiar with programming and not by end-user.It might be bit difficult for them.
    Is there any way end-user can use BRF-Plus to write their own rules(if not with BRF plus with other SAP technologies)???
    Cheers - Anna.

    Hi Carsten,
    Thanks for the reply.
    Our system is in the package EHP4 FOR SAP ERP 6.0 / NW7.01.Whether this is ok to start our developments for BRF+?
    And with the current package,I am trying to find the difference between two dates and trying to store in the temporary variable(same type of source),I get an error 'Required calculation is not possible with these operands (Details) Display Longtext'.
    Since we need to execute for large customer volume,so all our select we are using in the program,and calling the BRF+ in the runtime.Whether it is possible to pass the values  from the program to BRF + using the component ID?
    If we are using the component ID in development,if transportng to production then the ID will change,whether we can change the ID dynamically in program?
    Sorry to bother you with so many queries.
    Thanks in Advance.
    Annamalai.

  • Acrobat x Pro 10.1.3 suddenly stopped working

    Today Acrobat suddenly stopped working insofar as it just would not start. Looking in the task manager shows it starts then stops.
    This is on a Win 7 x64.

    Found this by an Adobe Staff Member if this other post http://forums.adobe.com/message/4507225#4507225 and it seems to work.
    Amrita Chakrabarti, 
    Jun 20, 2012 7:23 AM   in reply to bh241
    Report
    For all the users who have faced a problem where Acrobat did not launch after 30 days of serializing with a suite serial number, please execute the following workaround:
    Make sure you are connected to the internet.
    Launch a regular  CS6 product other than Acrobat or Flash Builder (for example: Photoshop, After Effects, Premier Pro, InDesign, Flash Professional, Illustrator, Dreamweaver.)
    Click on Help->Deactivate .
    Deactivate the application. Quit application.
    Launch a regular  CS6 product other than Acrobat or Flash Builder (for example: Photoshop, After Effects, Premier Pro, InDesign, Flash Professional, Illustrator, Dreamweaver.)
    Accept Eula.
    Register trial by signing in. Let the app launch.
    Quit and relaunch the app. Wait for UI to come.
    Click on License This Software button on the UI.
    Click on Sign in .
    Serial number screen will come
    Enter the serial number in the serial number screen and click Next.
    Quit app and relaunch the app while connected on the internet .
    After this if you launch Acrobat it will launch and run forever without trouble. In case you still face a problem , try relaunching the other CS6 app once more and then launch Acrobat.
    Feel free to send me a private message if you need any more help with this.

  • Loop in BRF Plus

    Hi Experts,
    I am using loop in BRF plus to loop at an internal table. Within the loop, I want to access the value one field of the table and do some processing on it via formula expression. The return value after processing is being captured in another data object of type element. Can this only be done via rule in loop to process the formula expression? If rule is the only way, then how can we further use the intermediate data element ( holding the processed value) in further rules inside this loop?
    Thanks
    Mamta Saboo

    Hi Mamta,
    Within Loop Expression, you can create multiple rules.
    The variable which hold the processed value evaluated from first rule can be access in next rule within same Loop expression and without any data loss.
    Just try to access to assign/use variable in next rule..it will work.
    regards, Tiwari

  • J2ee server has suddenly stopped running with exit code -11113

    Hi,
    Have installed WAS 6.40 portal and TREX on same machine.
    j2ee server has suddenly stopped with exit code -1331.sdm and dispatcher are working fine.
    Please help..!
    here is the default trace file
    #1.5#000C29352CBB001400000149000008C400042E8904DE861B#1177065933781#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#sap.com/irj#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#Guest#192####59a32750edc011dbbdea000c29352cbb#Thread[ThreadPool.Worker7,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Pull packages failed - java.io.IOException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:194)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB00E600000000000008C400042E89108312C3#1177066129093#com.tssap.dtr.server.deltav.nameres.impl.SecureStoreNameServerConfig#sap.com/tcdtrenterpriseapp#com.tssap.dtr.server.deltav.nameres.impl.SecureStoreNameServerConfig#Guest#192####b885af50ef2c11dbcb71000c29352cbb#Thread[Scheduler_com.tssap.dtr.server.deltav.nameres.ProcessNameReservationsTask\#176_workerThread\#0,1,Scheduler_com.tssap.dtr.server.deltav.nameres.ProcessNameReservationsTask\#176]##0#0#Warning#1#/dtr/nameres#Java###error while retrieving data from secure-store
    [EXCEPTION]
    #1#com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID sapcomtcdtrenterpriseapp
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.tssap.dtr.server.deltav.nameres.impl.SecureStoreNameServerConfig.loadConfiguration(SecureStoreNameServerConfig.java:54)
         at com.tssap.dtr.server.deltav.nameres.impl.NameReservationManager.loadNameServerConfiguration(NameReservationManager.java:162)
         at com.tssap.dtr.server.deltav.nameres.impl.NameReservationManager.processQueue(NameReservationManager.java:231)
         at com.tssap.dtr.server.deltav.nameres.ProcessNameReservationsTask._run(ProcessNameReservationsTask.java:35)
         at com.tssap.dtr.pvc.basics.transaction.AbstractSessionBoundTask.run(AbstractSessionBoundTask.java:37)
         at com.tssap.dtr.pvc.util.scheduler.Invocation$Worker.run(Invocation.java:130)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB00140000014A000008C400042E8916B567FD#1177066233031#com.sapportals.wcm.service.ice.wcm.ICEHttpConnection#sap.com/irj#com.sapportals.wcm.service.ice.wcm.ICEHttpConnection#Guest#192####59a32750edc011dbbdea000c29352cbb#Thread[ThreadPool.Worker7,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Cannot contact ICE server - com.sapportals.wcm.WcmException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.util.http.slim.SlimRequester.doPerform(SlimRequester.java:608)
         at com.sapportals.wcm.util.http.slim.SlimRequester.perform(SlimRequester.java:257)
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:164)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB00140000014B000008C400042E8916B570EB#1177066233031#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#sap.com/irj#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#Guest#192####59a32750edc011dbbdea000c29352cbb#Thread[ThreadPool.Worker7,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Pull packages failed - java.io.IOException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:194)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB000D0000001F000008C400042E8919E67A90#1177066286578#com.sap.portal.jsp#sap.com/irj#com.sap.portal.jsp#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_38##0#0#Warning#1#/System/Server#Java###null
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:270)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#000C29352CBB000D00000020000008C400042E8919E696EC#1177066286578#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_38##0#0#Error#1#/System/Server#Java###Exception ID:06:51_20/04/07_0132_8358550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : UserManagement.UserManagementMain
    Component class : com.xyz.usermanagement.core.UserManagementMain
    User : ncarste
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:51)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 36 more
    Caused by: java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:270)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         ... 41 more
    #1.5#000C29352CBB00180000000F000008C400042E891F950BA4#1177066381890#com.sap.portal.jsp#sap.com/irj#com.sap.portal.jsp#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_34##0#0#Warning#1#/System/Server#Java###null
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:270)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#000C29352CBB001800000010000008C400042E891F951BEF#1177066381890#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_34##0#0#Error#1#/System/Server#Java###Exception ID:06:53_20/04/07_0133_8358550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : UserManagement.UserManagementMain
    Component class : com.xyz.usermanagement.core.UserManagementMain
    User : ncarste
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:51)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 36 more
    Caused by: java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:270)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         ... 41 more
    #1.5#000C29352CBB001100000198000008C400042E892504640C#1177066473062#com.sapportals.wcm.service.ice.wcm.ICEHttpConnection#sap.com/irj#com.sapportals.wcm.service.ice.wcm.ICEHttpConnection#Guest#192####a71f1491edbf11dba7d1000c29352cbb#Thread[ThreadPool.Worker8,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Cannot contact ICE server - com.sapportals.wcm.WcmException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.util.http.slim.SlimRequester.doPerform(SlimRequester.java:608)
         at com.sapportals.wcm.util.http.slim.SlimRequester.perform(SlimRequester.java:257)
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:164)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB001100000199000008C400042E892504642F#1177066473062#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#sap.com/irj#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#Guest#192####a71f1491edbf11dba7d1000c29352cbb#Thread[ThreadPool.Worker8,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Pull packages failed - java.io.IOException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:194)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB00110000019A000008C400042E89289DD7BB#1177066533437#com.sapportals.wcm.service.ice.wcm.ICEHttpConnection#sap.com/irj#com.sapportals.wcm.service.ice.wcm.ICEHttpConnection#Guest#192####a71f1491edbf11dba7d1000c29352cbb#Thread[ThreadPool.Worker8,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Cannot contact ICE server - com.sapportals.wcm.WcmException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.util.http.slim.SlimRequester.doPerform(SlimRequester.java:608)
         at com.sapportals.wcm.util.http.slim.SlimRequester.perform(SlimRequester.java:257)
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:164)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB00110000019B000008C400042E89289DDB04#1177066533437#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#sap.com/irj#com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber#Guest#192####a71f1491edbf11dba7d1000c29352cbb#Thread[ThreadPool.Worker8,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###Pull packages failed - java.io.IOException: sending request to: http://172.19.177.47:50001/irj/servlet/prt/portal/prtroot/com.sap.km.cm.ice request uri:  Connection refused: connect
         at com.sapportals.wcm.service.ice.wcm.ICEHttpConnection.getOutput(ICEHttpConnection.java:194)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.pullPackage(ICESubscriber.java:150)
         at com.sapportals.wcm.service.ice.wcm.subscriber.ICESubscriber.run(ICESubscriber.java:101)
         at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:171)
         at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:107)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#000C29352CBB003000000028000008C400042E892CEAA96A#1177066605437#com.sap.portal.jsp#sap.com/irj#com.sap.portal.jsp#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_6##0#0#Warning#1#/System/Server#Java###null
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:270)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#000C29352CBB003000000029000008C400042E892CEAC648#1177066605562#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_6##0#0#Error#1#/System/Server#Java###Exception ID:06:56_20/04/07_0134_8358550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : UserManagement.UserManagementMain
    Component class : com.xyz.usermanagement.core.UserManagementMain
    User : ncarste
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:51)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 36 more
    Caused by: java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:270)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         ... 41 more
    #1.5#000C29352CBB001A00000028000008C400042E8934452A55#1177066728921#com.sap.portal.jsp#sap.com/irj#com.sap.portal.jsp#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_1##0#0#Warning#1#/System/Server#Java###null
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:119)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#000C29352CBB001A00000029000008C400042E8934453D75#1177066728921#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#ncarste#16318##EP6SR1.holnam.com_DV1_8358550#ncarste#4be48ab0ef2c11db836b000c29352cbb#SAPEngine_Application_Thread[impl:3]_1##0#0#Error#1#/System/Server#Java###Exception ID:06:58_20/04/07_0135_8358550
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : UserManagement.UserManagementMain
    Component class : com.xyz.usermanagement.core.UserManagementMain
    User : ncarste
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.xyz.usermanagement.core.UserManagementMain.doContent(UserManagementMain.java:118)
         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:646)
         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:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         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:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:51)
         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.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 36 more
    Caused by: java.lang.NullPointerException
         at jsp._sapportalsjsp_AccountAdminView.subDoContent(_sapportalsjsp_AccountAdminView.java:119)
         at jsp._sapportalsjsp_AccountAdminView.doContent(_sapportalsjsp_AccountAdminView.java:45)
         ... 41 more
    Thanks
    Rocky

    Hi Rocky,
    1)Goto configtool directory and run confgitool.sh
    <drive:\>\usr\sap\sid\JC<InstanceNumber>\J2EE\configtool\configtool.sh
    2)Under Clustre Data -> Global Server Configuration -> Services -> com.sap.security.cor.ume.services
    3)Now find the parameter - ume.persistence.data_source_configuration
    And change to default value (The default - dataSourceConfiguration_database_only.xml)
    4)Click on set and then apply the setting. Then restart the server.
    Hope it will be helpful.
    Thanks & regards
    Arun Singh

  • Speakers suddenly stopped working

    my sounds suddenly stopped working. After talking to a couple of knowledgeable people, I uninstalled the Realteck audio driver, and then I had decent sound coming through the speakers ! This is for an HP desktop, a6750y
    So then I tried to re-install the driver. Although the driver had the same file name, it was newer than the one previously on the system, so I re-installed it, and once again, no sound. So I uninstalled this version, but now I have no sound !!!!
    I do get sound through the headphones.
    here's what I installed, but it's not working.
    This question was solved.
    View Solution.

    William, welcome to the forum.
    Have you checked in "Control Panel / Sound" to assure that your sound device is selected as the default?  I have had this happen to me many times over the years; especially, if I have made changes of any kind to my computer.
    Please click the "Thumbs Up+ button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Printhead suddenly stopped working

    About 4 years ago I bought the photosmart plus b210a all-in-one and about a year later after replacing the ink cartridges as instructed for this particular model and as i had done everal times already, It suddenly stopped working. It ran the test page print fine but when i went to scan an item it wouldnt scan at all. I ran through all troubleshooting and everything pointed to a broken printhead.  This simply doesnt make sense.  I recently found this printer in the closet where i put it after the issue.  I want to use it again but found that these printshoes can cost upwards from $50, thats almost the price i paid for the printer back then.  I might as well just get another shotty printer. This printer constantly gave me problems especially since it liked to reset its network connectivity constantly.  anyway i believe this issue to be the fault of hp selling a shotty product. however since i dont have the money to buy a new printer and since it was practically new when it broke itself i want to find a way to fix this.  I will not pay for a print shoe that costs almost as much as the printer itself it is ridiculous and reeks of corporate greed.

    Hi @queer1 
    I think it might be best for you to call us so we can discuss what options are available to you. If you are in Canada or US call 800 474 6836, or you can Contact HP Worldwide.
    I hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • BRF Plus for CRM

    Hi! Can I find out whether the full functionality of BRF Plus is available for CRM 7.0 EnhP1?
    I have looked around SDN and search on other sites but could not find specific information relating to CRM. I can find lots of information about BRF+ itself though.
    Appreciate any clarification on the above.
    Cheers!
    SF

    One of my holy grails for BRF+ was to prewire the one order framework with BRF+ rules that would handle common requests.
    It really wouldn't be that hard except writing it generically.  Perhaps I will get around to that once I'm finished with EHP3 and other stuff.
    Oh BTW: if you look hard enough in CRM there are some BTE events that SAP developed that invoke BRF+ rules. I can't remember the function modules, but they do exist.
    Take care,
    Stephen

  • BRF Plus - features

    Dear All - Our customer is considering the use of BRF Plus for their rules management and need information on the following:
    1. Performance for large large rule sets - multiple instances of the engine for large, global and centralized installation
    2. Details on the rules API and clear separation of the rule base from UI.
    3. Understanding of how the engine handles chained rules. Do we have a choice on the strategy
    (forward/backward chaining) for rule processing.
    4. How does the engine handle conflict resolution? This occurs when there are conflicting rules.
    5. Maintenance of the rules and the ability to monitor the rule engine
    Appreciate any information so we provide correct fedback to the customer.
    Thanks.

    Hi Michael,
    Thanks for helping us out.
    When we do application clean up we get short dump with the following error 'A column name from a dynamically specified clause is ambiguous.'.
    Not sure what this error means. We have implemented the oss note you mentioned and also do transport analysis. There we encounter lots of unnamed and unused guids, we have to manually delete these guids individually before the status turns green and be ready for release purpose. We thought we could do this using application clean up but somethings not working there.
    Yes we are on NW7.01
    Cheers,
    Lohith

  • BRF Plus

    There is a need at a large industrial services company to use fairly complex sets of rules (ALL event based) to data coming from a data warehouse (ODS).  They plan to use PI as well. I have gone through the documentation of BRF plus (forums etc..).
    Our plan was to recommend use of PI to read data from the DW, pass it through the rules engine & call a BAPI to post data in ECC6.  My questions:
    1. Is this feasible?
    2. How does PI call this BRF plus application?
    3. How does BRF plus call the BAPI (where is it set up to be called)
    Let me know.  Thanks.

    1. Is this feasible?
    Sure, you may use web services or RFC to coenct various systems.
    Maybe you also use BRFplus in our BI in case it is SAP BI. BRFplus runs in all ABAP stacks.
    2. How does PI call this BRF plus application?
    Either plug in some code and call by RFC or do a web service call. BRFplus exposes its rules as a function whcih can be seen as a rules service.
    3. How does BRF plus call the BAPI (where is it set up to be called)
    BRFplus can call ABAP code directly as part of the rules. E.g. function modules may be called. In case there is no good function module or you want to do things remotely maybe create one that fits your needs and plug it into BRFplus.
    I know of similar scenarios from other customers and I do not see any issue. But of course, the info provided in the post is very little only.
    in any case I recommend usage of NW 7.0 EhP 2 for the use case.

  • BRF Plus integration to CRM

    I am interested to know whether BRF Plus will be fully integrated into CRM in EHP2?  Currently the list of applications currently is Loyalty Management, Territory Management and Real-time Offer Management, however I wish to use BRF Plus in the Sales and Service scenarios witin CRM7.0.  Will this be available to me or will I have to code the integration into the processes myself?  Have you any documentation to help to code the integration if it is not there for me to use?

    Hi Richard,
    I had a chat with a colleague about this and he showed me a chapter 10 in the book "Practical Workflow for SAP".
    There you find a description of eventing and exit technologies for CRM, HCM, FIN, ...
    Those are all free of modification and allow you not only to use workflow but with a little glue code to also call BRFplus. The glue consists of a call into BRFplus - handing over relevant data and taken back results. This is something that you can also find in several papers in SDN.
    BR,
    Carsten
    P.S. Maybe also the book "BRFplus -- Business Rule Management for ABAP Applications" is interesting for you. Will probably be out Q3 2010.

  • BRF Plus Integration

    Hello
                 i have made an Application for calulating tax in BRF Plus WorkBench ,and simulate the function as well, can anybody tell me how to integrate it with other Applications.

    Hi Monika,
    Go to the transaction, se80, and chose package to view. there you can type in and look for the SFDT package and its sub contents.
    BTW if you have any knowledge about BAPI's etc. then you need to create a factory object and access you BRFplus function through some simple lines of code. If you want to consume these rules in a custom application you can add this code where you want to process your parameters else for consuming this in standard SAP application you need to look for enhancement points or user exits.
    Praitk

  • Hyper Links suddenly stop working ? So does 'ctrl + T/pad'

    Hi everyone,
                         I hope I can explain this for you to uderstand easy.
    I may have 2 or 3 Tabs open and decided to open another, example Amazon. I start to look around and 'say' I want to find a CD cover to make a copy of to paste onto something, I find said CD and then all of a sudden nothing works, no hyper links, zero. The only way I can them to work again is to copy the present page I am on, open a new Tab, paste the link in and all works again ????? But the not the original Tab. Plus if I try the 'ctrl _ T/pad' to open the options you then get ( to then copy subject for one ) nothing, yet I tried this in Google Chrome just to test and see if that works and it does. So what the **** is going on, I have no idea so please can anyone come up with a answer !
    I hope I have this clear enough for someone to help.
    Steve
    PS: As I was even writing this everything suddenly stop, could not even 'highlight' some of the text and copy ( cmd + C )  .........

    Update on my first message.
    I have just tried everything regarding the above on my iMac ( the above problem is on my Macbook Pro' ) and guess what everything works fine ??????
    Went to Amazon for example, found a book cover, pressed 'ctrl + click on mouse' and hey presto it worked ( options open - open link in new tab, download link file, copy image etc ). 
    So can anyone tell me why this does not work on my laptop please !
    Steve

Maybe you are looking for

  • Cannot send email just get a 'relaying' error messgae

    Hi Apologies if this has already been asked:- i have an iphone 4 and have upgraded to the latest version of ios.  But since then I cannot send emails from either my aol or hotmail account. I just get this error message:- A copy has been placed in you

  • Bug in childrenNames() api for Preference class?

    Hi, The following code trhrows an Illegal Argument Exception. import java.uitl.prefs.*; try{ String xyz[] = (Preferences.userRoot()).childrenNames(); } catch (Exception e) { e.printStackTrace(); The exception caught is : java.lang.IllegalArgumentExce

  • ASA 5520 with multiple contexts becomes unresponsive

    Hi all. We have encountered a perculiar problem with a pair of our ASA 5520 firewalls with 2 contexts(each context being active on different ASA). What we are seeing is that sometimes when we have a sudden increase of inbound traffic(mostly HTTP) tow

  • Saved file size decreases with time

    Hi all,  I am using Data acquisition system with  rate 10000 and 1000 sample per channel (exist 4 channels) to acquire analog voltage signals to measure the amplitude in each channel. Moreover the raw signals are saved as TDM file of 1 minute. The sy

  • EM in startup/shutdown loop

    Hi Everyone, I just installed Oracle10g (Personal Edition) on Windows XP and on trying to access the EM I am getting the following error: The database status is currently unavailable. It is possible that the database is in mount or nomount state. Cli