Support Article
SMA Node Configuration issue
SA-2735
Summary
Regarding the nodes configuration in AES we are able to create the multiple nodes in SMA at our server as NODE1,NODE2 and NODE3, and when we try to open the NODE2 we are getting error as "No MBeans found for the node NODE2" we have search for MBeans file(prmbeans.properties) in server but we are not able to locate, as in pdn regarding the MBeans file they have mention some configuration we need to done as below
#Default mBean security configuration.
deny.DatabaseManagement.DatabaseConnectionDetails = false
deny.RequestorManagement.RequestorDetails = false
deny.RequestorManagement.Clipboard = false
as per the PDN in some articles they have mention as we need to change the property values to false, please let us know we need to create the "prmbeans.propeties" and need to add in "Tomcat 7.0_Tomcat7New\webapps\prweb\WEB-INF\classes" folder or there is any workaround for this issue.
Please find the attachment for your reference.
Error Messages
No MBeans found for the node NODE2
Steps to Reproduce
Tried to create the Node in SMA
Root Cause
Not able to run more than one tomcat instances.
RESOlUTION
Gave user the tomcat directory and installed at users end and changed setenv.bat file as follows:
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9004
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
Restarted the server and all other nodes and Created two nodes one for each instance .
It worked fine.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.