Re: [Zookeeper-user] wrong class version in 2.2.1

2008-09-18 Thread Johannes Zillmann
Hi Mahadev, - checked out tag 2.2.1 - set version in build.xml from 2.2.0 to 2.2.1 - ant clean release The build zookeeper-2.2.1.jar works for me! Versions: Apache Ant version 1.7.0 java version "1.5.0_13" Thanks Johannes On Sep 18, 2008, at 2:11 AM, Mahadev Konar wrote: Sorry I forgot to r

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-09-17 Thread Mahadev Konar
Sorry I forgot to respond. It might be that the 2.2.1 is made with a 1.6 java version. We should fix that. For now can you do an svn checkout svn co https://zookeeper.svn.sourceforge.net/svnroot/zookeeper/tags/2.2.1/zookeeper zookeeper And build it using ant jar? With java 1.5? Let us know how

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-09-17 Thread Stefan Groschupf
Johannes, please note that zookeeper moved to apache. ~~~ 101tec Inc., Menlo Park, California web: http://www.101tec.com blog: http://www.find23.net On Sep 12, 2008, at 12:10 AM, Johannes Zillmann wrote: > Using the zookeeper release from sf. version 2.2.1 > > Joha

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-09-12 Thread Johannes Zillmann
Using the zookeeper release from sf. version 2.2.1 Johannes On Sep 11, 2008, at 7:32 PM, Mahadev Konar wrote: Are you using the vanilla zookeeper release from SF or did you compile it on your own? Mahadev On 9/11/08 2:38 AM, "Johannes Zillmann" <[EMAIL PROTECTED]> wrote: Hi Mahadev, i

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-09-11 Thread Mahadev Konar
Are you using the vanilla zookeeper release from SF or did you compile it on your own? Mahadev On 9/11/08 2:38 AM, "Johannes Zillmann" <[EMAIL PROTECTED]> wrote: > Hi Mahadev, > > i removed my subclass of NIOServerCnxn but still have the same problem. > > --- > ...zoo

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-09-11 Thread Johannes Zillmann
Hi Mahadev, i removed my subclass of NIOServerCnxn but still have the same problem. --- ...zookeeper-2.2.1.jar(com/yahoo/zookeeper/KeeperException.class) class file has wrong version 50.0, should be 49.0 Please remove or make sure it appears in the correct subdirectory of

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-08-20 Thread Johannens Zillmann
Hi all, thanks for the answers so far. I'm unsure wether its a zookeeper or an "own" one. I'm extending NIOServerCnxn maybe there is problem strange compiler problem because my extending class is compiled with another jvm then the NIOServerCnxn. Still investigating... Let you know... Johann

Re: [Zookeeper-user] wrong class version in 2.2.1

2008-08-20 Thread Mahadev Konar
Hi Johannens, You might be right. We should fix that. Also, on a side note ­ we have moved to apache under Hadoop. http://hadoop.apache.org/zookeeper/ Our new mailing lists are -- http://hadoop.apache.org/zookeeper/mailing_lists.html mahadev On 8/18/08 8:34 AM, "Johannens Zillmann" <[EMAI

[Zookeeper-user] wrong class version in 2.2.1

2008-08-18 Thread Johannens Zillmann
Hello, can it be that 2.2.1 is compiled with java 1.6 and 2.2.0 was compiled with java 1.5 ? Upgrading brought me: bad class file: .../lib/zookeeper-2.2.1.jar(com/yahoo/zookeeper/server/ NIOServerCnxn.class ) class file has wrong version 50.0, should be 49.0 Johannes ~~