Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. [2018-04-21 16:54:51,913: ERROR/MainProcess] Pool callback raised exception: OperationalError('(_mysql_exceptions.OperationalError) (2013, \'Lost connection to MySQL server at \\\'reading initial communication packet\\\', system error: 0 "Internal error/check (Not system error)"\')',)
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2158, in _wrap_pool_connect
  4. return fn()
  5. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 403, in connect
  6. return _ConnectionFairy._checkout(self)
  7. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 788, in _checkout
  8. fairy = _ConnectionRecord.checkout(pool)
  9. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 532, in checkout
  10. rec = pool._do_get()
  11. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 1284, in _do_get
  12. return self._create_connection()
  13. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 350, in _create_connection
  14. return _ConnectionRecord(self)
  15. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 477, in __init__
  16. self.__connect(first_connect_check=True)
  17. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool.py", line 671, in __connect
  18. connection = pool._invoke_creator(self)
  19. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 106, in connect
  20. return dialect.connect(*cargs, **cparams)
  21. File "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 410, in connect
  22. return self.dbapi.connect(*cargs, **cparams)
  23. File "/usr/local/lib/python3.6/site-packages/MySQLdb/__init__.py", line 86, in Connect
  24. return Connection(*args, **kwargs)
  25. File "/usr/local/lib/python3.6/site-packages/MySQLdb/connections.py", line 204, in __init__
  26. super(Connection, self).__init__(*args, **kwargs2)
  27. _mysql_exceptions.OperationalError: (2013, 'Lost connection to MySQL server at \'reading initial communication packet\', system error: 0 "Internal error/check (Not system error)"')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement