Created
February 23, 2011 22:07
-
-
Save merrellb/841300 to your computer and use it in GitHub Desktop.
Error when trying to startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ./elasticsearch | |
| merrellb@SC440:/tank/active/ES/elasticsearch/bin$ Exception in thread "main" java.lang.NoClassDefFoundError: org/elasticsearch/bootstrap/Bootstrap | |
| Caused by: java.lang.ClassNotFoundException: org.elasticsearch.bootstrap.Bootstrap | |
| at java.net.URLClassLoader$1.run(URLClassLoader.java:217) | |
| at java.security.AccessController.doPrivileged(Native Method) | |
| at java.net.URLClassLoader.findClass(URLClassLoader.java:205) | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:321) | |
| at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) | |
| at java.lang.ClassLoader.loadClass(ClassLoader.java:266) | |
| Could not find the main class: org.elasticsearch.bootstrap.Bootstrap. Program will exit. |
bump. how did you figure it out, please?
ditto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kimchy, if you see this disregard. Figured it out...