cancel
Showing results for 
Search instead for 
Did you mean: 

Multi-Language

Former Member
0 Kudos
67

Hi All,

I am trying to follow the document [Provide Multi Language Content in Knowledge Management|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/207ba610-08ac-2b10-1787-fc477da4b5bf] to Provide Multi Language Content in Knowledge Management to create a multi-language KM Nav iView.

I have created a new component KMWrapperIView and followed the steps provided, but presently i am getting error message as shown below.

--> I have added bc.util.public_api.jar that is required com.sapportals.wcm.util.uri.RID

Caused by: java.lang.NoClassDefFoundError: com.sapportals.wcm.util.uri.RID (initialization failure)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)

at com.test.kmw.KMWrapper.doContent(KMWrapper.java:66)

at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)

at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)

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

Caused by: java.lang.NullPointerException

at com.sapportals.wcm.util.uri.RID.getRID(RID.java:93)

at com.sapportals.wcm.util.uri.RID.<clinit>(RID.java:73)

at java.lang.J9VMInternals.initializeImpl(Native Method)

at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)

Where i am going wrong any idea??

Also should I customise SAP standard KM navigation IView component (km.appl.portal.portalcomp_api.jar).

Regards,

SK

Accepted Solutions (1)

Accepted Solutions (1)

shaila_kasha
Contributor
0 Kudos

Hi SK,

Please try the below options.

Add the sharing reference sap.com/com.sap.km.application to your wdp project.

also check the below link.

https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1750

Hope this will help you.

Good Luck!

Regards,

Shaila

Former Member
0 Kudos

Hi,

Thanks for the reply.

The component that i have build is JSP Dynpage, as seen in the document [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/207ba610-08ac-2b10-1787-fc477da4b5bf] that i am following. I think i am doing some silly mistake some were....

kai_unewisse3
Active Contributor
0 Kudos

please add the required JARs using the website: http://sapjarfinder.com/

Regards,

Kai

Answers (1)

Answers (1)

Former Member
0 Kudos

hi all- request your comments please