• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Invoking PMI Servlet does not return anything

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Websphere Application Server Version 5.1. I wanted to retrieve the PMI statistics through PMI servlet. I deployed the perfServletApp.ear through admin tool. It was all default values throughout the configuration. Then I checked the enterprise applications in the admin tool. The status of perfServletApp was "started". Then I tried the following url in the browser hoping to get the xml.

http://localhost:9080/wasPerfTool/servlet/perfservlet

It gave me the following error

----------------------------------------------------------
Error connecting to the Application Server or Deployment Manager (in Network Deployment).
Usage: http://YourHost ort/wasPerfTool/servlet/perfservlet?port=xxxx&connector=RMI (or SOAP)
For base installation, use application server connector port. For Network Deployment, use Deployment Manager connector port.
To run with default values (SOAP connector) use: http://YourHost ort/wasPerfTool/servlet/perfservlet

-----------------------------------------------------

Then I tried as said in the usage with RMI and then with SOAP. Both did not work. Has anyone faced this kind of problem. Or do you know what is causing this problem. Any help will be greatly appreciated.

Thanks,
Charles
 
We don't have time to be charming! Quick, read this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic