http://jira.hyperic.com/browse/HHQ-4208
WebLogic plugin - Control Actions fail for WebLogic WebApp due to MBean instance not found error.
When attempting to execute one of the following control actions on a WebLogic WebApp:
- Deploy
- Stop
- Undeploy
- Start
The operation fails and errors with the command status:
MBean instance not found: mydomain:Application=jfreechart-sample,Name=myserver_/jfreechart-sample,Type=WebAppComponent
Expected Result:
The Control Actions should function successfully.
Actual Result:
The listed control actions do not complete successfully and report Error.
Steps to Reproduce:
1. Log into HQ
2. Select the platform resource where WebLogic is installed and configured
3. Select the WebLogic Admin WebApp autogroup under Services
4. Select the WebApp from under Group Memeber
5. Select the Control tab
6. Select one of the listed control actions from above within the dropdown list
7. Click the Play (Execute) button
8. Note the Command Status fails with the Error: MBean instance is not found.
Work Around:
Execute control actions directly in the WebLogic Admin Console
Additional Information:
No additional details posted to server.log or agent.log.
Anonymous