Also, vagrant destroy/vagrant up must be executed from the root project 
folder, but I suspect you already knew that. :)

- Rob

On Monday, March 17, 2014 7:46:04 PM UTC-7, Rob Gaston wrote:
>
> Hi Daphne,
>
> It's tough to tell what has gone wrong without seeing the output from the 
> build, but I suspect that the something has gone wrong w/ the CDS package 
> installation.  A few things to check:
>
>    - I assume you are, but please ensure you are working from the v2 
>    installation guide: https://leanpub.com/archesv2installationguide
>    - Please ensure that you've cloned the CDS package repo into the 
>    packages folder.
>    - Please ensure that your settings_local.py file is present and 
>    contains the INSTALLED_PACKAGES value as described in the documentation 
>    ("Loading CDS Package" section). I noticed that the docs didn't quite turn 
>    out right re: the two commands to write to that file and they got crammed 
>    into one line, hopefully that didn't trip you up.  It would be helpful in 
>    diagnosing if you could post the content of your settings_local.py file 
>    (also it should be in the same directory as settings.py).  The package 
> name 
>    in this tuple must match the package folder name exactly.
>    - If you're still struggling with installation please send the build 
>    output along.  Pipe the output to a text file and send it along.  You can 
>    do this by running the following two commands from a local shell (NOT 
> ssh'd 
>    into your vagrant vm) and then sending the output.txt file created:
>
> vagrant destroy
>
> vagrant up > output.txt
>
>
> I hope this helps!  Let us know.
>
> - Rob
>
>
> On Monday, March 17, 2014 6:55:46 PM UTC-7, Daphne Ippolito wrote:
>>
>> Hi.
>> I've been trying to set up my development environment, and I feel that I 
>> am close but missing something important.
>>
>> From vagrant, I run ./runserver-vagrant.sh as per the instructions in 
>> the installation guide. The server has an initialization error, reproduced 
>> below, but otherwise seems to be launched correctly.
>>
>> The error when the server starts:
>> "{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]]"
>>
>> When I start up the client, it gets stuck in the "initializing" page with 
>> an endlessly cycling progress bar.
>>
>> There are two errors in the console:
>> Failed to load resource: the server responded with a status of 404 (NOT 
>> FOUND) http://127.0.0.1:8000/Arches/Media/js/i18n/en-us.js
>> Uncaught TypeError: Cannot read property 'App' of undefined 
>> Arches.App.js:41<http://127.0.0.1:8000/Arches/Media/js/debug/Arches.App.js>
>>
>> The server reports one 404 among the list of successful GETs:
>>
>> [17/Mar/2014 20:01:25] "GET /Arches/Media/js/i18n/en-us.js HTTP/1.1" 404 
>> 1664
>> The folder at '/Arches/Media/js/i18n' doesn't exist in my arches 
>> directory.
>>
>> Does anyone have an idea what I am doing wrong?
>>
>> Thanks,
>> Daphne
>>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. 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 archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to