Overview
Comment: | Added signature for FATAL ERROR: to triage.rb |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
4e774e65ead8182123eb57e347118fc5 |
User & Date: | matt on 2017-03-28 18:46:53 |
Other Links: | branch diff | manifest | tags |
Context
2017-03-29
| ||
10:50 | added utilities I developed on the side to assist in transition. Not functional yet in this area. check-in: 275dbf2c2e user: bjbarcla tags: v1.64 | |
2017-03-28
| ||
18:46 | Added signature for FATAL ERROR: to triage.rb check-in: 4e774e65ea user: matt tags: v1.64 | |
18:35 | special handler for strange configdat not defined issue. Updated to retry up to five times. check-in: 9b63886415 user: matt tags: v1.64 | |
Changes
Modified utils/triage.rb from [37ab272305] to [1b394ae2b3].
︙ | ︙ | |||
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 'thread: \(file-exists\?\) system error while trying to access file:', 'error: database is locked', 'Finalizing failed, unable to close due to unfinalized statements or unfinished backups', 'rmt.scm:276: current-milliseconds', 'http-transport.scm:366: exit', 'should never happen', 'FATAL: \*configdat\* was inaccessible! This should never happen.', '!!ISOENV PRESENT!!' ] allfiles.each{|logfile| bucket = 'OK' open(logfile){|fh| | > | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | 'thread: \(file-exists\?\) system error while trying to access file:', 'error: database is locked', 'Finalizing failed, unable to close due to unfinalized statements or unfinished backups', 'rmt.scm:276: current-milliseconds', 'http-transport.scm:366: exit', 'should never happen', 'FATAL: \*configdat\* was inaccessible! This should never happen.', 'FATAL ERROR: http-transport:client-api-send-receive called with no server info', '!!ISOENV PRESENT!!' ] allfiles.each{|logfile| bucket = 'OK' open(logfile){|fh| |
︙ | ︙ |