cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.ClassCastException error

Anmol_Kumar
Participant
0 Kudos

Hi,

I had created first DC (Webdynpro Java )which is calling second DC . After deployment first DC and calling second DC

I am getting java.lang.ClassCastException

Please suggest how I can fix this issue?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Your trace is not descriptive to suggest solution. Once you get the exception please scroll down and then copy the entire trace and post it here.

Also can you please specify the details when you are getting this exception

regards,

amit bagati

Former Member
0 Kudos

Hi,

Could you please post the whole stack trace. Also make sure that you have deployed both the DCs.

Regards,

Manoj

Anmol_Kumar
Participant
0 Kudos

Hi Manoj,

I had deployed both DCs.

Please find the StackTrace error below -

0: Error: com.xxx.wdGetXXXUtilInstInterface(InternalXXXComp.java:294)

1: Error: com.xxx.XXMethod(XXComp.java:333)

2: Error: com.xxxx. XXComp(InternalXXComp.java:237)

3: Error: com.xx.view.XXMethod(XXView.java:143)

4: Error: com.xxx.InternalXXXView.wdInvokeEventHandler(XXXView.java:245)

5: Error: com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)

6: Error: com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)

7: Error: com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:421)

...........................

............................

............................

.......................

Please suggest.

p330068
Active Contributor
0 Kudos

Hi Anmol,

Please sure that once your second DC check-in/activated, you need to do 'sync sources' and 'sync used DC' from INACIVE DC in your first DC.

Once properly sync your First DC, check-in / activate it and then if there is any issue.

Also chech at Error log under Window >> Show view >> Others >> PDE Runtime

Hope it will helps

Regards

Arun