Expand my Community achievements bar.

Deploy a custom flex app on SAP J2EE engine

Avatar

Level 1
We are trying to deploy a FDS application on SAP J2EE
engine(SP 06) & we get the below error on startup for
MessageBrokerServlet



Initialization of servlet [MessageBrokerServlet] failed.
Check the init() method of the servlet. Error is:
[java.lang.NoClassDefFoundError: javax/management/MBeanRegistration



We are trying to convince business that Flex is option
instead of SAPs WebDynpro.

Can someone shed some light please?
2 Replies

Avatar

Former Community Member
This is actually more of a SAP J2EE engine question as there
may be some set up that it keeping it from accessing the correct
jar files. I'm not sure how the SAP J2EE works, but it has tomcat,
the solution might be found here:


http://forum.java.sun.com/thread.jspa?threadID=487257&messageID=2283292



The mx4j-jmx.jar probably has your missing files. You can
download it here (
http://mx4j.sourceforge.net/)
and see if that works.

Avatar

Level 1
Thanks for your response, awclemen.

My colleague(Ulag) was successful in deploying the app. The
problem seems to be SAP J2EE engine install, so our custom
application works fine on another m/c.