Advertisement
ibuckshot5

Untitled

Feb 12th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. 2017-02-12 10:14:37,716 [ db-cleaner][ models][ ERROR] Exception i
  2. n clean_db_loop: OperationalError(1040, u'Too many connections')
  3. Traceback (most recent call last):
  4. File "C:\RocketMap-develop\RocketMap-develop\pogom\models.py"
  5. , line 2255, in clean_db_loop
  6. query.execute()
  7. File "C:\Python27\lib\site-packages\peewee.py", line 3274, in execute
  8. return self.database.rows_affected(self._execute())
  9. File "C:\Python27\lib\site-packages\peewee.py", line 2656, in _execute
  10. return self.database.execute_sql(sql, params, self.require_commit)
  11. File "C:\Python27\lib\site-packages\playhouse\shortcuts.py", line 207, in exec
  12. ute_sql
  13. cursor = self.get_cursor()
  14. File "C:\Python27\lib\site-packages\peewee.py", line 3431, in get_cursor
  15. return self.get_conn().cursor()
  16. File "C:\Python27\lib\site-packages\peewee.py", line 3424, in get_conn
  17. self.connect()
  18. File "C:\Python27\lib\site-packages\peewee.py", line 3404, in connect
  19. self.initialize_connection(self.__local.conn)
  20. File "C:\Python27\lib\site-packages\peewee.py", line 3316, in __exit__
  21. reraise(new_type, new_type(*exc_args), traceback)
  22. File "C:\Python27\lib\site-packages\peewee.py", line 3402, in connect
  23. **self.connect_kwargs)
  24. File "C:\Python27\lib\site-packages\playhouse\pool.py", line 128, in _connect
  25. conn = super(PooledDatabase, self)._connect(*args, **kwargs)
  26. File "C:\Python27\lib\site-packages\peewee.py", line 3929, in _connect
  27. return mysql.connect(db=database, **conn_kwargs)
  28. File "C:\Python27\lib\site-packages\pymysql\__init__.py", line 88, in Connect
  29. return Connection(*args, **kwargs)
  30. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 690, in __in
  31. it__
  32. self.connect()
  33. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 908, in conn
  34. ect
  35. self._request_authentication()
  36. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 1116, in _re
  37. quest_authentication
  38. auth_packet = self._read_packet()
  39. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 983, in _rea
  40. d_packet
  41. packet.check_error()
  42. File "C:\Python27\lib\site-packages\pymysql\connections.py", line 395, in chec
  43. k_error
  44. err.raise_mysql_exception(self._data)
  45. File "C:\Python27\lib\site-packages\pymysql\err.py", line 120, in raise_mysql_
  46. exception
  47. _check_mysql_exception(errinfo)
  48. File "C:\Python27\lib\site-packages\pymysql\err.py", line 112, in _check_mysql
  49. _exception
  50. raise errorclass(errno, errorvalue)
  51. OperationalError: (1040, u'Too many connections')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement