cancel
Showing results for 
Search instead for 
Did you mean: 

NoClassDefFoundError for com/sapportal/wcm/repository/IResourceContex

Former Member
0 Kudos

Hi

I am running a simple web dynpro app.

One of my jars is bc.rf.framework_api.jar.

When I deploy it to the server I get NoClassDefFoundError.

I checked and this jar is on the server.

I tried to put the jar in the lib folder of my app, but this also yielded no result.

Can anyone help.?

regards

yuval e

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182374
Active Contributor
0 Kudos

Hi Yuval,

Refer to this PDF

https://webservice.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/958fcd90-0201-0010-38aa-d... (pages 8 & 9).

Do not put KM jars files under your lib folder, it can cause class load issues (you need to add references in your project - see example in the PDF).

Regards,

Omri

Former Member
0 Kudos

Omri

Thanks.

Have we not met at Saphil??

I will check at Sunday morning.

regards

yuval peery

Former Member
0 Kudos

Omri

Bye the way do you know where I can find the folder containing the links to Portal Favorites?

Is it under /documents/Links?

I want to show all links in a web dynpro app.

Regards

Yuval

former_member182374
Active Contributor
0 Kudos

Hi Yuval,

Yes, we met in SAPPHIL (-:

Did you try the solution?

Omri

former_member182374
Active Contributor
0 Kudos

Hi Yuval,

For accessing favorites you should go to:

root -> userhome -> <username> -> Favorites

Regards,

Omri