Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If starting MessageHandler for the first time after a fresh installation, you will notice the following error message in the file 

Code Block
languagenone
themeEmacs
[ERROR] WrapperListener_start_runner DbLogService Table not found in 
statement [DELETE FROM status WHERE (received_date IS NULL AND 
DATEDIFF('dd', sent_date, CURRENT_TIMESTAMP) > ?) OR DATEDIFF('dd', 
received_date, CURRENT_TIMESTAMP) > ?] Query: DELETE FROM status WHERE 
(received_date IS NULL AND DATEDIFF('dd', sent_date, CURRENT_TIMESTAMP) > ?) 
OR DATEDIFF('dd', received_date, CURRENT_TIMESTAMP) > ? Parameters: [2, 2]

...

To start the Java application as a native Windows service the Tanuki Wrapper is used. This executable is signed and the corresponding certificate must be trusted by the operating system. If this isn’t the case the following statements are logged into wrapper.log

Emacs
Code Block
theme
/WARN   | wrapper  | 2018/04/23 10:49:13 | A signature was found in
"C:\BKS\open-egov-msghandler_8-LU-32\bin\wrapper.exe", but checksum failed:
(Errorcode: 0x800b010a) A certificate chain could not be built to a trusted root
authority. (0x800b010a)/
/WARN   | wrapper  | 2018/04/23 10:49:13 |   Signer Certificate:/
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Serial Number: /
/WARN   | wrapper  | 2018/04/23 10:49:13 |       00 90 4d 8f d1 f3 86 8a ad 5f 17 e8 93 41 c3 08 f2 /
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Issuer Name: COMODO RSA Code Signing CA/
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Subject Name: Tanuki Software Ltd./
/WARN   | wrapper  | 2018/04/23 10:49:13 |   TimeStamp Certificate:/
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Serial Number: /
/WARN   | wrapper  | 2018/04/23 10:49:13 |       16 88 f0 39 25 5e 63 8e 69 14 39 07 e6 33 0b /
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Issuer Name: UTN-USERFirst-Object/
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Subject Name: COMODO SHA-1 Time Stamping Signer/
/WARN   | wrapper  | 2018/04/23 10:49:13 |     Date of TimeStamp : 2017/09/25 12:55:53The error is not directly related to the Wrapper's signature, therefore continue.../

...