Hi All,
We are using QuickLinks for the iViews to Navigate within the Portal. The user is having the correct Role which has the required iViews and also having the correct QuickLinks in the iViews for the Navigation. These iViews assigned under the Role are having Isolation Property "Embedded".
When we try to access the iView with the Quick link from the Applications, we are getting an Exception as shown below.
I even tried by changing the isolation Property to URL, but NO Luck.
Please note that this was working earlier, and suddenly giving this Problem.
/***************************************************************************************************************************************************/
com.sapportals.portal.prt.runtime.PortalRuntimeException: PortalRuntimeException Caused by: java.lang.NoSuchMethodError: com/sapportals/portal/navigation/NavigationEventsHelperService.getQuickLinkNode(Lcom/sapportals/portal/prt/component/IPortalComponentRequest;Ljava/lang/String;)Lcom/sapportals/portal/navigation/INavigationNode; at com.sapportals.portal.navigation.PortalLauncher.checkPortalPlaceQuickLink(PortalLauncher.java:148) at com.sapportals.portal.navigation.PortalLauncher.doOnNodeReady(PortalLauncher.java:261) at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388) at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252) at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:368) at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340) at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
/***************************************************************************************************************************************************/
The Exception we are getting is,
Caused by: java.lang.NoSuchMethodError: com/sapportals/portal/navigation/NavigationEventsHelperService.getQuickLinkNode(Lcom/sapportals/portal/prt/component/IPortalComponentRequest;Ljava/lang/String;)
If anyone has come across this issue or if any idea, Please guide me to solve the Issue.
Thanks & Regards||
Ashok Kumar M.