cancel
Showing results for 
Search instead for 
Did you mean: 

Servlet mapping exception ?

Former Member
0 Kudos

Hy,

Is there anybody who can explain me how to fix this error ?


500   Internal Server Error

com.sap.engine.frame.core.load.SAPNoClassDefFoundError: javax/management/MBeanRegistration

Thank you for your help.

yl

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi,

It actually has nothing to do with servlet mapping.

I guess you're not using NW CE 7.1 but rather NW 2004 or 7.0, right? If so, you need to add a reference in your application-j2ee-engine.xml to the library tc~jmx.

Hope that helps!

\-- Vladimir

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Vladimir,

you're right, I'm working on NW 7.0. and I solved my problem by pasting

mx4j.jar (from the open source project) into my lib folder, but your solution using the standard way is definitly the good one !

Thanks a lot for sharing your SAP expertise.

Best regards,

yl

Former Member
0 Kudos

Hi

Can you explain more? If you are using a servlet have a mapping in the web.xml file of ur project.

Regards

Lakshminarayanan.V