Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perfServletApp

Status
Not open for further replies.

aswolff

Programmer
Jul 31, 2006
100
US
I installed the PerfSevletApp.ear.

When I try to invoke using the following call

Code:
[URL unfurl="true"]http://portal.test.mycompany.com/wasPerfTool/servlet/perfservlet?server=server1&username=myuser&password=mypasswd&connector=SOAP[/URL]

I receive the following error:

Code:
<?xml version="1.0" encoding="UTF-8" ?> 
- <!-- ****************************************************************************
  --> 
- <!--     IBM Confidential OCO Source Material                                    
  --> 
- <!--     5639-D57, 5630-A36, 5630-A37, 5724-D18 (C) COPYRIGHT International      
  --> 
- <!--     Business Machines Corp. 1997, 2004. The source code for this program is 
  --> 
- <!--     not published or otherwise divested of its trade secrets, irrespective  
  --> 
- <!--     of what has been deposited with the U.S. Copyright Office.              
  --> 
- <!-- ****************************************************************************
  --> 
  <!DOCTYPE PerformanceMonitor (View Source for full doctype...)> 
- <PerformanceMonitor responseStatus="failed" version="6.0.2.19">
  <Comments>Could not determine process type. com.ibm.websphere.management.exception.AdminException: javax.management.JMRuntimeException: ADMN0022E: Access is denied for the getParent operation on Discovery MBean because of insufficient or empty credentials. at com.ibm.ws.management.AdminServiceImpl.getDeploymentManagerAdminClient(AdminServiceImpl.java:1452) at com.ibm.ws.pmi.perfServlet60.PerformanceServlet.initAdmin(Unknown Source) at com.ibm.ws.pmi.perfServlet60.PerformanceServlet.doPost(Unknown Source) at com.ibm.ws.pmi.perfServlet60.PerformanceServlet.doGet(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:743) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at

We have turned on globalSecurity...and therefore I mapped role 'monitor' to an existing user (i.e. the same username I used to connect to AdminConsole).

Any help would be apppreciated!

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top