Versions Compared

Key

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

...

This error message can be ignored, as a automatic cleanup job of MessageHandler tries to cleanup a database table, which has not yet been created.

MessageHandler service fails to start with signature error

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

Code Block
themeEmacs
/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.../

Please follow the instructions on https://wrapper.tanukisoftware.com/doc/german/troubleshooting.html#9 to solve this issue.

MessageHandler startup fails with error 'Caused by: java.io.FileNotFoundException: ....\${ADAPTER_HOME}\certificate\prod-bit\...'

...