Errors deploying Endevor Web Interface
search cancel

Errors deploying Endevor Web Interface

book

Article ID: 277359

calendar_today

Updated On:

Products

Endevor

Issue/Introduction

Installed Endevor web interface, found following errors after starting Endevor Tomcat server:

000530  Dec 18, 2023 2:55:29 PM org.apache.catalina.startup.HostConfig deployWAR 
000531  SEVERE: Error deploying web application archive Ý/path_to_Endevor_Tomcat/webapps/endevorui.war¨ 
000532  java.lang.IllegalStateException: Error starting child    
....

 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'connectionProperties': U
 nsatisfied dependency expressed through field 'endevorwebservicesPort'; 

Environment

Endevor V19

Cause

Error found in Endevor_web_interface.yml host and port setting

endevorwebservices:
  # The Endevor Web Services hostname (Example: https://www.example.com )
  host: <https://www.example.com>
  # The Endevor Web Services port number (Example: 12345)
  port: <12345>
  # The HTTP scheme (HTTPS or HTTP)
  scheme: https

Resolution

Update Endevor_web_interface.yml and use the following setting:

endevorwebservices:
  # The Endevor Web Services hostname (Example: https://www.example.com )
  host: https://www.example.com
  # The Endevor Web Services port number (Example: 12345)
  port: 12345
  # The HTTP scheme (HTTPS or HTTP)
  scheme: https

Restart Tomcat after the change.