Oh, just tried it on Firefox and it works perfectly! But it doesn't seem 
that there are any data in it. I can not see anything on the map and search 
doesn't return anything. Is there a way to check and see if the data is 
there. And if not how can I upload the data? thanks very much

On Wednesday, August 6, 2014 12:18:42 PM UTC-4, Azadeh Vafadari wrote:

> Hello all,
>
> (Special hi to Dennis, Adam, and Alexei! It's been such a long 
> time....hope all is well and we get to see each other soon!)
>
> So I finally started to install Arches on my laptop yesterday. I had few 
> problems along the way but thanks to your posts here I was able to 
> install Arches on my  windows 8.1 x64. I'd thought I successfully 
> downloaded and installed the CDS package with the test data as well. But 
> when I go to the local server at http://localhost:8000/Arches/index.htm 
> on IE, I can see the map but I can't zoom in or out. When I click on the 
> basemaps, search or map layers, I get a white empty column (image is 
> attached). I was able to go to Django admin console. All seems to work 
> there. I created an account for my self as an editor. But still when I go 
> back to the GUI as Azadeh, I can see an activity has been added "add/edit 
> resource", but still I can't do or see any sites.  Can anyone help me 
> understand what the issue might be and what should I do to fix it?? Thanks 
> very much.
>
>
> <https://lh4.googleusercontent.com/-clz1d_v5a2Y/U-JU--Z2HaI/AAAAAAAAABE/pg_Az82DhK4/s1600/Arches_screenshot.png>
> After I run install_packages.bat this is what I'm getting the command 
> window (after asking me the password):
>
> C:\arches-web\arches-arches-6127ba016596\archesproject\build>cd 
> C:\arches-web\ar
>
> ches-arches-6127ba016596\archesproject\build\..
>
>  
>
> C:\arches-web\arches-arches-6127ba016596\archesproject>call 
> "virtualenv/ENV/Scri
>
> pts/activate.bat"
>
> operation: install
>
> Password for user postgres: postgis
>
>  
>
>
> psql:C:/arches-web/arches-arches-6127ba016596/archesproject/packages/cds/sql/pre
>
> _deployment.sql:151: ERROR:  duplicate key value violates unique 
> constraint "pk_
>
> resource_groups"
>
> DETAIL:  Key (groupid)=(1) already exists.
>
> CONTEXT:  COPY resource_groups, line 1
>
>
> psql:C:/arches-web/arches-arches-6127ba016596/archesproject/packages/cds/sql/pre
>
> _deployment.sql:190: ERROR:  duplicate key value violates unique 
> constraint "pk_
>
> forms"
>
> DETAIL:  Key (formid)=(1) already exists.
>
> CONTEXT:  COPY forms, line 1
>
>
> psql:C:/arches-web/arches-arches-6127ba016596/archesproject/packages/cds/sql/pre
>
> _deployment.sql:457: ERROR:  duplicate key value violates unique 
> constraint "uni
>
> que_i18n"
>
> DETAIL:  Key (key, value, languageid, widgetname)=(tab_name, Location, 
> en-us, Ar
>
> ches.forms.Location) already exists.
>
> CONTEXT:  COPY i18n, line 1: "tab_name  Location        en-us   
> Arches.forms.Loc
>
> ation"
>
> .Traceback (most recent call last):
>
>   File "../manage.py", line 28, in <module>
>
>     execute_from_command_line(sys.argv)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\core\management\__init__.py", line 399, in 
> execute_from_c
>
> ommand_line
>
>     utility.execute()
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\core\management\__init__.py", line 392, in execute
>
>     self.fetch_command(subcommand).run_from_argv(self.argv)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\core\management\base.py", line 242, in run_from_argv
>
>     self.execute(*args, **options.__dict__)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\core\management\base.py", line 285, in execute
>
>     output = self.handle(*args, **options)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\build\management\
>
> commands\packages.py", line 41, in handle
>
>     self.load_package(package)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\build\management\
>
> commands\packages.py", line 46, in load_package
>
>     install(settings.ROOT_DIR)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\packages\cds\setu
>
> p.py", line 45, in install
>
>     concepts.load_concepts(package_settings.ROOT_DIR)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\packages\cds\inst
>
> all\concepts.py", line 18, in load_concepts
>
>     load_concepts_from_nodes_and_edges(os.path.join(packagepath, 
> 'source_data',
>
> 'concepts'), 'concept_schema_nodes.csv','concept_schema_edges.csv')
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\packages\cds\inst
>
> all\concepts.py", line 122, in load_concepts_from_nodes_and_edges
>
>     insert_concept(concept_node["CONCEPTSCHEMENAME"], 
> concept_node["LABEL"], '',
>
>  'en-us', concept_node["ID"])
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\packages\cds\inst
>
> all\concepts.py", line 168, in insert_concept
>
>     """ % 
> (conceptschemename,label.replace("'","''"),note,languageid,legacyid))
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\db\backends\util.py", line 69, in execute
>
>     return super(CursorDebugWrapper, self).execute(sql, params)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\db\backends\util.py", line 53, in execute
>
>     return self.cursor.execute(sql, params)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\db\utils.py", line 99, in __exit__
>
>     six.reraise(dj_exc_type, dj_exc_value, traceback)
>
>   File 
> "C:\arches-web\arches-arches-6127ba016596\archesproject\virtualenv\ENV\li
>
> b\site-packages\django\db\backends\util.py", line 51, in execute
>
>     return self.cursor.execute(sql)
>
> django.db.utils.ProgrammingError: more than one row returned by a subquery 
> used
>
> as an expression
>
> CONTEXT:  SQL statement "SELECT (select conceptschemeid from 
> concepts.conceptsch
>
> emes where name = p_conceptschemename)"
>
> PL/pgSQL function insert_concept(text,text,text,text,text) line 9 during 
> stateme
>
> nt block local variable initialization
>
>  
>
> Press any key to continue . . .
>  
>

-- 
-- 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.

Reply via email to