0

When trying to set up a HiveMQ (1.4.1) Cluster on AWS (using the bundles examples/cluster.xml file) the server upstart fails with an error:

Unable to load class for protocol pbcast.STREAMING_STATE_TRANSFER

There's really no more info on why this would fail.

Kristofer Sommestad
  • 3,061
  • 27
  • 39

1 Answers1

2

The problem was that the examples/cluster.xml file used the old syntax for STREAMING_STATE_TRANSFER, while it should use just STATE_TRANSFER instead.

Hope that helps someone else. :)

Kristofer Sommestad
  • 3,061
  • 27
  • 39
  • 2
    Glad you sorted the issue out! Seems you found a regression in the example config, there will be a corrected pre-shipped config in the next release. – Dominik Obermaier Oct 30 '13 at 13:02