There are three possible causes that can create this error message when trying to access the OnGuard WATCH web page:
- The LS Web Proxy Service is not running
- The LS Open Access Service is not running
- The LS Message Broker Service is not running
- Start or restart the LS Web Proxy Service.
- Start or restart the LS Open Access Service.
- If the error persists, check the log file (C:\Program Files (x86)\OnGuard\logs\OpenAccess.log) for the following details:
TIME: [10/19/2015 18:13:38]
SEVERITY: Error
ERROR CODE: 0x20010001
PROGRAM: Lnl.OG.LsOpenAccess
FILE: LsOpenAccessEventListener.cpp (LINE 261)
DETAILS: Internal logic error.: There is no response from message bus, trying to connect again...
- Restart the LS Message Broker Service.
- If the error persists, check the log file for the following details:
2015-10-22 13:28:01 error Failed to initialise SSL listener: Locating certificate
in store
LS Certificate Store Cannot find object or property. (..\..\cpp\src\qpid\broker\windows\SslProtocolFactory.cpp:157) 2015-10-22 13:28:01 error Failed to initialise SSL listener: Locating certificatein store
- This indicates that the necessary SSL certificate does not exist or is installed with an incorrect
servername
. For example, if the server name isserver
, the certificate may be namedserver.lan
orserver.localdomain
. To manually reissue the certificate with the correct server name (assuming the server name isserver
), run the following command to place the certificate in the LS Certificate Store store for the message broker and in the nginx "conf" directory for the web server:"C:\Program Files (x86)\OnGuard\Certificates\lnl_app_server_certificate_installer.exe" -key=C:\ProgramData\Lnl\nginx\conf\ls_server_cert_key.pem -cert=C:\ProgramData\Lnl\nginx\conf\ls_server_cert.pem -store="LS Certificate Store" -cn=
OnGuard WATCH