David,

       looks like that article is old. Follow these instructions for
running storm on windows.

[1]http://ptgoetz.github.io/blog/2013/12/18/running-apache-storm-on-win
dows/

-Harsha



On Tue, Apr 15, 2014, at 06:57 AM, David Novogrodsky wrote:

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: [2]http://www.javaworld.com/article/2078672/open-source-tools/ope
n-source-java-projects-storm.html?page=2

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

References

1. http://ptgoetz.github.io/blog/2013/12/18/running-apache-storm-on-windows/
2. 
http://www.javaworld.com/article/2078672/open-source-tools/open-source-java-projects-storm.html?page=2
3. mailto:[email protected]
4. http://www.linkedin.com/in/davidnovogrodsky

Reply via email to