Hi Satish,
Can you please also confirm the patch level and the place where you are getting this error.
Please post the screen shot it will help more to identify the issue.
Please check the below thing in the portal.
First you need to identify who is the user that is registering this MBean. On this example, it's the --userid-- user:
com.sap.engine.services.jmx.exception.JmxSecurityException: Caller --userid-- not authorized, required permission missing
Now, you have two options:
- Assign the role Administrator to the --userid-- user. This option should be done with caution, since you're giving unnecessary permissions to this user.
- Create a custom role with the action JmxManageAll assigned to it, and assign this custom Role to the Guest user. This is the best option, since you are only giving Administrator rights to register the MBeans.
Thanks
Rishi Abrol