You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Marian observed the following in the archiver logs that may be a result of a lost connection to the HTTP server. (I think Abigail added code to keep connections up at some point. That may need to be made more-robust.)
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR Traceback (most recent call last):
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR File "/usr/libexec/pscheduler/classes/archiver/http/archive", line 207, in <module>
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR File "/usr/libexec/pscheduler/classes/archiver/http/archive", line 207, in <module>
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR EMITTER(archive(parsed))
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR EMITTER(archive(parsed))
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR File "/usr/lib/python3.6/site-packages/pscheduler/psjson.py", line 202, in __call__
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR File "/usr/lib/python3.6/site-packages/pscheduler/psjson.py", line 202, in __call__
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR self.emit_text(json_dump(json, pretty=False))
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR self.emit_text(json_dump(json, pretty=False))
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR File "/usr/lib/python3.6/site-packages/pscheduler/psjson.py", line 197, in emit_text
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR File "/usr/lib/python3.6/site-packages/pscheduler/psjson.py", line 197, in emit_text
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR self.handle.flush()
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR self.handle.flush()
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR BrokenPipeError: [Errno 32] Broken pipe
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR BrokenPipeError: [Errno 32] Broken pipe
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR Exception: BrokenPipeError: [Errno 32] Broken pipe
Nov 28 10:08:40 psb02-gva archiver-http/archive ERROR Exception: BrokenPipeError: [Errno 32] Broken pipe
Marian observed the following in the archiver logs that may be a result of a lost connection to the HTTP server. (I think Abigail added code to keep connections up at some point. That may need to be made more-robust.)
Archive config:
The text was updated successfully, but these errors were encountered: