I'm trying to get meteor-load-test working and I think I'm still seeing something like grinder bug 235 on the latest code. Here's what I've done:
-installed meteor-load-test (on OSX with homebrew)
-manually deleted all the 3.11-related files/dirs from ~/.m2/...
-pulled and built 3.12-SNAPSHOT
-edited meteor-load-test/project.clj to refer to 3.12-SNAPSHOT
-run an agent and a console, and pressed "start workers"
and here's the error I get:
...
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
2014-07-08 10:30:42,016 ERROR worker-bootstrap: Error running worker process
net.grinder.engine.common.EngineException: Clojure is not on the classpath
at net.grinder.scriptengine.clojure.ClojureScriptEngineService.createScriptEngine(ClojureScriptEngineService.java:56) ~[grinder-core-3.12-SNAPSHOT.jar:na]
...
Note that I did NOT deliberately change anything about my clojure version; but I may have had a different version of clojure already installed from something else.
I'm trying to get meteor-load-test working and I think I'm still seeing something like grinder bug 235 on the latest code. Here's what I've done:
-installed meteor-load-test (on OSX with homebrew)
-manually deleted all the 3.11-related files/dirs from ~/.m2/...
-pulled and built 3.12-SNAPSHOT
-edited meteor-load-test/project.clj to refer to 3.12-SNAPSHOT
-run an agent and a console, and pressed "start workers"
and here's the error I get:
Note that I did NOT deliberately change anything about my clojure version; but I may have had a different version of clojure already installed from something else.