• 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

JGROUPS TCPPing errors

 
Ranch Hand
Posts: 241
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am running clustered system with jgroup.
I am getting the following error. Any ideas?
Seems like it is not a cable or stuff like that because of the fact that we are talking about the same machine (ip address).
Thanks!

INFO | jvm 1 | 2010/11/01 15:22:58 | GMS: address is 187.12.0.193:7804
INFO | jvm 1 | 2010/11/01 15:22:58 | -------------------------------------------------------
INFO | jvm 1 | 2010/11/01 15:22:58 | INFO [Incoming,OSCacheBus,187.12.0.193:7800] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7804' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:58 | INFO [Incoming,OSCacheBus,187.12.0.193:7801] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7804' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:58 | INFO [Incoming,OSCacheBus,187.12.0.193:7803] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7804' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:58 | INFO [Thread-1] JavaGroupsBroadcastingListener - JavaGroups clustering support started successfully
INFO | jvm 1 | 2010/11/01 15:22:59 | ERROR [ConnectionTable.Connection.Sender local_addr=187.12.0.193:7802 [187.12.0.193:4791 - 187.12.0.193:7801],OSCacheBus,187.12.0.193:7802] ConnectionTable - exception is java.net.SocketException: Socket closed
INFO | jvm 1 | 2010/11/01 15:22:59 | ERROR [ConnectionTable.Connection.Sender local_addr=187.12.0.193:7802 [187.12.0.193:7802 - 187.12.0.193:4803],OSCacheBus,187.12.0.193:7802] ConnectionTable - exception is java.net.SocketException: Socket closed
INFO | jvm 1 | 2010/11/01 15:22:59 | ERROR [ConnectionTable.Connection.Sender local_addr=187.12.0.193:7802 [187.12.0.193:7802 - 187.12.0.193:4811],OSCacheBus,187.12.0.193:7802] ConnectionTable - exception is java.net.SocketException: Socket closed
INFO | jvm 1 | 2010/11/01 15:22:59 | INFO [Incoming,OSCacheBus,187.12.0.193:7800] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7802' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:59 | INFO [Incoming,OSCacheBus,187.12.0.193:7803] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7802' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:59 | INFO [Incoming,OSCacheBus,187.12.0.193:7801] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7802' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:59 | INFO [Incoming,OSCacheBus,187.12.0.193:7804] JavaGroupsBroadcastingListener - A new member at address '187.12.0.193:7802' has joined the cluster
INFO | jvm 1 | 2010/11/01 15:22:59 | ERROR [ConnectionTable.Connection.Sender local_addr=187.12.0.193:7804 [187.12.0.193:7804 - 187.12.0.193:4805],OSCacheBus,187.12.0.193:7804] ConnectionTable - exception is java.net.SocketException: Socket closed
 
Bartender
Posts: 1638
IntelliJ IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You may get better responses on the Other open source projects forum. Moving ...
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are some of those ports already in use?
 
reply
    Bookmark Topic Watch Topic
  • New Topic