Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. 2017/02/04 00:12:43: hydrus client started
  2. 2017/02/04 00:12:43: booting controller...
  3. 2017/02/04 00:12:43: booting db...
  4. 2017/02/04 00:12:43: preparing disk cache
  5. 2017/02/04 00:12:48: preparing db caches
  6. 2017/02/04 00:12:48: booting gui...
  7. 2017/02/04 00:15:02: checking db integrity: completed
  8.  
  9. errors found: 0
  10. 2017/02/04 00:17:00: Daemon MaintainTrash encountered an exception:
  11. 2017/02/04 00:17:00: Exception:
  12. 2017/02/04 00:17:00: DBException
  13.  
  14. Exception: Too many call to threads!
  15.  
  16. Traceback (most recent call last):
  17. File "include\HydrusThreading.py", line 195, in run
  18. self._callable( self._controller )
  19. File "include\ClientDaemons.py", line 238, in DAEMONMaintainTrash
  20. controller.WriteSynchronous( 'content_updates', service_keys_to_content_updates )
  21. File "include\HydrusController.py", line 353, in WriteSynchronous
  22. return self._Write( action, HC.LOW_PRIORITY, True, *args, **kwargs )
  23. File "include\HydrusController.py", line 113, in _Write
  24. result = self._db.Write( action, priority, synchronous, *args, **kwargs )
  25. File "include\HydrusDB.py", line 732, in Write
  26. if synchronous: return job.GetResult()
  27. File "include\HydrusData.py", line 1998, in GetResult
  28. raise e
  29. DBException: Exception: Too many call to threads!
  30.  
  31. Database Traceback (most recent call last):
  32. File "include\HydrusDB.py", line 467, in _ProcessJob
  33. elif job_type in ( 'write' ): result = self._Write( action, *args, **kwargs )
  34. File "include\ClientDB.py", line 9738, in _Write
  35. elif action == 'content_updates':result = self._ProcessContentUpdates( *args, **kwargs )
  36. File "include\ClientDB.py", line 6786, in _ProcessContentUpdates
  37. self._DeleteFiles( self._combined_local_file_service_id, deleted_hash_ids )
  38. File "include\ClientDB.py", line 3163, in _DeleteFiles
  39. self._DeletePhysicalFiles( valid_hash_ids )
  40. File "include\ClientDB.py", line 3253, in _DeletePhysicalFiles
  41. self._controller.CallToThread( client_files_manager.DelayedDeleteFiles, file_hashes )
  42. File "include\HydrusController.py", line 135, in CallToThread
  43. call_to_thread = self._GetCallToThread()
  44. File "include\HydrusController.py", line 72, in _GetCallToThread
  45. raise Exception( 'Too many call to threads!' )
  46. Exception: Too many call to threads!
  47.  
  48.  
  49.  
  50. Database Traceback (most recent call last):
  51. File "include\HydrusDB.py", line 467, in _ProcessJob
  52. elif job_type in ( 'write' ): result = self._Write( action, *args, **kwargs )
  53. File "include\ClientDB.py", line 9738, in _Write
  54. elif action == 'content_updates':result = self._ProcessContentUpdates( *args, **kwargs )
  55. File "include\ClientDB.py", line 6786, in _ProcessContentUpdates
  56. self._DeleteFiles( self._combined_local_file_service_id, deleted_hash_ids )
  57. File "include\ClientDB.py", line 3163, in _DeleteFiles
  58. self._DeletePhysicalFiles( valid_hash_ids )
  59. File "include\ClientDB.py", line 3253, in _DeletePhysicalFiles
  60. self._controller.CallToThread( client_files_manager.DelayedDeleteFiles, file_hashes )
  61. File "include\HydrusController.py", line 135, in CallToThread
  62. call_to_thread = self._GetCallToThread()
  63. File "include\HydrusController.py", line 72, in _GetCallToThread
  64. raise Exception( 'Too many call to threads!' )
  65. Exception: Too many call to threads!
  66.  
  67. 2017/02/04 00:25:20: shutting down gui...
  68. 2017/02/04 00:25:20: waiting for daemons to exit
  69. 2017/02/04 00:25:21: All folders balanced!
  70. 2017/02/04 00:25:21: preparing disk cache for maintenance
  71. 2017/02/04 00:25:21: fattening service info
  72. 2017/02/04 00:25:21: shutting down db...
  73. 2017/02/04 00:25:22: shutting down controller...
  74. 2017/02/04 00:25:22: hydrus client shut down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement