Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

ProgrammingError: Table 'pulistatdb.pools' doesn't exist #42

@akashtalole

Description

@akashtalole

I have already created two databases pulidb and pulidb. pulidb tables are created but error in creation of pulistatdb tables.

2016-03-30 13:05:55 tornado.application ERROR Error in periodic callback
Traceback (most recent call last):
File "/root/puli_venv/lib/python2.6/site-packages/tornado/ioloop.py", line 794, in _run
self.callback()
File "/opt/puli/octopus/core/framework/wsappframework.py", line 68, in loop
self.application.mainLoop()
File "/opt/puli/octopus/dispatcher/dispatcher.py", line 297, in mainLoop
self.updateDB()
File "/opt/puli/octopus/dispatcher/dispatcher.py", line 337, in updateDB
self.pulidb.createElements(self.dispatchTree.toCreateElements)
File "/opt/puli/octopus/dispatcher/db/pulidb.py", line 423, in createElements
conn.query(conn.sqlrepr(Insert(Pools.q, values=fields)))
File "/root/puli_venv/lib/python2.6/site-packages/sqlobject/dbconnection.py", line 414, in query
return self._runWithConnection(self._query, s)
File "/root/puli_venv/lib/python2.6/site-packages/sqlobject/dbconnection.py", line 327, in _runWithConnection
val = meth(conn, *args)
File "/root/puli_venv/lib/python2.6/site-packages/sqlobject/dbconnection.py", line 411, in _query
self._executeRetry(conn, conn.cursor(), s)
File "/root/puli_venv/lib/python2.6/site-packages/sqlobject/mysql/mysqlconnection.py", line 133, in _executeRetry
raise ProgrammingError(ErrorMessage(e))
ProgrammingError: Table 'pulistatdb.pools' doesn't exist
^C2016-03-30 13:05:58 main WARNING -----------------------------------------------
2016-03-30 13:05:58 main WARNING Exit event caught: closing dispatcher...
2016-03-30 13:05:58 main WARNING [OK] update completion and status
2016-03-30 13:05:58 main WARNING [OK] update render nodes
2016-03-30 13:05:58 main WARNING [OK] validate dependencies
2016-03-30 13:05:58 main WARNING [HS] update DB
2016-03-30 13:05:58 main WARNING Bye.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions