<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Null pointer exception from ESS leave request and approval scenario in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576909#M2396830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow the portal changes the user to "Guest" when accessing the iView. As a temporary solution I gave "Guest" access to the portal. Still searching for a better way though... We have multiple portals and this behaviour is only on the development machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana Natanegara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2010 17:37:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-08T17:37:15Z</dc:date>
    <item>
      <title>Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaq-p/6576902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to implement the ESS leave request and approval scenario. The last time I checked the application (in early December), it was working fine. Now it causes a Null Pointer Exception. Here is the error code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The initial exception that caused the request to fail, was:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;java.lang.NullPointerException&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.checkRelatedModelObject(DynamicRFCModelClass.java:751)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setRelatedModelObject(DynamicRFCModelClass.java:768)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;at com.sap.xss.hr.lea.model.Pt_Arq_Request_Check_Input.setIm_Request(Pt_Arq_Request_Check_Input.java:222)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;at com.sap.xss.hr.lea.form.FcForm.copyForCheck(FcForm.java:889)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;at com.sap.xss.hr.lea.form.FcForm.check(FcForm.java:340)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;... 63 more&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occurred in both leave request an approval, after the first step (click on the u201Cchecku201D button). I tried the debug mode, but the error seems to happen even before the debugger started. When I use PTARQ to send a leave request, the application is working well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have sap_all and sap_new. All the portal roles are mapped to the backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really donu2019t know where the Error comes from. Maybe someone has encountered the same problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated! Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana Natanegara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jan 2010 17:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaq-p/6576902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-23T17:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576903#M2396824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try restarting the J2EE engine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 10:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576903#M2396824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T10:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576904#M2396825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please check the or Post the Log file(trace file) So that we can anlyse the actual problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Chittya Bej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 10:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576904#M2396825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T10:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576905#M2396826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;(in early December&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you applied any patches .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 11:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576905#M2396826</guid>
      <dc:creator>former_member227283</dc:creator>
      <dc:date>2010-01-25T11:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576906#M2396827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the tips!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried restarting the engine, it doesnu2019t have any effect. All other Services are working fine (we also have CATS in the ESS and there are no problems here). We installed SP 50 for the ERP in December. I have also checked if there are new SAP Notes regarding this, but have found none that matches. Here is the full log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception occured during processing of Web Dynpro application sap.com/ess~lea/LeaveRequest. The causing exception is nested. &lt;/P&gt;&lt;P&gt;[EXCEPTION]&lt;/P&gt;&lt;P&gt; java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.checkRelatedModelObject(DynamicRFCModelClass.java:751)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setRelatedModelObject(DynamicRFCModelClass.java:768)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.model.Pt_Arq_Request_Check_Input.setIm_Request(Pt_Arq_Request_Check_Input.java:222)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.FcForm.copyForCheck(FcForm.java:889)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.FcForm.check(FcForm.java:340)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.wdp.InternalFcForm.check(InternalFcForm.java:2046)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.FcFormInterface.check(FcFormInterface.java:127)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.wdp.InternalFcFormInterface.check(InternalFcFormInterface.java:1891)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.wdp.InternalFcFormInterface$External.check(InternalFcFormInterface.java:1987)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.VcFormEdit.check(VcFormEdit.java:270)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.wdp.InternalVcFormEdit.check(InternalVcFormEdit.java:1080)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.VcFormEditInterface.isConsistent(VcFormEditInterface.java:216)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.wdp.InternalVcFormEditInterface.isConsistent(InternalVcFormEditInterface.java:212)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.wdp.InternalVcFormEditInterface$External.isConsistent(InternalVcFormEditInterface.java:288)&lt;/P&gt;&lt;P&gt;at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:508)&lt;/P&gt;&lt;P&gt;at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)&lt;/P&gt;&lt;P&gt;at com.sap.pcuigp.xssfpm.wd.FPMComponent.access$600(FPMComponent.java:78)&lt;/P&gt;&lt;P&gt;at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.raiseReviewAndSaveEvent(FPMComponent.java:948)&lt;/P&gt;&lt;P&gt;at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.raiseReviewAndSaveEvent(FPMComponent.java:1111)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.editbuttons.VcFormEditButtons.nextStep(VcFormEditButtons.java:212)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.editbuttons.wdp.InternalVcFormEditButtons.nextStep(InternalVcFormEditButtons.java:182)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.VcFormEditButtonsView.onActionNextStep(VcFormEditButtonsView.java:156)&lt;/P&gt;&lt;P&gt;at com.sap.xss.hr.lea.form.edit.wdp.InternalVcFormEditButtonsView.wdInvokeEventHandler(InternalVcFormEditButtonsView.java:328)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)&lt;/P&gt;&lt;P&gt;at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1300)&lt;/P&gt;&lt;P&gt;at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:327)&lt;/P&gt;&lt;P&gt;at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:869)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)&lt;/P&gt;&lt;P&gt;at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)&lt;/P&gt;&lt;P&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)&lt;/P&gt;&lt;P&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)&lt;/P&gt;&lt;P&gt;at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)&lt;/P&gt;&lt;P&gt;at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)&lt;/P&gt;&lt;P&gt;at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)&lt;/P&gt;&lt;P&gt;at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana Natanegara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2010 13:44:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576906#M2396827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-25T13:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576907#M2396828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the problem and thererofe will close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Diana Natanegara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 11:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576907#M2396828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T11:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576908#M2396829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But can you tell us what is the solution?I am facing a similar issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 17:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576908#M2396829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T17:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576909#M2396830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow the portal changes the user to "Guest" when accessing the iView. As a temporary solution I gave "Guest" access to the portal. Still searching for a better way though... We have multiple portals and this behaviour is only on the development machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Diana Natanegara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 17:37:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576909#M2396830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T17:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576910#M2396831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you clarify exactly what it was that fixed this problem we have the same issue and I have given guest access to the iviews involved but still get the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 15:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576910#M2396831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-19T15:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception from ESS leave request and approval scenario</title>
      <link>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576911#M2396832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, sorry for the late answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible that the error is coming from another source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved my Problem, after I analysed the protocol and traces in the SAP Neatweaver Administrator section. There I found that the Portal User was beeing changed to "Guest" and the error message was "User has no authorization".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can also look up the trace file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have already solved the problem or that this can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Diana Natanegara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 12:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/null-pointer-exception-from-ess-leave-request-and-approval-scenario/qaa-p/6576911#M2396832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T12:32:13Z</dc:date>
    </item>
  </channel>
</rss>

