openube / mongo-vision

Automatically exported from code.google.com/p/mongo-vision
Apache License 2.0
1 stars 0 forks source link

EvaluatorException when starting Prudence after MongoVision install #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install prudence via sincerity
2. Install mongovision via sincerity
3. sincerity start prudence

What is the expected output? What do you see instead?
I expect prudence to start. Instead this is the console output:

Prudence 2.0-beta1 (Restlet JSE 2.2m6, Jetty 9.1.0.v20131115, Rhino 1.7 release 
4 2012 06 18)
Server: "default" HTTP/1.1 on port 8080
Setting up application: "MongoVision"
Error: org.mozilla.javascript.EvaluatorException: Java class 
"com.threecrickets.scripturian.util.DefrostTask" has no public instance field 
or method named "createMany". (prudence/setup.js#730)

What version of the product are you using? On what operating system?
The latest versions, installed via sincerity. Ubuntu 13.10.

Please provide any additional information below.
Thanks for the help.

Original issue reported on code.google.com by ooomal...@gmail.com on 13 Jan 2014 at 3:59

GoogleCodeExporter commented 9 years ago
Hmm... I tried removing mongovision and got the same error. I then deleted my 
entire prudence directory, ran sincerity create prudence : add prudence.example 
: install and I still have the same error when trying to start prudence. So... 
I have no idea what's going on.

Original comment by ooomal...@gmail.com on 13 Jan 2014 at 4:44

GoogleCodeExporter commented 9 years ago
OK, I fixed it, but I'm not sure what the problem was. I ended up uninstalling 
sincerity (I had installed via the debian package) and reinstalled, and it 
worked (prudence, mongovision, everything). I suspect the issue was that the 
.deb I had installed was sincerity-1.0-dev21.deb and I reinstalled using 
sincerity-1.0-beta1.deb.

So chalk it up to a version incompatibility and some sort of failure to update 
versions that I didn't notice.

Original comment by ooomal...@gmail.com on 13 Jan 2014 at 9:51