agrc / forklift

:tractor::package::sparkles: Slinging data all over the place :tractor::package::sparkles:
MIT License
28 stars 3 forks source link

Show Copy Data to Server Errors in Report #279

Closed stdavis closed 4 years ago

stdavis commented 5 years ago

These types of errors are not showing up in the shipping report but they should be...

ERROR   04-02 00:01:55     engine:  242 GISApp1 did not stop, skipping copy. HTTPSConnectionPool(host='app1', port=6443): Max retries exceeded with url: /arcgis/admin/generateToken (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x00000073C9412748>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',))
INFO    04-02 00:01:55     engine:  233 stopping (GISApp2)
INFO    04-02 00:02:26     engine:  238 stopping GISApp2 time: 31.04 seconds
ERROR   04-02 00:02:26     engine:  242 GISApp2 did not stop, skipping copy. HTTPSConnectionPool(host='app2', port=6443): Max retries exceeded with url: /arcgis/admin/generateToken (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x00000073C943BCC0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',))
INFO    04-02 00:02:26     engine:  233 stopping (GISApp3)
INFO    04-02 00:02:53     engine:  238 stopping GISApp3 time: 26187 ms
ERROR   04-02 00:02:53     engine:  242 GISApp3 did not stop, skipping copy. HTTPSConnectionPool(host='app3', port=6443): Max retries exceeded with url: /arcgis/admin/generateToken (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
INFO    04-02 00:02:53     engine:  233 stopping (GISApp4)
INFO    04-02 00:03:19     engine:  238 stopping GISApp4 time: 26159 ms
ERROR   04-02 00:03:19     engine:  242 GISApp4 did not stop, skipping copy. HTTPSConnectionPool(host='app4', port=6443): Max retries exceeded with url: /arcgis/admin/generateToken (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",),))
INFO    04-02 00:03:19     engine:  290 total copy time: 1.91 minutes