Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. 2014-07-23 16:05:08,350 DEBUG - MainThread - - MainThread - about to run <class 'socorro.cron.jobs.matviews.SignaturesCronApp'>
  2. 2014-07-23 16:05:08,547 ERROR - MainThread - - MainThread - Exception raised during socorro.external.postgresql.connection_context transaction
  3. Traceback (most recent call last):
  4. File "/data/socorro/socorro-virtualenv/lib/python2.6/site-packages/crontabber/transaction_executor.py", line 46, in __call__
  5. result = function(connection, *args, **kwargs)
  6. File "/data/socorro/application/socorro/cron/jobs/matviews.py", line 52, in run
  7. self.run_proc(connection, [target_date])
  8. File "/data/socorro/application/socorro/cron/jobs/matviews.py", line 28, in run_proc
  9. cursor.callproc(self.get_proc_name(), signature)
  10. ProgrammingError: column "updateday" does not exist
  11. LINE 1: SELECT updateday
  12. ^
  13. QUERY: SELECT updateday
  14. CONTEXT: PL/pgSQL function update_signatures_hourly(timestamp with time zone,interval,boolean) line 49 at RAISE
  15. SQL statement "SELECT update_signatures_hourly(
  16. updateday::timestamp AT TIME ZONE 'UTC',
  17. '24:00:00',
  18. checkdata
  19. )"
  20. PL/pgSQL function update_signatures(date,boolean) line 10 at PERFORM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement