Ace:Log Messages
From Adapt
The following is a list of all the different types of messages the Audit Manager log files
Normal Operating Messages
- FILE_NEW
- A new file was found and will be audited as part of this collection.
- REMOVE_ITEM
- A file or directory was removed from auditing. This was done by someone logged into the web interface
- ADD_TOKEN
- New token from IMS added for this file. This should be seen soon after a FILE_NEW entry. This indicates a proof was received from the IMS that will be used to verify the hash for a file.
- FILE_AUDIT_START
- Auditing of files in a collection was started.
- FILE_AUDIT_FINISH
- Auditing of files in a collection finished.
- TOKEN_AUDIT_START
- Auditing of hashes in a collection started.
- TOKEN_AUDIT_FINISH
- Auditing of hashes in a collection finished.
Messages for missing or corrupt files
- FILE_MISSING
- The file no longer exists in the collection. If the file was deleted on purpose, you should use the ace file browser to remove the file from auditing.
- FILE_CORRUPT
- The file exists, but has changed since the it was entered into the audit manager. The details for the message will contain the old and new checksums of the file. If this is expected, you should .....
- ERROR_READING
- There was an error reading the file. The file will be marked as missing after this error. This could be caused by the underlying storage is going bad, a network error. You should try to access the file on your own and re-run the audit if nothing appears to be wrong.
- CREATE_TOKEN_ERROR
- There was an error creating a token for the given file. TODO: what causes this
- MISSING_TOKEN
- A file has been registered for monitoring, but no token or hash has been stored yet. This may be caused by a network problem with the IMS or the audit was stopped before all tokens were registered. A new run of the audit should fix this.
- TOKEN_INVALID
- A token and hash failed auditing. This means that either the proof for a hash, or the hash itself is not correct.
- SITE_UNACCESSABLE
- A collection was unavailable for auditing. This could be network or storage related. Check to see if you can access the files on your own and re-run the audit
Recovery Messages
You will see these types of messages when a file was previously marked as missing, corrupt or otherwise 'bad'. These messages mean that whatever problem existed before has since been corrected.
- FILE_ONLINE
- A file that was previously corrupt or missing has now been found to be present and intact.
- TOKEN_VALID
- A hash and proof that previously failed auditing was found to be valid.
System Errors
- SYSTEM_ERROR
- An unexpected error on the server occurred. The server may have run out of memory, database crashed, disk died or other problem on the Audit Manager. You should check the server log files for more details.
- LOG_TYPE_UNKNOWN
- Some type of unknown message got logged. This should never occur and the server log files should be checked for more details. This may occur if the wrong version of the Audit manager is running against a newer database.
- UNKNOWN_IMS_COMMUNICATION_ERROR
- An unexpected error occured trying to register tokens or retrieve CSI's for proofs/hashes. This is likely due to the network being down. Try to connect to the ims at http://ims.umiacs.umd.edu:8080/ace-ims/ and re-run the audit once the network problem is fixed.