Greetings Alexei:

Actually the problem I discovered is at the last step of installation as
per installation guide (page 18, step 6: Install Arches)

When I ran the command* build_core_arches.bat*

it failed at line "*db\Deployment Scripts\restore.bat*" is not recognized
as an internal or external command

When I looked in db\Deployment Scripts directory, there is no
*restore.bat*file.  Looks like the latest Arches build missed all the
batch files under
"db\Deployment Scripts\" folder.  It has only Restore.py file but not the
batch file.

Please advise where can I get this file to proceed with installation or
appreciate if someone guide me to re-create this batch file.

Many thanks.
NavCan


On Fri, Feb 21, 2014 at 1:24 PM, Alexei Peters <[email protected]> wrote:

> Hi NavCan,
> I think the problem here is the you need to download and install GEOS from
> http://trac.osgeo.org/osgeo4w/
> That step is undocumented in the current installation docs (soon to be
> fixed).
> After doing that, close the windows that popup when you run the
> runserver.bat file (there's 2 windows, one for the django dev server, and
> one for elasticsearch).
> Then re-run runserver.bat
> You'll then probably need to re-run all the .bat files for loading arches:
>
> 1. build/build_core_arches.bat
> 2. db/ETL/CDS Package/install_package.bat
> 3. db/ETL/CDS Package/load_concepts.bat
> 4. db/ETL/CDS Package/load_test_data.bat
>
> Cheers,
> Alexei
>
>
> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173
>
>
> On Thu, Feb 20, 2014 at 10:34 AM, navcan <[email protected]> wrote:
>
>>  Hello All,
>>
>> I followed the install guide and installed Arches on Windows Server 2008
>> R2.  I then ran runserver.bat to start the server.  The output looks as
>> follow:
>>
>> Microsoft Windows [Version 6.1.7601]
>> Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
>>
>> D:\ArchesWeb>runserver.bat
>>
>> D:\ArchesWeb>start
>> D:\ArchesWeb\"Arches/Search/engines/elasticsearch-0.90.3/bin/
>> elasticsearch.bat"
>>
>> D:\ArchesWeb>call "virtualenv/ENV/Scripts/activate.bat"
>> Traceback (most recent call last):
>>   File "manage.py", line 32, in <module>
>>     execute_manager(settings)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\core\management\__i
>> nit__.py", line 438, in execute_manager
>>     utility.execute()
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\core\management\__i
>> nit__.py", line 379, in execute
>>     self.fetch_command(subcommand).run_from_argv(self.argv)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\core\management\bas
>> e.py", line 191, in run_from_argv
>>     self.execute(*args, **options.__dict__)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\core\management\bas
>> e.py", line 209, in execute
>>     translation.activate('en-us')
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\utils\translation\_
>> _init__.py", line 100, in activate
>>     return _trans.activate(language)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\utils\translation\t
>> rans_real.py", line 202, in activate
>>     _active.value = translation(language)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\utils\translation\t
>> rans_real.py", line 185, in translation
>>     default_translation = _fetch(settings.LANGUAGE_CODE)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\utils\translation\t
>> rans_real.py", line 162, in _fetch
>>     app = import_module(appname)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\utils\importlib.py"
>> , line 35, in import_module
>>     __import__(name)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\contrib\admin\__ini
>> t__.py", line 3, in <module>
>>     from django.contrib.admin.helpers import ACTION_CHECKBOX_NAME
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\contrib\admin\helpe
>> rs.py", line 3, in <module>
>>     from django.contrib.admin.util import (flatten_fieldsets,
>> lookup_field,
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\contrib\admin\util.
>> py", line 1, in <module>
>>     from django.db import models
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\db\__init__.py", li
>> ne 78, in <module>
>>     connection = connections[DEFAULT_DB_ALIAS]
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\db\utils.py", line
>> 93, in __getitem__
>>     backend = load_backend(db['ENGINE'])
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\db\utils.py", line
>> 33, in load_backend
>>     return import_module('.base', backend_name)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\utils\importlib.py"
>> , line 35, in import_module
>>     __import__(name)
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\contrib\gis\db\back
>> ends\postgis\base.py", line 5, in <module>
>>     from django.contrib.gis.db.backends.postgis.operations import
>> PostGISOperati
>> ons
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\contrib\gis\db\back
>> ends\postgis\operations.py", line 8, in <module>
>>     from django.contrib.gis.geometry.backend import Geometry
>>   File
>> "D:\ArchesWeb\virtualenv\ENV\lib\site-packages\django\contrib\gis\geometr
>> y\backend\__init__.py", line 14, in <module>
>>     '"%s".' % geom_backend)
>> django.core.exceptions.ImproperlyConfigured: Could not import
>> user-defined GEOME
>> TRY_BACKEND "geos".
>> Press any key to continue . . .
>>
>> On Tuesday, November 12, 2013 8:11:19 PM UTC-5, Mario Santana wrote:
>>>
>>> Friends, I have been trying to install Arches on a windows server 2008
>>> R2 64bits - I have install all the packages, but the installation guide is
>>> a bit vague P 17 Step 5, what do I need to do there ?, I tried the
>>> install.bat and I get:
>>> File "install.py" line 24, in
>>> AttributeError: 'Module' object has no attribute `check_output`
>>>
>>
>> But when I open the web browser and type the URL
>> http://localhost:8000/Arches/index.htm
>>
>> It does not display the Arches home page, all I see is "This page cannot
>> be displayed" Make sure the web address http://localhost:8000 is correct.
>>
>> Please advise where do I have to look to troubleshoot as I am not
>> familiar with Arches application.
>>
>> Many thanks,
>> NavCan
>>
>>>
>>> regards
>>>
>>  --
>> -- 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/groups/opt_out.
>>
>
>

-- 
-- 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/groups/opt_out.

Reply via email to