You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: