Hi!
I am trying to setup a TDS for the first time, so I might be missing something
fundamental here.
I have downloaded "THREDDS Data Server 5.4-SNAPSHOT, 2022-04-11, (Current)" and
deployed it in apache-tomcat-8.5.78, using openjdk version "11.0.15" 2022-04-19
LTS.
When starting Tomcat, the deployment of thredds.war fails because it looks for
some missing jar files in WEB-INF/lib. Specifically these jars:
Caused by: java.nio.file.NoSuchFileException:
/redacted_path/apache-tomcat-8.5.78/webapps/thredds/WEB-INF/lib/stax-api-1.0.1.jar
Caused by: java.nio.file.NoSuchFileException:
/redacted_path/apache-tomcat-8.5.78/webapps/thredds/WEB-INF/lib/chronicle-core-2.21ea25.jar
Caused by: java.nio.file.NoSuchFileException:
/redacted_path/apache-tomcat-8.5.78/webapps/thredds/WEB-INF/lib/chronicle-analytics-2.21ea0.jar
If I download these jars and manually put them in WEB-INF/lib everything seems
to work.
Is this expected behaviour? Or is something missing in the thredds war file?
For reference, everything seems to work when running thredds-4.6.20.war (with
java8).
Best regards,
Jonas Thoursie