First, thanks for your help.  This list is great!!

I am working on a Windows 7 system.  I have been able to compile my test
Storm project.  I am having some problem running the project locally, i.e.
not on a cluster.

When I try to run it locally, I get this error:

C:\Users\david.j.novogrodsky\Documents\GitHub\storm-simple\target>java -jar
storm-simple-1.0-SNAPSHOT.jar
java.lang.NoClassDefFoundError: backtype/storm/topology/IRichSpout
 at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
 at java.lang.Class.getMethod0(Unknown Source)
at java.lang.Class.getMethod(Unknown Source)
at sun.launcher.LauncherHelper.getMainMethod(Unknown Source)
 at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Caused by: java.lang.ClassNotFoundException:
backtype.storm.topology.IRichSpout
at java.net.URLClassLoader$1.run(Unknown Source)
 at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
 ... 6 more
Exception in thread "main"

I got these run instructions from here:
http://www.javaworld.com/article/2078672/open-source-tools/open-source-java-projects-storm.html?page=2

David Novogrodsky
[email protected]
http://www.linkedin.com/in/davidnovogrodsky

Reply via email to