Advertisement
Guest User

Untitled

a guest
Jul 14th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1.  
  2. 2018/07/13 19:02:48: hydrus client started
  3. 2018/07/13 19:02:48: booting controller…
  4. 2018/07/13 19:02:48: booting db…
  5. 2018/07/13 19:02:48: preparing disk cache
  6. 2018/07/13 19:02:48: preparing db caches
  7. 2018/07/13 19:02:48: booting db…
  8. 2018/07/13 19:02:48: initialising managers
  9. 2018/07/13 19:02:50: booting gui…
  10. 2018/07/13 19:35:34: shutting down gui…
  11. 2018/07/13 19:35:34: waiting for daemons to exit
  12. 2018/07/13 19:35:35: public tag repository sync: processing updates
  13. 2018/07/13 19:35:35: fattening service info
  14. 2018/07/13 19:36:09: processed 610292 definitions at 18284 rows/s
  15. 2018/07/13 19:47:41: processed 10845562 content rows at 15667 rows/s
  16. 2018/07/13 19:47:41: When the transaction failed, attempting to rollback the database failed. Please restart the client as soon as is convenient.
  17. 2018/07/13 19:47:41: While processing updates for the public tag repository repository, one failed! The error follows:
  18. 2018/07/13 19:47:41:
  19. 2018/07/13 19:47:41: Exception:
  20. 2018/07/13 19:47:41: DBException: OperationalError: database or disk is full
  21.  
  22. Database Traceback (most recent call last):
  23. File "include\HydrusDB.py", line 537, in _ProcessJob
  24. result = self._Write( action, *args, **kwargs )
  25. File "include\ClientDB.py", line 10965, in _Write
  26. elif action == 'process_repository': result = self._ProcessRepositoryUpdates( *args, **kwargs )
  27. File "include\ClientDB.py", line 8430, in _ProcessRepositoryUpdates
  28. did_whole_update = self._ProcessRepositoryContentUpdate( job_key, service_id, content_update )
  29. File "include\ClientDB.py", line 8045, in _ProcessRepositoryContentUpdate
  30. self._UpdateMappings( service_id, mappings_ids = mappings_ids )
  31. File "include\ClientDB.py", line 10450, in _UpdateMappings
  32. self._c.executemany( 'INSERT OR IGNORE INTO ' + current_mappings_table_name + ' VALUES ( ?, ? );', ( ( tag_id, hash_id ) for hash_id in hash_ids ) )
  33. OperationalError: database or disk is full
  34.  
  35.  
  36. Traceback (most recent call last):
  37. File "include\ClientServices.py", line 1422, in SyncProcessUpdates
  38. ( did_some_work, did_everything ) = HG.client_controller.WriteSynchronous( 'process_repository', self._service_key, only_when_idle, stop_time )
  39. File "include\HydrusController.py", line 640, in WriteSynchronous
  40. return self._Write( action, HC.LOW_PRIORITY, True, *args, **kwargs )
  41. File "include\HydrusController.py", line 201, in _Write
  42. result = self.db.Write( action, priority, synchronous, *args, **kwargs )
  43. File "include\HydrusDB.py", line 908, in Write
  44. if synchronous: return job.GetResult()
  45. File "include\HydrusData.py", line 1699, in GetResult
  46. raise e
  47. DBException: OperationalError: database or disk is full
  48.  
  49. Database Traceback (most recent call last):
  50. File "include\HydrusDB.py", line 537, in _ProcessJob
  51. result = self._Write( action, *args, **kwargs )
  52. File "include\ClientDB.py", line 10965, in _Write
  53. elif action == 'process_repository': result = self._ProcessRepositoryUpdates( *args, **kwargs )
  54. File "include\ClientDB.py", line 8430, in _ProcessRepositoryUpdates
  55. did_whole_update = self._ProcessRepositoryContentUpdate( job_key, service_id, content_update )
  56. File "include\ClientDB.py", line 8045, in _ProcessRepositoryContentUpdate
  57. self._UpdateMappings( service_id, mappings_ids = mappings_ids )
  58. File "include\ClientDB.py", line 10450, in _UpdateMappings
  59. self._c.executemany( 'INSERT OR IGNORE INTO ' + current_mappings_table_name + ' VALUES ( ?, ? );', ( ( tag_id, hash_id ) for hash_id in hash_ids ) )
  60. OperationalError: database or disk is full
  61.  
  62.  
  63.  
  64. File "threading.py", line 774, in __bootstrap
  65. File "threading.py", line 801, in __bootstrap_inner
  66. File "include\HydrusThreading.py", line 283, in run
  67. callable( *args, **kwargs )
  68. File "include\ClientController.py", line 1283, in THREADExitEverything
  69. self.ShutdownView()
  70. File "include\ClientController.py", line 1162, in ShutdownView
  71. self.DoIdleShutdownWork()
  72. File "include\ClientController.py", line 399, in DoIdleShutdownWork
  73. service.SyncProcessUpdates( only_when_idle = False, stop_time = stop_time )
  74. File "include\ClientServices.py", line 1445, in SyncProcessUpdates
  75. HydrusData.ShowException( e )
  76. File "include\HydrusData.py", line 1059, in PrintException
  77. stack_list = traceback.format_stack()
  78.  
  79. 2018/07/13 19:47:41:
  80. 2018/07/13 19:47:41: Exception:
  81. 2018/07/13 19:47:41: OperationalError: no such savepoint: hydrus_savepoint
  82.  
  83. Traceback (most recent call last):
  84. File "include\HydrusDB.py", line 571, in _ProcessJob
  85. self._Rollback()
  86. File "include\HydrusDB.py", line 615, in _Rollback
  87. self._c.execute( 'ROLLBACK TO hydrus_savepoint;' )
  88. OperationalError: no such savepoint: hydrus_savepoint
  89.  
  90.  
  91. File "threading.py", line 774, in __bootstrap
  92. File "threading.py", line 801, in __bootstrap_inner
  93. File "include\HydrusThreading.py", line 283, in run
  94. callable( *args, **kwargs )
  95. File "include\HydrusDB.py", line 804, in MainLoop
  96. self._ProcessJob( job )
  97. File "include\HydrusDB.py", line 583, in _ProcessJob
  98. HydrusData.PrintException( rollback_e )
  99. File "include\HydrusData.py", line 1059, in PrintException
  100. stack_list = traceback.format_stack()
  101.  
  102. 2018/07/13 19:47:42: shutting down db…
  103. 2018/07/13 19:47:43: cleaning up…
  104. 2018/07/13 19:47:43:
  105. 2018/07/13 19:47:44: shutting down controller…
  106. 2018/07/13 19:47:44: hydrus client shut down
  107. 2018/07/13 19:48:29: hydrus client started
  108. 2018/07/13 19:48:29: booting controller…
  109. 2018/07/13 19:48:29: booting db…
  110. 2018/07/13 19:48:29: preparing disk cache
  111. 2018/07/13 19:48:30: preparing db caches
  112. 2018/07/13 19:48:30: booting db…
  113. 2018/07/13 19:48:30: initialising managers
  114. 2018/07/13 19:48:32: booting gui…
  115. 2018/07/13 19:48:38: shutting down gui…
  116. 2018/07/13 19:48:38: waiting for daemons to exit
  117. 2018/07/13 19:48:40: cleaning up…
  118. 2018/07/13 19:48:40:
  119. 2018/07/13 19:48:58: shutting down controller…
  120. 2018/07/13 19:48:58: hydrus client shut down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement