On Fri, Aug 13, 2010 at 11:05 AM, Andrew Kennedy <[email protected]> wrote: > On 3 August 2010 21:52, Rajith Attapattu <[email protected]> wrote: >> The java-cpp-cluster test profile was hanging due to your checkin, >> since a non zero timeout causes stale sessions to interfere with >> proper failover. >> [...] >> The test is "testFailoverInALoop" in FailoverTest.java > > Hi, > > Actually, even after building everything in the cpp folder on a > machine I have access to (where such things work) I was unable to run > the cpp.cluster test profile. Is there some special thing I ought to > be doing, over and above the obvious?
Are you using RHEL 4/5 or Fedora 10 or higher? For RHEL 4/5 you need to configure openais For Fedora 10 and higher you need to configure corosync. You also need the proper devel packages at build time, or else the cluster module will not be built. You can check the <cpp-folder>/src/.libs to see if you have cluster.so, if not that means you don't have the packages installed. Let me know which OS you are using and I can help you get the env going. Btw the cpp.cluster profile is still failing. Rajith > Thanks, > Andrew. > -- > -- andrew d kennedy ? edinburgh : +44 7941 197 134 > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > -- Regards, Rajith Attapattu Red Hat http://rajith.2rlabs.com/ --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
