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
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
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
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
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
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
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
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
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
~~