127.0.0.1.2015-03-10.12-15-01.4bbba461-33fa-4756-90da-fdf011f915f9
| web2py™ | Version 2.9.12-stable+timestamp.2015.02.13.23.31.09 |
|---|---|
| Python | Python 2.7.3: /usr/bin/python (prefix: /usr) |
1. | Traceback (most recent call last): |
<class 'psycopg2.ProgrammingError'>(relation "auth_group" does not exist LINE 1: SELECT auth_group.id, auth_group.uuid FROM auth_group WHERE... ^ )
File /home/web2py/gluon/restricted.py in restricted at line 226 code arguments variables
File /home/web2py/applications/eden/models/00_settings.py in <module> at line 244 code arguments variables
File /home/web2py/applications/eden/modules/s3/s3aaa.py in get_system_roles at line 3110 code arguments variables
File /home/web2py/gluon/packages/dal/pydal/objects.py in select at line 2076 code arguments variables
File /home/web2py/gluon/packages/dal/pydal/adapters/base.py in select at line 1231 code arguments variables
File /home/web2py/gluon/packages/dal/pydal/adapters/base.py in _select_aux at line 1196 code arguments variables
File /home/web2py/gluon/packages/dal/pydal/adapters/base.py in execute at line 1318 code arguments variables
File /home/web2py/gluon/packages/dal/pydal/adapters/base.py in log_execute at line 1312 code arguments variables
(self=<pydal.adapters.postgres.PostgreSQLAdapter object>, *a=("SELECT auth_group.id, auth_group.uuid FROM auth...MIN','ADMIN','ORG_ADMIN','EDITOR','ANONYMOUS')));",), **b={})
1307. 1312.
| command = self.filter_sql_command(command) ret = self.cursor.execute(command, *a[1:], **b)
|
| a | ("SELECT auth_group.id, auth_group.uuid FROM auth...MIN','ADMIN','ORG_ADMIN','EDITOR','ANONYMOUS')));",) |
|---|---|
| b | {} |
| self | <pydal.adapters.postgres.PostgreSQLAdapter object> |
| ret | undefined |
| self.cursor | <cursor object at 0x43e3ed8; closed: 0> |
| command | "SELECT auth_group.id, auth_group.uuid FROM auth...MIN','ADMIN','ORG_ADMIN','EDITOR','ANONYMOUS')));" |
| self.cursor.execute | <built-in method execute of psycopg2._psycopg.cursor object> |
1. | # -*- coding: utf-8 -*- |
--
You received this message because you are subscribed to the Google Groups "Sahana-Eden" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/346635e5-c982-4f2e-83ec-fa391f379fbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Sahana-Eden" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sahana-eden/zrY6cyMr5YY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/CAPKzktLBgheuzfVrM5UF_orAfJBFj6o5pvp10jceSfgPEiHNnQ%40mail.gmail.com.
root@dpr:/home/web2py# python web2py.py -S eden -M -R applications/eden/static/scripts/tools/noop.py
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2015
Version 2.9.12-stable+timestamp.2015.02.13.23.31.09
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000, pyodbc
Traceback (most recent call last):
File "/home/web2py/gluon/restricted.py", line 226, in restricted
exec ccode in environment
File "applications/eden/models/00_settings.py", line 244, in <module>
system_roles = auth.get_system_roles()
File "applications/eden/modules/s3/s3aaa.py", line 3110, in get_system_roles
rows = current.db(query).select(gtable.id, gtable.uuid)
File "/home/web2py/gluon/packages/dal/pydal/objects.py", line 2076, in select
return adapter.select(self.query,fields,attributes)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1231, in select
return self._select_aux(sql,fields,attributes)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1196, in _select_aux
self.execute(sql)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1318, in execute
return self.log_execute(*a, **b)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1312, in log_execute
ret = self.cursor.execute(command, *a[1:], **b)
ProgrammingError: relation "auth_group" does not exist
LINE 1: SELECT auth_group.id, auth_group.uuid FROM auth_group WHERE...
^
root@dpr:/home/web2py#
Thoughts?
Adam
--
You received this message because you are subscribed to a topic in the Google Groups "Sahana-Eden" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sahana-eden/zrY6cyMr5YY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/475341360.h5ll595UPd%40aldebaran.
--
You received this message because you are subscribed to a topic in the Google Groups "Sahana-Eden" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sahana-eden/zrY6cyMr5YY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/2215504.xPXF1QYWSs%40aldebaran.
root@dpr:/home/web2py# python web2py.py -S eden -M -R applications/eden/static/scripts/tools/noop.py
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2015
Version 2.9.12-stable+timestamp.2015.02.13.23.31.09
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000, pyodbc
Traceback (most recent call last):
File "/home/web2py/gluon/restricted.py", line 226, in restricted
exec ccode in environment
File "applications/eden/models/00_utils.py", line 84, in <module>
main = S3MainMenu.menu()
File "applications/eden/modules/s3menus.py", line 56, in menu
cls.menu_help(right=True),
File "applications/eden/modules/s3menus.py", line 161, in menu_help
table = current.s3db.tour_config
File "applications/eden/modules/s3/s3model.py", line 159, in __getattr__
AttributeError("undefined table: %s" % name))
File "applications/eden/modules/s3/s3model.py", line 224, in table
model(prefix)
File "applications/eden/modules/s3/s3model.py", line 103, in __init__
env = self.model()
File "applications/eden/modules/s3db/tour.py", line 64, in model
person_id = self.pr_person_id
File "applications/eden/modules/s3/s3model.py", line 159, in __getattr__
AttributeError("undefined table: %s" % name))
File "applications/eden/modules/s3/s3model.py", line 224, in table
model(prefix)
File "applications/eden/modules/s3/s3model.py", line 103, in __init__
env = self.model()
File "applications/eden/modules/s3db/pr.py", line 779, in model
super_link("track_id", "sit_trackable"),
File "applications/eden/modules/s3/s3model.py", line 989, in super_link
supertable = cls.table(supertable)
File "applications/eden/modules/s3/s3model.py", line 224, in table
model(prefix)
File "applications/eden/modules/s3/s3model.py", line 103, in __init__
env = self.model()
File "applications/eden/modules/s3db/sit.py", line 52, in model
location_id = self.gis_location_id
File "applications/eden/modules/s3/s3model.py", line 159, in __getattr__
AttributeError("undefined table: %s" % name))
File "applications/eden/modules/s3/s3model.py", line 224, in table
model(prefix)
File "applications/eden/modules/s3/s3model.py", line 103, in __init__
env = self.model()
File "applications/eden/modules/s3db/gis.py", line 278, in model
*meta_spatial_fields)
File "applications/eden/modules/s3/s3model.py", line 361, in define_table
table = db.define_table(tablename, *fields, **args)
File "/home/web2py/gluon/packages/dal/pydal/base.py", line 814, in define_table
table = self.lazy_define_table(tablename,*fields,**args)
File "/home/web2py/gluon/packages/dal/pydal/base.py", line 851, in lazy_define_table
polymodel=polymodel)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 463, in create_table
self.create_sequence_and_triggers(query,table)
File "/home/web2py/gluon/packages/dal/pydal/adapters/postgres.py", line 86, in create_sequence_and_triggers
self.execute(query)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1318, in execute
return self.log_execute(*a, **b)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1312, in log_execute
ret = self.cursor.execute(command, *a[1:], **b)
ProgrammingError: relation "gis_location" already exists
root@dpr:/home/web2py#
Hmmm...
Adam
root@dpr:/home/web2py# cd /usr/local/bin
root@dpr:/usr/local/bin# ls
backup clean compile migrate pg1024 pg512 pull revert runxlrd.py uwsgi w2p
root@dpr:/usr/local/bin# ./clean
Stopping script uwsgi
sudo: parse error in /etc/sudoers near line 16
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
createdb: database creation failed: ERROR: database "sahana" already exists
psql:/usr/share/postgresql/9.3/extension/postgis--2.1.5.sql:15572: ERROR: pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION
sudo: parse error in /etc/sudoers near line 16
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2015
Version 2.9.12-stable+timestamp.2015.02.13.23.31.09
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000, pyodbc
Traceback (most recent call last):
File "/home/web2py/gluon/restricted.py", line 226, in restricted
exec ccode in environment
File "applications/eden/models/00_utils.py", line 84, in <module>
main = S3MainMenu.menu()
File "applications/eden/modules/s3menus.py", line 56, in menu
cls.menu_help(right=True),
File "applications/eden/modules/s3menus.py", line 173, in menu_help
table.role,
File "/home/web2py/gluon/packages/dal/pydal/objects.py", line 2076, in select
return adapter.select(self.query,fields,attributes)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1231, in select
return self._select_aux(sql,fields,attributes)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1196, in _select_aux
self.execute(sql)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1318, in execute
return self.log_execute(*a, **b)
File "/home/web2py/gluon/packages/dal/pydal/adapters/base.py", line 1312, in log_execute
ret = self.cursor.execute(command, *a[1:], **b)
ProgrammingError: relation "tour_config" does not exist
LINE 1: ...ller, tour_config.function, tour_config.role FROM tour_confi...
^
Starting uwsgi
[uWSGI] getting INI configuration from /home/web2py/uwsgi.ini
sudo: parse error in /etc/sudoers near line 16
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
root@dpr:/usr/local/bin#
Thoughts?
THANK YOU!
Adam
You received this message because you are subscribed to a topic in the Google Groups "Sahana-Eden" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sahana-eden/zrY6cyMr5YY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/CAPKzktJARM8Ftuw0cS36iOSYP3raJyYqe9g%2BL-tEiWQf5R6XEw%40mail.gmail.com.
root@dpr:/usr/local/bin# ./clean
Stopping script uwsgi
psql:/usr/share/postgresql/9.3/extension/postgis--2.1.5.sql:15572: ERROR: pg_extension_config_dump() can only be called from an SQL script executed by CREATE EXTENSION
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2015
Version 2.9.12-stable+timestamp.2015.02.13.23.31.09
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000, pyodbc
Please be patient whilst the database is populated
Pre-populate task completed in 0.86 mins
Location Tree update completed in 0:00:03.484314
Demographic data aggregation completed in 0:00:00.026436
Pre-populate completed in 0.92 mins
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2015
Version 2.9.12-stable+timestamp.2015.02.13.23.31.09
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000, pyodbc
Starting uwsgi
[uWSGI] getting INI configuration from /home/web2py/uwsgi.ini
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2015
Version 2.9.12-stable+timestamp.2015.02.13.23.31.09
Database drivers available: psycopg2, pymysql, imaplib, sqlite3, pg8000, pyodbc
Traceback (most recent call last):
File "/home/web2py/gluon/shell.py", line 262, in run
execfile(startfile, _env)
IOError: [Errno 2] No such file or directory: '/home/data/import.py'
root@dpr:/usr/local/bin# service web2py start
[ ok ] Starting Web Framework: web2py.
root@dpr:/usr/local/bin#
Still not working :/
Adam
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/1614129.bTk7s5ZVhM%40aldebaran.
I can't access the server. It gives me a link to an error ticket but when I click the link I just get another link to a new error ticket over and over. I deleted everything in /home/web2py and am rerunning the install and configure scripts. I also deleted all sahana databases in postgres.
Will update once its complete.
Adam
Sent from my Google Nexus 6
--
You received this message because you are subscribed to a topic in the Google Groups "Sahana-Eden" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sahana-eden/zrY6cyMr5YY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/2123526.LyUuH3yF1K%40aldebaran.
Switching to IRC. Can you join?
Adam
Sent from my Google Nexus 6
--
You received this message because you are subscribed to a topic in the Google Groups "Sahana-Eden" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sahana-eden/zrY6cyMr5YY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sahana-eden...@googlegroups.com.
To post to this group, send email to sahan...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sahana-eden/2450630.aFxgjLrBcZ%40aldebaran.