Can no longer launch app after update from 575 #109

Closed
opened 2016-01-10 11:30:25 +00:00 by somebody · 0 comments
somebody commented 2016-01-10 11:30:25 +00:00
Owner
2016-01-10 16:57:17,670:DEBUG:server:shutdown downloads
2016-01-10 16:57:18,107:DEBUG:server:shutdown http_server
2016-01-10 16:57:18,108:DEBUG:server:shutdown tasks
2016-01-10 16:57:18,109:DEBUG:server:shutdown nodes
2016-01-10 16:57:18,124:DEBUG:server:shutdown tor
2016-01-10 16:57:18,183:DEBUG:server:remove /tmp/openmedialibrary.rolux.do7hzloarcwvjaqm.pid
2016-01-10 16:57:18,210:ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar
Traceback (most recent call last):
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 565, in _finalize_fairy
    fairy._reset(pool, echo)
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 699, in _reset
    pool._dialect.do_rollback(self)
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 406, in do_rollback
    dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760
2016-01-10 16:57:18,214:ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x112914490>
Traceback (most recent call last):
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 565, in _finalize_fairy
    fairy._reset(pool, echo)
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 699, in _reset
    pool._dialect.do_rollback(self)
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 406, in do_rollback
    dbapi_connection.rollback()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 250, in _close_connection
    self._dialect.do_close(connection)
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 412, in do_close
    dbapi_connection.close()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760
^C
Rolux:Open Media Library rolux$ tail -f config/debug.log 
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 250, in _close_connection
    self._dialect.do_close(connection)
> File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 412, in do_close
    dbapi_connection.close()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760
``` 2016-01-10 16:57:17,670:DEBUG:server:shutdown downloads 2016-01-10 16:57:18,107:DEBUG:server:shutdown http_server 2016-01-10 16:57:18,108:DEBUG:server:shutdown tasks 2016-01-10 16:57:18,109:DEBUG:server:shutdown nodes 2016-01-10 16:57:18,124:DEBUG:server:shutdown tor 2016-01-10 16:57:18,183:DEBUG:server:remove /tmp/openmedialibrary.rolux.do7hzloarcwvjaqm.pid 2016-01-10 16:57:18,210:ERROR:sqlalchemy.pool.NullPool:Exception during reset or similar Traceback (most recent call last): > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 565, in _finalize_fairy fairy._reset(pool, echo) > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 699, in _reset pool._dialect.do_rollback(self) > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 406, in do_rollback dbapi_connection.rollback() sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760 2016-01-10 16:57:18,214:ERROR:sqlalchemy.pool.NullPool:Exception closing connection <sqlite3.Connection object at 0x112914490> Traceback (most recent call last): > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 565, in _finalize_fairy fairy._reset(pool, echo) > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 699, in _reset pool._dialect.do_rollback(self) > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 406, in do_rollback dbapi_connection.rollback() sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760 During handling of the above exception, another exception occurred: Traceback (most recent call last): > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 250, in _close_connection self._dialect.do_close(connection) > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 412, in do_close dbapi_connection.close() sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760 ^C Rolux:Open Media Library rolux$ tail -f config/debug.log sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760 During handling of the above exception, another exception occurred: Traceback (most recent call last): > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/pool.py", line 250, in _close_connection self._dialect.do_close(connection) > File "/Users/rolux/Library/Application Support/Open Media Library/platform/Darwin/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 412, in do_close dbapi_connection.close() sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145356541952 and this is thread id 140735155445760 ```
rlx added the
critical
defect
labels 2016-01-10 11:30:25 +00:00
rlx added the
worksforme
label 2016-01-12 08:54:19 +00:00
rlx closed this issue 2016-01-12 08:54:19 +00:00
rlx added this to the M2 (now) milestone 2016-01-16 05:49:20 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/openmedialibrary#109
No description provided.