UWL Leave Request Approval and Page Not Found

Hello Everyone,
We are in the process of implementing leave request with EP 70 ECC 6.0 and I am trying to implement the approval portion in the UWL.  The workflow is appearing correctly in the UWL; however, when I click on the request in the UWL, I get a pop up with an error message that has "Page Not Found or Not Available."  Does anyone know what could be causing this?  I have read some of the other messages and transaction SWFVISU has been mentioned, but I am not sure how to set this up or if this would even resolve my problem.
Also, one of the reasons I have decided to go the UWL route is because the Leave Request Approval Web Dynpro has too many steps.  Our users will not like having to click Approve, then Review, then  Approve Request.  If set up correctly, would the UWL have this many steps?  I would imagine so if it is calling the same Web Dynpro, but I thought I would ask.  Ideally I would like to have our Approvers select the Leave then choose approve and that be all they do.
Please let me know what you think.
Best Regards,
Scott

Dear Scott,
I am having this problem as well.
I did 2 things to fix this problem.
Firstly, please go to SWFVISU and check the visualization parameter for the below task.
TS12300097
TS12300104
TS12300116
Make sure it is package value is sap.com/ess~lea. It is not com.sap. Then re-register your UWL and it should be workin.
Let me know if it still does not and you may need to check your WAS setting.
Rewards point if useful
Regards,
Bryan

Similar Messages

  • Publishing Features Property WelcomePageUrl and Page Not Found

    Hello guys,
    I have created a Site Definition using Visual Studio 2012 which generates 3 files for us: Default.aspx - Webtemp_SiteDefinition1.xml - Onet.xml
    I have customized only the onet.xml as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <Project Title="SiteDefinition1" Revision="2" ListDir="" xmlns:ows="Microsoft SharePoint" xmlns="http://schemas.microsoft.com/sharepoint/">
    <NavBars>
    </NavBars>
    <Configurations>
    <Configuration ID="0" Name="SiteDefinition1" CustomMasterUrl="_catalogs/masterpage/mymaster.master" MasterUrl="_catalogs/masterpage/mymaster.master">
    <Lists/>
    <SiteFeatures>
    <!--PublishingPrerequisites Feature-->
    <Feature ID="{a392da98-270b-4e85-9769-04c0fde267aa}"/>
    <!--PublishingResources Feature-->
    <Feature ID="{aebc918d-b20f-4a11-a1db-9ed84d79c87e}"/>
    <!--PublishingLayouts Feature-->
    <Feature ID="{d3f51be2-38a8-4e44-ba84-940d35be1566}"/>
    <!--Publishing Feature-->
    <Feature ID="{f6924d36-2fa8-4f0b-b16d-06b7250180fa}" />
    <!--Sharepoint Server Standard Feature-->
    <Feature ID="{b21b090c-c796-4b0f-ac0f-7ef1659c20ae}" />
    <!--Sharepoint Server Enterprise Feature-->
    <Feature ID="{8581a8a7-cf16-4770-ac54-260265ddb0b2}" />
    <!--Document Set Feature-->
    <Feature ID="{3bae86a2-776d-499d-9db8-fa4cdc7884f8}" />
    <!--Document ID Feature-->
    <Feature ID="{b50e3104-6812-424f-a011-cc90e6327318}" />
    <!--Search Server Webparts Feature-->
    <Feature ID="{eaf6a128-0482-4f71-9a2f-b1c650680e77}" />
    <!-- Termstore Site Features -->
    <Feature ID="73EF14B1-13A9-416b-A9B5-ECECA2B0604C" />
    <Feature ID="7C637B23-06C4-472d-9A9A-7C175762C5C4" />
    <Feature ID="AEBC918D-B20F-4a11-A1DB-9ED84D79C87E">
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="AllowRss" Value="false"/>
    <Property Key="SimplePublishing" Value="false" />
    </Properties>
    </Feature>
    <Feature ID="7916bd78-38dd-4595-a02f-68cd4975144a" />
    </SiteFeatures>
    <WebFeatures>
    <Feature ID="22A9EF51-737B-4ff2-9346-694633FE4416">
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="ChromeMasterUrl" Value="~SiteCollection/_catalogs/masterpage/mymaster.master"/>
    <Property Key="PagesListUrl" Value=""/>
    <Property Key="AvailableWebTemplates" Value=""/>
    <Property Key="AvailablePageLayouts" Value=""/>
    <Property Key="SimplePublishing" Value="true" />
    </Properties>
    </Feature>
    <Feature ID="541F5F57-C847-4e16-B59A-B31E90E6F9EA">
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="InheritGlobalNavigation" Value="true"/>
    <Property Key="IncludeSubSites" Value="true"/>
    <Property Key="IncludePages" Value="false"/>
    </Properties>
    </Feature>
    <Feature ID="94C94CA6-B32F-4da9-A9E3-1F3D343D7ECB" />
    </WebFeatures>
    <Modules>
    <Module Name="DefaultBlank" />
    </Modules>
    </Configuration>
    </Configurations>
    <Modules>
    <Module Name="DefaultBlank" Url="" Path="">
    <File Url="default.aspx">
    </File>
    </Module>
    </Modules>
    </Project>
    This code works very well while creating a Top Level Site Collection or a Site Collection under a Site Collection.
    However when I add the WelcomePageUrl Property of the Publishing Feature (see below), SharePoint throws an error "Page not found - The page you're looking for doesn't exist."
    Note that I would like to set a WelcomePageUrl which would be a customized default.aspx or even renamed aspx file (for example: mydefault.aspx)
    <Feature ID="22A9EF51-737B-4ff2-9346-694633FE4416">
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="ChromeMasterUrl" Value="~SiteCollection/_catalogs/masterpage/LenzeV4.master"/>
    <Property Key="WelcomePageUrl" Value="$Resources:osrvcore,List_Pages_UrlName;/default.aspx"/>
    <Property Key="PagesListUrl" Value=""/>
    <Property Key="AvailableWebTemplates" Value=""/>
    <Property Key="AvailablePageLayouts" Value=""/>
    <Property Key="SimplePublishing" Value="true" />
    </Properties>
    </Feature>
    Please help.

    Hello guys,
    Was on leave so could not reply!
    The trick is to name the module like the custom default page - for example in my case my default page name is "defaultCustom.aspx" hence I named the module <Module Name="defaultCustom" />.
    Here is the entire onet.xml
    <?xml version="1.0" encoding="utf-8"?>
    <Project Title="SiteDefinition1" Revision="2" ListDir="" xmlns:ows="Microsoft SharePoint" xmlns="http://schemas.microsoft.com/sharepoint/">
    <NavBars>
    </NavBars>
    <Configurations>
    <Configuration ID="0" Name="SiteDefinition1" CustomMasterUrl="_catalogs/masterpage/CustomV4.master" MasterUrl="_catalogs/masterpage/CustomV4.master">
    <Lists/>
    <SiteFeatures>
    <!--PublishingPrerequisites Feature-->
    <Feature ID="{a392da98-270b-4e85-9769-04c0fde267aa}"/>
    <!--PublishingResources Feature-->
    <Feature ID="{aebc918d-b20f-4a11-a1db-9ed84d79c87e}"/>
    <!--PublishingLayouts Feature-->
    <Feature ID="{d3f51be2-38a8-4e44-ba84-940d35be1566}"/>
    <!--Publishing Feature-->
    <Feature ID="{f6924d36-2fa8-4f0b-b16d-06b7250180fa}" />
    <!--Sharepoint Server Standard Feature-->
    <Feature ID="{b21b090c-c796-4b0f-ac0f-7ef1659c20ae}" />
    <!--Sharepoint Server Enterprise Feature-->
    <Feature ID="{8581a8a7-cf16-4770-ac54-260265ddb0b2}" />
    <!--Document Set Feature-->
    <Feature ID="{3bae86a2-776d-499d-9db8-fa4cdc7884f8}" />
    <!--Document ID Feature-->
    <Feature ID="{b50e3104-6812-424f-a011-cc90e6327318}" />
    <!--Search Server Webparts Feature-->
    <Feature ID="{eaf6a128-0482-4f71-9a2f-b1c650680e77}" />
    <!-- Termstore Site Features -->
    <Feature ID="73EF14B1-13A9-416b-A9B5-ECECA2B0604C" />
    <Feature ID="7C637B23-06C4-472d-9A9A-7C175762C5C4" />
    <Feature ID="AEBC918D-B20F-4a11-A1DB-9ED84D79C87E">
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="AllowRss" Value="false"/>
    <Property Key="SimplePublishing" Value="false" />
    </Properties>
    </Feature>
    <!--Custom Site Feature-->
    <Feature ID="7916bd78-38dd-4595-a02f-68cd4975144a" />
    <!--Custom Master Page Feature-->
    <Feature ID="{66b35b36-fd66-4a16-ab68-d3b47ae8cbf7}" />
    <!--Custom Layout Page Feature-->
    <Feature ID="{7a226876-f2c4-45da-b09b-bd06598cecac}" />
    </SiteFeatures>
    <WebFeatures>
    <!-- Publishing feature -->
    <Feature ID="22A9EF51-737B-4ff2-9346-694633FE4416">
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="ChromeMasterUrl" Value="~SiteCollection/_catalogs/masterpage/CustomV4.master"/>
    <Property Key="DefaultPageLayout" Value="~SiteCollection/_catalogs/masterpage/Custom.Layout.aspx"/>
    <Property Key="WelcomePageUrl" Value="$Resources:osrvcore,List_Pages_UrlName;/defaultCustom.aspx" />
    <Property Key="SimplePublishing" Value="true" />
    <Property Key="RequireCheckoutOnPages" Value="False" />
    </Properties>
    </Feature>
    <!--This Feature and Properties corresponds to the Navigation Settings UI page-->
    <Feature ID="541F5F57-C847-4e16-B59A-B31E90E6F9EA">
    <!-- Per-Web Portal Navigation Properties-->
    <Properties xmlns="http://schemas.microsoft.com/sharepoint/">
    <Property Key="InheritGlobalNavigation" Value="true"/>
    <Property Key="ShowSiblings" Value="true"/>
    <Property Key="IncludeSubSites" Value="true"/>
    </Properties>
    </Feature>
    <!-- Enterprise Wiki Feature -->
    <Feature ID="76D688AD-C16E-4cec-9B71-7B7F0D79B9CD" />
    </WebFeatures>
    <Modules>
    <Module Name="defaultCustom" />
    </Modules>
    </Configuration>
    </Configurations>
    <Modules>
    <Module Name="defaultCustom" Url="$Resources:osrvcore,List_Pages_UrlName;" Path="">
    <File Url="defaultCustom.aspx" Type="GhostableInLibrary" Level="Draft" >
    <Property Name="Title" Value="$Resources:cmscore,EnterpriseWiki_Site_WelcomePageTitle;" />
    <Property Name="PublishingPageLayout" Value="~SiteCollection/_catalogs/masterpage/Custom.Layout.aspx, Custom Web Part Page" />
    <Property Name="ContentType" Value="$Resources:cmscore,contenttype_welcomepage_name;" />
    </File>
    </Module>
    </Modules>
    </Project>

  • Interactive PDF- email hyperlink bringing up email window and "Page not found" webpage?

    Created interactive pdf with email hyperlink, however, not only does clicking on link bring up email message also brings up "Page not found" in a web browser. How to resolve? Email link setup appropriately in InDesign CC?

    Any suggestions??? Open to trying a work around...

  • OC4J AJP13 Firewalled Connection, Page Not Found and Action Cancelled

    I have a J2EE application that works fine within the company intranet, however the live internet available version is plagued by Action Cancelled and Page Not Found Errors. We also get some queries that hang.
    Having recently switched from Apache2/Tomcat to OHS/OC4J (10gR2), through a halfway house of Apache2/OC4J, I can also state that the problem occurs on these platforms as well. The operational application only uses SSL connections.
    According to our Firewall team idal connection timeouts are in the order of six hours, and we have tried opening all ports between the Web Server and Application Server, just in case we were blocking something, all to no avail.
    We also sometimes get the ie popup for changing between secure and unsecure objects, or displaying secure and unsecure objects, despite having those popups disabled in the browser. The only HTTP call shown within the HTTP trace is a random call from the browser to CONNECT to the application secure base URL which points to a splash page. I have no idea where this is coming from.
    The application concerned is Business Objects.
    Any thoughts.
    Interestingly, when I activate Fiddler, the Microsoft IE HTTP(S) monitor the problem goes away, except for the page hangs which occur when a jsp script requests data.
    I can modify any parameters relating to mod_oc4j, OHS, and the application container.
    Message was edited by:
    thephona

    check your web.xml and struts-config.xml file . Are they correct ? . i mean validate them.
    also are you facing this error in a particular request or in every request.

  • Syncing files constantly issue & page not found when trying to access a file on web

    Can anyone assist with syncing issue. Syncing runs all day and new files are not syncing. I can see the files in web browser (not in desktop APP) however when I try to access the files I get page not found.
    I went into archive (after reading all the forums I coudl find) and I think there are a couple of damaged files as when I tried to delete them I received an encountered 'error' and could not permanently delete.
    I need assistance to get my syncing fixed, and page not found fixed.
    Help!
    Thanks@

    There can be a number of causes for not being able to access file form web browser.  One, you might be writing to wrong directory.  Two, you might not have sufficient privileges to either write to directory or overwrite files already in that directory.  From your description, it's the latter of the two, so you need to get a hold of creative cloud support and get file/folder permissions fixed.  Good luck.

  • Page not found or not available on UWL - Approve Shopping Cart

    Hi All,
    I am facing an issue with UWL where if I access the approve shopping cart work Item I get the  Page not found or not available error in the pop up screen. I have done the standard configuration in UWL Administration under System Configurations for the SRM system which is working fine since I'm getting the proper workitems in UWL. Also the required SRM Business Packages are installed on Portal. Our portal version is SAP EP7.0 SP18 and the SRM business patch version is BP_SRM 7.0.9.0.
    I have tried doing configurations in the SWFVISU transaction but it did not work. We have another portal for SRM and the UWL configurations work fine there without the SWFVISU configuration.
    Is there some other settings I am missing here?
    Please guide me.
    Thanks & Regards,
    Seema Rane.

    Hi Shanti,
    You were right. This log was coming because the PI server was down and our portal sld was accessing the PI sld somehow. Now that it is up I don't see this error. Instead I'm getting the following error now in th log:
    Exception ID:08:23_14/01/11_0022_18708951
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in init method
    Component : com.sap.netweaver.bc.uwl.ui.UWL
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:251)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:271)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sap.netweaver.bc.uwl.ui.UWLMain of Portal Component com.sap.netweaver.bc.uwl.ui.UWL because: Linkage error while loading implementation class
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:234)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:160)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:732)
         at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:103)
         at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:242)
         ... 26 more
    Caused by: java.lang.NoClassDefFoundError: com/sapportals/htmlb/Container
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
         ... 30 more
    I tried the SWFVISU setting but no luck. Also the XML file has the system alias in it as you have specified.
    Please guide if you have seen this error before.
    Thanks & Regards,
    Seema Rane

  • "Page not found or not available" error when accessing workitem from UWL

    Hi SAP Gurus,
    I encounter a perculiar problem in our portal system, was wondering if any of you guys encounter it before.
    When one of the users accesses the UWL screen and click on a particular workitem(approve trips), he gets a portal error message "Page not found or not available".
    Usually we get this message if the user does not have some form of authorization, but the things is I have setup the permissions of the UWL for "end-user" for "everyone" and all existing roles in the portal.
    heres our systems setup:
    -R/3 4.7
    -ITS 6.2
    -EP7
    -Authentication through LDAP server, the roles in the server are tied to the groups that the LDAP ID is tied to.
    The funny thing is, only this particular user has the problem, other users with the same roles didn't encounter such message. Also, the user do not have problem accessing to other UWL workitems, (eg, leave approval, claims, etc) only the Trips Approval have the problem.
    Anyone have any ideas? Could it be some roles in the R/3 side. Any suggestions?
    As usual, point will be awarded to useful answers.
    Regards,
    Jansen

    Answered for myself.  My situation related to the Credit/Dispute Management application. In my case, a standard task type was also defined for another application.  I had re-prioritize the xml configuration for Credit Manager, and modify the xml to include a system alias within the item configuration.  Now, my item is using the correct configuration and tasks are launching correctly from the UWL.
    Thanks!
    - David
    PS - Did not need to do back-end configuration.
    Message was edited by: David Karpman

  • Error: You are not a receiver of the work item in Leave Request Approval

    Hi all,
    I have copied the standard leave request workflow and done the customization as per my requirement.
    Agent assignment for all the tasks are General Tasks.
    We are facing below error when we are trying to approve the leave request from MSS UWL.
    "You are not a receiver of the work item.".
    This started happening after implementing the note 1501377 which is for clearing the approved leave request
    workitems from UWL .
    i have gone through the threads related to this issue and tried given solution but no success  .
    Please let me know if anything else is missing since its happening after implementing the note.
    Thanks,
    Santosh

    Able to resolve the issue :-).
    i was using Fork since my workflow is a two level process.
    so the workflow was travelling to both branches one was in ready state another was in waiting state(48hours deadline)
    having different agents.
    i debugged the 1501377 note code when leave is approved it is looking  at last workitem  of the request which is waiting state workitem in my case and I was trying to approve the leave from user who is in ready state. then it throws the error.
    So i have changed the design of workflow. i have done below things for two level process.
    i will have requested end for approval task with outcome in that branch i kept second level approver. My questions
    1) i am planning to do write below code to post the entries into infotypes after approval by managers. is it ok or any suggestions?
       CALL METHOD cl_pt_arq_processor=>post
          EXPORTING
            im_request =
          RECEIVING
            ret_value  = retrun
    2) how to complete the WF if the 1st manager misses the deadline and WF goes to second manager?
    Please let me know.
    Thanks,
    Santosh

  • GP Action Task in UWL Error - Page not found or not available

    Hi, SDN Fellow.
    I have configured the Guide Procedure connector in UWL Administration to display GP task item in UWL.
    I created a new process - says XYZ Form Approval Process. I tested the XYZ process in the GP Runtime, every activity screens come out fine. I am able to see all the Guide Procedure task items in the Task console.
    But when I launching the activity item from UWL Task console, by clicking on the item line. It was trying to navigate to the page, but it thrown an error message like the following: "Page not found or not available".
    Can anyone advise me where should I go to look at the problem?
    Thanks,
    KC

    Hi.
    I went to the NW Admin --> Trace & Log, and get the details of the error message:
    Full Message Text
    Error looking up url: portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance2
    [EXCEPTION]
    javax.naming.NameNotFoundException: [Xfs] Object not found: com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance2 at portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime [Root exception is javax.naming.NamingException: [Xfs] Object not found: com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance2 at portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime]
    at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:407)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1248)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1353)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1300)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1067)
    at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:68)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1060)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.sapportals.portal.pcd.pcm.roles.RoleNavigationConnector.getNodes(RoleNavigationConnector.java:287)
    at com.sapportals.portal.pcd.pcm.roles.RoleNavigationConnector.getNode(RoleNavigationConnector.java:161)
    at com.sapportals.portal.navigation.cache.connector.CacheNavigationConnector.getOriginalNode(CacheNavigationConnector.java:931)
    at com.sapportals.portal.navigation.cache.connector.CacheNavigationConnector.getNode(CacheNavigationConnector.java:779)
    at com.sapportals.portal.navigation.NavigationService.getNavNode(NavigationService.java:1524)
    at com.sapportals.portal.navigation.NavigationService.getNode(NavigationService.java:543)
    at com.sapportals.portal.navigation.cache.CachedNavigationService.getNode(CachedNavigationService.java:164)
    at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentNavNode(NavigationEventsHelperService.java:493)
    at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:533)
    at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:521)
    at com.sapportals.portal.navigation.workAreaiView.doContent(workAreaiView.java:138)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: javax.naming.NamingException: [Xfs] Object not found: com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance2 at portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime
    at com.sapportals.portal.pcd.gl.xfs.BasicContext.lookup(BasicContext.java:1066)
    at com.sapportals.portal.pcd.gl.PcdPersContext.lookup(PcdPersContext.java:387)
    at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:403)
    ... 35 more
    Hope that we can get some hints from the message above.
    KC

  • Integration Endeca and CRS - ATG 10.1.2 (Page Not Found)

    Dear Colleagues,
    Need your help.
    1. I installed the following components:
    - MDEX 6.4.0
    - CAS 3.1.1
    - PlatformService 6.1.3
    - TaF 3.1.1
    - ATG 10.1.2 - Platform + CRS
    2. Add the flowing config to prod server
    ApplicationConfiguration.properties:
    #Properties File created by CIM
    #Sat Jan 12 06:46:49 VET 2013
    workbenchPort=8006
    workbenchHostName=localhost
    baseApplicationName=CRS
    keyToApplicationName=\
    en=CRSen,
    es=CRSes,
    de=CRSde
    AssemblerApplicationConfiguration.properties
    #Properties File created by CIM
    #Sat Jan 12 06:46:49 VET 2013
    applicationKeyToMdexHostAndPort=\
    en=localhost:15000,
    de=localhost:16000,
    es=localhost:17000
    3. Deploy 3 applications - CRSen, CRSde, CRSes
    4. Indexing completed successfully in DynAdmin
    When I loaded CRS http://localhost:8080/crs/storeus/
    I can see categories (menu) but I cannot see:
    - search panel
    - when I click on category or sub-category I got Page Not Found
    Logs error is:
    07:26:12,658 ERROR [AssemblerTools] A problem occured assembling requested content. Response from the assembler was {content
    Uri=/pages/assembler, @type=ContentInclude, @error=FileNotFound}
    Thank you in advance.

    Problem was solved successfully:
    When I start promote_content.bat first time (after installation with defaul pages in Experience Manager) - nothing happened
    But then I made changes - I add new page and run bat file again - after that I see all pages in CRS.
    I remove added page and run bat file again - CRS working ok.
    As I understand something wrong with bat file.

  • BDB0075 DB_PAGE_NOTFOUND: Requested page not found

    Hello,
    If I create a primary and a secondary database within the same BDB database file,
    BDB fails with "BDB0075 DB_PAGE_NOTFOUND: Requested page not found". This
    happens if the secondary database returns more values (DB_DBT_MULTIPLE).
    Down below a testcase. The callback simply creates ngrams, e.g.:
    ABCDEFG -> ABC BCD CDE DEF EFG
    BDB version: 5.2.28 (most recent), Ubuntu 11.04
    Thanks a lot
    Josef
    #include <stdio.h>
    #include <malloc.h>
    #include <string.h>
    #include <db.h>
    #define DATABASE "/tmp/db.db"
    static int callback_ngram( DB *secondary, const DBT *key, const DBT *data, DBT *result );
    int main(int argc, char *argv[])
        unlink( DATABASE );
        // Open database with a secondary index
        DB *primary;
        for( int i=0; i < 2; ++i )
            DB *handle = NULL;
            int status = db_create( &handle, NULL, 0 );
            if( status != 0 )
                return 1;
            handle->set_lorder( handle, 1234 );
            if( i != 0 )
                handle->set_flags( handle, DB_DUP | DB_DUPSORT );
            handle->set_msgfile( handle, stderr );
            handle->set_errfile( handle, stderr );
            // Open database, name is "0" and "1"
            char dbname[32];
            sprintf(dbname, "%d", i);
            status = handle->open( handle, NULL, DATABASE, dbname, DB_BTREE, DB_CREATE, 0644 );
            if( status != 0 )
                return 1;
            // Associate
            if( i == 0 )
                primary = handle;
            else
                primary->associate( primary, NULL, handle, callback_ngram, DB_CREATE );
        // Insert records
        for( unsigned i=0; i < 100000; ++i )
            char buffer[10];
            for( unsigned j=0; j < sizeof(buffer); ++j )
                buffer[j] = 'A' + (((i + 1) * (j + 1)) % 26);
            //printf("%c%c%c%c%c%c%c%c%c%c\n", buffer[0], buffer[1], buffer[2], buffer[3], buffer[4],
            //                                 buffer[5], buffer[6], buffer[7], buffer[8], buffer[9] );
            // put record
            DBT key;
            memset( &key, 0, sizeof(DBT) );
            key.data = &i;
            key.size = sizeof(i);
            DBT data;
            memset( &data, 0, sizeof(DBT) );
            data.data = buffer;
            data.size = sizeof(buffer);
            int status = primary->put( primary, NULL, &key, &data, 0 );
            if( status == 0 )
                continue;
            fprintf(stderr, "Put failed: %s\n", db_strerror(status));
            return 1;
        return 0;
    static int callback_ngram( DB *secondary, const DBT *key, const DBT *data, DBT *result )
        int ngrams = data->size - 2;
        result->data = malloc( sizeof(DBT) * ngrams );
        result->size = ngrams;
        result->flags = DB_DBT_MULTIPLE | DB_DBT_APPMALLOC;
        for( int i=0; i < ngrams; ++i )
            DBT *item = ((DBT*)result->data) + i;
            item->data = ((char*)data->data) + i;
            item->size = 3;
            item->flags = 0;
        return 0;
    }

    Hello Josef,
    I just tried your test case exactly as it (with the addition of printing "done" at the end) on 5.2.28
    RHEL and no error is raised:
    ./test
    done
    Do I need to do something else to see the error?
    Thank you,
    Sandra

  • Page Not Found and The parameter is wrong errors

    We are experiencing a problem with out 4.5 portal. After people log into our portal they are seeing either a "The parameter is wrong" page displayed or a Page Not Found, Bad request. If the user the goes to our portal home page the will the see they did successfully sign on to the portal and all is well. What could be causing this?

    See this article for some suggestions: [[Firefox has just updated tab shows each time you start Firefox]]
    See also http://kb.mozillazine.org/Preferences_not_saved and [[Preferences are not saved]]
    [[How to set the home page]]: Firefox supports multiple home pages separated by '|' symbols.

  • "Apple page not found" error after installing iOS 6 and trying to connect to wifi on iPad 2, how do I fix this?

    SO I just installed the new iOS6, and the wifi is working (posting on my iPad 2 right now). However it won't let me use safari, and every time I select my wifi network, it shows the full strength signal. But before I can do anything it loads a page in an attempt to connect to apple.com, that says "apple page not found." I can then navigate the apple website, but there is no address bar. I try using safari and it says I am not connected to a wireless network. I know this is a problem with iOS 6, so has anyone heard how to fix this? Or is anyone having this problem as well?

    Reading some older threads from 2012 and 2011 it appears the problem was present even then.  Part of the problem was due to people using multiple or different account id's on the various devices.  In my case, I only have one ID and it is the same on all devices yet the iPhone and iPad are still throwing the same error when I try turning on iTunes Match.  This is very frustrating . . . any help out there?  Thanks.

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • Why is only my homepage showing up online and I get an "oops...page not found" error for everthing else?j

    I just setup my site in DW CS4 and upload local files to the remote server.  Why can I type in the homepage - www.ducksinaroworganizers.com - but all other files are "page not found".  I see them in DW in the remote folder side.
    Please help!

    Assuming the files have been uploaded correctly, this suggests a path problem in your files or with your folder structure.
    Edit: Looks like you've fixed it because it's working now.

Maybe you are looking for

  • Notes app hangs and quits when I unpin a sticky note

    Hi, I had pinned 2 notes on the desktop. I deleted one of those from the main notes window. Later when I tried unpinning that note from the desktop the application hung and then closed. Now neither of the 2 notes can be unpinned, even though these ca

  • BDC for VBO2 does not update material in rebate document

    Hi All I am trying to close rebate agreement using VBO2 transaction. The steps that I am following are as follows 1. Put rebate agreement number 2. Rebate Payments --> Final Settlement --> Using payment screen I am making all the amounts 0. Then Savi

  • [SOLVED] Could I broke my SD card with badblocks or dd? [I coudn't]

    I found some old, 1GB SD Card and wanted to use it as my EFI partition (well, wanted to check if my EFI system will even see it as I have no idea if it's possible or not). There were some old pictures so I thought - okay, it's working. I've wiped it

  • Sound books only in danish but i´m from sweden...

    Hello I´m from Sweden and want to buy the book "Brobyggarna" by Jan Guillou but the only results for my search is in danish (Jan Guillou is a Swedish author) why? seems kind of strange dosen´t it? Please help me if you can

  • E1EDKT1 segment in Idoc INVOIC02

    Hi, Im getting the following error when sending an INVOIC02 Idoc to ECC: "Error: Segment 'E1EDKT1', segmentnumber '000010' not correct in structure INVOIC02" I already refreshed the IDoc metadata and I see the segment in the repository and IDX2. The