Hi all,
I am starting a new thread on the user´s list (:
I started doing this tutorial [1] so I can see gora actually working,
but I am getting this classpath error when I try to execute the
logManager:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/gora/tutorial/log/LogManager
Caused by: java.lang.ClassNotFoundException:
org.apache.gora.tutorial.log.LogManager
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.apache.gora.tutorial.log.LogManager. Program will exit.
When I looked into the classpath variable, I realized that I have not
gotten the gora-tutorial/lib, and that it is not being generated for
some reason.
:/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/home/hadoop/gora/gora-tutorial/lib/*.jar:/home/hadoop/gora/gora-tutorial/build/*.job:/home/hadoop/gora/gora-tutorial/build/classes:/home/hadoop/gora/gora-tutorial/build/test/classes:/home/hadoop/gora/conf:/home/hadoop/gora/gora-tutorial/conf
where gora-tutorial/lib/ doesn´t exist. Any help is highly apreciated!!
Renato M.
[1] http://gora.apache.org/docs/current/tutorial.html