cancel
Showing results for 
Search instead for 
Did you mean: 

NavigationEventsHelperService class generating exception

Former Member
0 Kudos

Dear all,

I read a lot of messages in the forum and the solution to my problem is to use a piece of code like this:

NavigationEventsHelperService navHelperService = (NavigationEventsHelperService) PortalRuntime.getRuntimeResources().getService(NavigationEventsHelperService.KEY);

The problem is that when I run the line above in the portal as an J2EE application an exception is trown.

Can someone please help me? My EP is the 6.0 SP09

Thanks!

Alessandro Reichert.

PS: The exception launched is copied below:

Exception ID:10:48_28/09/05_0010_8422850

[EXCEPTION]

com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component

Component : OperatorCockpitRedirector.Redirector

Component class : RedirectorPack.Redirector

User : reichert

at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)

at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)

at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)

at ...

Message was edited by: Alessandro Reichert

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Alessandro,

> at ...

This has been the interesting part... 😐

Anyhow, did you add com.sap.portal.navigation.helperservice as SharingReference within your portalapp.xml?!

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

Former Member
0 Kudos

Thanks Detlev,

The problem was solved. You won 10 points

Answers (0)