cancel
Showing results for 
Search instead for 
Did you mean: 

usermanagement.UserManagementException error

Former Member
0 Kudos

Hi all,

I have an web dynpro java application that requires to read an xml document stored in the km repository. I have referenced an external KM jar as a external library dc. tc/je/usermanagement/api is also referenced via development components. At design time there are no errors and build and deployment is successful.

However when launching the application in portal I am faced with the following:

java.lang.ClassNotFoundException: com.sapportals.portal.security.usermanagement.UserManagementException

I have researched but still cannot find a solution. any ideas?

Thanks in advance

Adnan

Accepted Solutions (1)

Accepted Solutions (1)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

perhaps you are missing some SCs from the runtime system where you deployed your app?

Regards,

Ervin

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Ervin,

Required two SCA: KMC - KM and KMC-WPC. I was missing KMC-WPC

Thanks,

Adnan

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

I am glad I could help! 😉

former_member197472
Active Participant
0 Kudos

Your referred external library(jar) might not be deployed.

Regards,

Amey