| web2py™ | Version 2.8.2-stable+timestamp.2013.11.28.13.54.07 |
|---|---|
| Python | Python 2.7.4: /app/.heroku/python/bin/python (prefix: /app/.heroku/python) |
1. | Traceback (most recent call last): I'm getting this ticket with my app and even with a blank copy of web2py and the default apps. The admin interface works just fine. What can be the cause of this issue?*Note: In the traceback I pasted here I did replace the get_db connection name to the generated one, but the traceback is basically the same if I use the default (none).Best regards,Ismael Serratos. |
The only information that I get is this part of the traceback:
(self=<gluon.contrib.heroku.HerokuPostgresAdapter object>, *a=('CREATE TABLE IF NOT EXISTS web2py_filesystem (path VARCHAR(255), content TEXT, PRIMARY KEY(path));',), **b={})
1905. | command = self.filter_sql_command(command) |
|
self.db._timings.append((command,time.time()-t0)) |
| self | <gluon.contrib.heroku.HerokuPostgresAdapter object> |
|---|---|
| ret | undefined |
| self.cursor.execute | <built-in method execute of psycopg2._psycopg.cursor object> |
| a | ('CREATE TABLE IF NOT EXISTS web2py_filesystem (path VARCHAR(255), content TEXT, PRIMARY KEY(path));',) |
| b | {} |
| self.cursor | <cursor object at 0x21c3908; closed: 0> |
| command | 'CREATE TABLE IF NOT EXISTS web2py_filesystem (path VARCHAR(255), content TEXT, PRIMARY KEY(path));' |
2013-12-28T05:17:30.576403+00:00 app[web.1]: ERROR:web2py.dal:Could not retrieve applications/init/databases/bad0fba8494e4bab4e99ad1290bcc0d2_web2py_session_init.table
2013-12-28T05:17:30.576403+00:00 app[web.1]: if db.executesql(query):
2013-12-28T05:17:30.576403+00:00 app[web.1]: Traceback (most recent call last):
2013-12-28T05:17:30.576403+00:00 app[web.1]: File "/app/gluon/dal.py", line 8349, in executesql
2013-12-28T05:17:30.576403+00:00 app[web.1]: File "/app/gluon/dal.py", line 4470, in exists
2013-12-28T05:17:30.576403+00:00 app[web.1]: return self.log_execute(*a, **b)
2013-12-28T05:17:30.576403+00:00 app[web.1]: adapter.execute(query)
2013-12-28T05:17:30.576403+00:00 app[web.1]: File "/app/gluon/dal.py", line 1916, in execute
2013-12-28T05:17:30.576403+00:00 app[web.1]: ret = self.cursor.execute(command, *a[1:], **b)
2013-12-28T05:17:30.576667+00:00 app[web.1]:
2013-12-28T05:17:30.576667+00:00 app[web.1]:
2013-12-28T05:17:30.576403+00:00 app[web.1]: File "/app/gluon/dal.py", line 1910, in log_execute
2013-12-28T05:17:30.576667+00:00 app[web.1]: ProgrammingError: relation "web2py_filesystem" does not exist
2013-12-28T05:17:30.576667+00:00 app[web.1]: LINE 1: SELECT path FROM web2py_filesystem WHERE path='applications/...
2013-12-28T05:17:30.576667+00:00 app[web.1]:
2013-12-28T05:17:30.576667+00:00 app[web.1]: ProgrammingError: relation "web2py_filesystem" does not exist
2013-12-28T05:17:30.576667+00:00 app[web.1]: LINE 1: SELECT path FROM web2py_filesystem WHERE path='applications/...
2013-12-28T05:17:30.576667+00:00 app[web.1]:
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/w2RJBqKIwRE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.