• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Listener Port on WAS 5.0

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody help me with the following problem?
I've created the second application server server2 in addition to the existing server1 using it as template. Then I've defined QCF and queue destination in WebSphere MQ JMS Provider and created listener port for this queue on server2. The attempt to start this port failed with the diagnostics

javax.management.RuntimeOperationsException: JMXcr0002E Invalid object name.
...
(It is strange to me that the diagnostics was written to server1 SystemErr.log)
When I deleted this port from server2 and recreated it on server1 it started successfully.
reply
    Bookmark Topic Watch Topic
  • New Topic