• 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

Missing ServerRuntimeMBean in cluster

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have a cluster of two managed servers. All are working fine, both servers are handling the load.

However, when I use a MBean tool (e.g., WLShell) to look at runtime info., I only see that for the admin. server, one of the managed server (happens to be on the same node as the admin. server), but none for the other managed server. This is true with all runtime info., e.g., ServerRuntime, JVMRuntime, etc.

If I try to get runtime info. for some attributes, say, JDBCConnectionPoolRuntimeMBean, I got error:

java.rmi.ConnectException: Could not establish a connection with 6236529427936479177S:127.0.0.1:[7005,7005,-1,-1,7005,-1,-1,0,0]:hubservices-3.0:hubserver6, java.rmi.ConnectException: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect; No available router to destination

where hubserver6 is the server not showing up in runtime info.

But it correctly shows that there are two JDBCConnectionPoolRuntimeMBean instance, one for each managed server.

Any idea what went wrong?
Thanks.
Yan
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you should set "Listen Address" in console, can not null
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting the following exception
Could not establish a connection with -705750746771584844767S:10.2444.1.141[7001,7001,-1,-1,7001,-1,-1]:10.244.1.140,10.244.1.141:App112,java.rmi.ConnectException: Destnation unreachable; nested exception is: java.net.ConnectException:Connection refused: connect: No available router to destinatio .

Any Suggestions pls?
 
mooooooo ..... tiny ad ....
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic