6 Replies Latest reply on Aug 24, 2005 3:06 PM by belaban

    Building JGroups 2.2.9 off CVS

    abitha

      Hi all,

      Bela asked me to try something with the new JGroups 2.2.9 from CVS head. This is my first time working with CVS and building, and I am facing some problems with that. I am hoping someone can help me.

      This is my first time getting code off cvs and building. This is what I did..

      cygwin:

      cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/javagroups login

      cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/javagroups co JGroups

      I got the source, and I did - ./build.sh
      - ant all

      I found two jar files in dist folder: jgroups-all.jar and jgroups-core.jar. I renamed jgroups-all.jar to jgroups.jar and copied into my lib folder.

      I am not sure if my steps are correct. I did find releasenotes-2.2.8.txt in the /doc folder. Did I get 2.2.9?

      Anyways, I copied the new jgroups.jar into my lib folder and started the server. I constantly get the following error message in my logs without even doing anything.

      2005-08-18 14:38:29,593 ERROR [org.jgroups.blocks.RpcDispatcher] exception=java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: boolean

      I used java 1.4.2_07

      The app does not work well with the above errors in the log. Should I be doing something differently. Has someone else done this ?

      Thanks, Abitha.