Hi Folks,

I am trying to run Storm on a Windows machine. I compiled the trunk and all
the samples without problem. Executing the samples, however results in
STORM complaining about STORM_HOME not being set properly.

I tried adding STORM_HOME at the beginning of to the storm.bat file. Then I
added it at the command line level, and then I added it in the environment
variables in Control Panel. None of this helped.

During all these attempts I had a log instruction at the beginning of the
storm.bat file and it clearly prints the value of the set variable  as I
would expect it to. But the STORM script complains nonetheless.

Here is the message I get:

Error: STORM_HOME is not set correctly. Please set your STORM_HOME variable
to the absolute path of the directory that contains the storm distribution.

STORM is deployed to the following directory, which is the exact one I set
as STORM_HOME: D:\Development\Workspaces\github\storm
To run the topology, I go to:

D:\Development\Workspaces\github\storm\examples\storm-starter

And issue the command:

..\..\bin\storm jar
target\storm-starter-0.10.0-SNAPSHOT-jar-with-dependencies.jar
storm.starter.ExclamationTopology

What am I missing?

Reply via email to