Hello everyone, I am trying to setup Arches development environment on a vagrant machine. I followed this[1] tutorial but when I run runserver-vagrant.sh script, I get the following error.
*vagrant@precise32:/vagrant$ ./runserver-vagrant.sh ./runserver-vagrant.sh: line 10: archesproject/virtualenv/ENV/bin/activate: No such file or directoryValidating models...0 errors foundMay 02, 2014 - 20:49:52 Django version 1.6.4, using settings 'archesproject.settings'Starting development server at http://0.0.0.0:8000/ <http://0.0.0.0:8000/>Quit the server with CONTROL-C.[2014-05-03 01:49:52,235][WARN ][bootstrap ] jvm uses the client vm, make sure to run `java` with the server vm for best performance by adding `-server` to the command line {0.90.3}: Initialization Failed ...* *- ElasticSearchIllegalStateException[Failed to obtain node lock, is the following location writable?: [/vagrant/archesproject/arches/Search/engines/elasticsearch-0.90.3/data/elasticsearch]]* But as I can see, the script itself is modifying permissions in a slightly different path but at the runtime elasticsearch is trying to access a different location. *#!/bin/bash# Start ElasticSearchchmod u+x "archesproject/arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch.in.sh <http://elasticsearch.in.sh>"source "archesproject/arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch.in.sh <http://elasticsearch.in.sh>" chmod u+x "archesproject/arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch"./archesproject/arches/Search/engines/elasticsearch-0.90.3/bin/elasticsearch# Start djangosource "archesproject/virtualenv/ENV/bin/activate" python manage.py runserver 0.0.0.0:800 <http://0.0.0.0:800>0* Any help to rectify these errors is much appreciated. Thanks, [1] http://www.fargeo.com/blog/setting-up-an-arches-development-environment-using-vagrant/ -- M.P. Tharindu Rusira Kumara Department of Computer Science and Engineering, University of Moratuwa, Sri Lanka. +94757033733 www.tharindu-rusira.blogspot.com -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
