Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.90.5 ClassNotFoundException[org.elasticsearch.common.UUID] when starting #4211

Closed
devoncrouse opened this issue Nov 19, 2013 · 2 comments
Closed

Comments

@devoncrouse
Copy link

Trying to start dedicated master nodes with the ES service wrapper and Zookeeper discovery (not sure if that part's relevant).

STATUS | wrapper  | 2013/11/19 13:31:26 | --> Wrapper Started as Daemon
STATUS | wrapper  | 2013/11/19 13:31:26 | Java Service Wrapper Community Edition 64-bit 3.5.14
STATUS | wrapper  | 2013/11/19 13:31:26 |   Copyright (C) 1999-2011 Tanuki Software, Ltd. All Rights Reserved.
STATUS | wrapper  | 2013/11/19 13:31:26 |     http://wrapper.tanukisoftware.com
STATUS | wrapper  | 2013/11/19 13:31:26 |
STATUS | wrapper  | 2013/11/19 13:31:26 | Launching a JVM...
INFO   | jvm 1    | 2013/11/19 13:31:27 | WrapperManager: Initializing...
INFO   | jvm 1    | 2013/11/19 13:31:31 | {0.90.5}: Startup Failed ...
INFO   | jvm 1    | 2013/11/19 13:31:31 | - NoClassDefFoundError[org/elasticsearch/common/UUID]
INFO   | jvm 1    | 2013/11/19 13:31:31 |       ClassNotFoundException[org.elasticsearch.common.UUID]
STATUS | wrapper  | 2013/11/19 13:31:33 | <-- Wrapper Stopped
@s1monw
Copy link
Contributor

s1monw commented Nov 19, 2013

The UUID class has been removed in 0.90.4 I think the plugin you are using hence zookeeper plugin doesn't work with the new version then.

@s1monw s1monw closed this as completed Nov 19, 2013
@devoncrouse
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants