I am trying to start web2py scheduler with python web2py.py -K myapp
on a Ubuntu 16.04 server with web2py 2.14.6-stable+timestamp.2016.05.10.00.21.47 (running on nginx/1.10.0, Python 2.7.11+) db connector is psycopg2 myapp is using a remote postgres database over ssl In the app every is working fine, the database connection string is ok. When starting the scheduler in debug mode, i get: $ python web2py.py -K skarp -D 0 web2py Web Framework Created by Massimo Di Pierro, Copyright 2007-2016 Version 2.14.6-stable+timestamp.2016.05.10.00.21.47 Database drivers available: sqlite3, psycopg2, pg8000, pymysql, imaplib starting single-scheduler for "skarp"... DEBUG:web2py.scheduler.web02#51073:defining tables (migrate=True) DEBUG:web2py.scheduler.web02#51073:thread building own DAL object DEBUG:web2py.scheduler.web02#51073:looping... INFO:web2py.scheduler.web02#51073:nothing to do DEBUG:web2py.scheduler.web02#51073:sleeping... DEBUG:web2py.scheduler.web02#51073:defining tables (migrate=False) ERROR:web2py.scheduler.web02#51073:Error retrieving status DEBUG:web2py.scheduler.web02#51073:looping... INFO:web2py.scheduler.web02#51073:nothing to do DEBUG:web2py.scheduler.web02#51073:sleeping... ERROR:web2py.scheduler.web02#51073:Error retrieving status etc.etc. setiing migrate to False or True makes no difference. Has anyone a clue what is going wrong? -- 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 the Google Groups "web2py-users" 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.

