cancel
Showing results for 
Search instead for 
Did you mean: 

"when a hyperlink" is clicked in the portal it results in the exception

former_member246893
Active Participant
0 Kudos

Hello,

"when a hyperlink" is clicked in the portal it results in the exception

java.lang.ClassCastException:

-


java.lang.ClassCastException: com.sap.xss.hr.per.th.bank.overview.wdp.InternalVcPerBankTHOverviewInterface$External

at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java(Compiled Code))

at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java(Compiled Code))

at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:179)

-


Thanks in advance,

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Does this happen in the Home page of ESS .. ?

If you have not edited the components , it might be that there is some mix up with the resource definition and area page s definition in your SPRO.

It seems like for a particular event no VACs are defined.. Just guessing , as I am not sure of this methods signature.

Regards

Bharathwaj

former_member246893
Active Participant
0 Kudos

yes it happens in Home page of ESS

  • Sorry for the late in reply - as I am attending a class room training.

Former Member
0 Kudos

Hi ,

All these links , with link text, which application to call etc ., would be set in Services / Resources.

Check the service and resource defnintion , if all the settings are proper.

Regards

Bharathwaj.

abhijeet_mukkawar
Active Contributor
0 Kudos

post the erroneous code..

I guess it is from WDDoInit()

regards

former_member246893
Active Participant
0 Kudos

some more info

-


at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)

at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java(Compiled Code))

in the method wdDoInit of component FPMComponent in the DC pcuigp.xssfpm the line of code is doEventLoop(new EventData(IFPM.EVENT_START, null, null), false, false);

-