Решили подновить сервер.
Было CentOS6 + Tomcat8 + OpenJDK 1.7 + Trackstudio.war 5.0.7
Стало CentOS8 + Tomcat9 + OpenJDK 11 + Trackstudio.war 5.0.7
Должно работать? Проверяли?
Томкат не может запустить Trackstudio.war :
27-Jun-2021 14:24:28.239 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/opt/tomcat/webapps/TrackStudio.war]
27-Jun-2021 14:24:34.510 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
27-Jun-2021 14:24:34.565 INFO [main] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET12: JAX-WS context listener initializing
27-Jun-2021 14:24:35.091 SEVERE [main] com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized WSSERVLET11: failed to parse runtime descriptor: java.lang.NoClassDefFoundError: javax/activation/DataSource
java.lang.NoClassDefFoundError: javax/activation/DataSource
at com.sun.xml.bind.v2.model.impl.RuntimeBuiltinLeafInfoImpl.<clinit>(RuntimeBuiltinLeafInfoImpl.java:224)
...
14:24:40,002 WARN org.jboss.resteasy.plugins.providers:registerProviders:75 - NoClassDefFoundError: Unable to load builtin provider: org.jboss.resteasy.plugins.providers.DataSourceProvider
14:24:40,065 WARN org.jboss.resteasy.plugins.providers:registerProviders:75 - NoClassDefFoundError: Unable to load builtin provider: org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
27-Jun-2021 14:24:40.120 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
27-Jun-2021 14:24:40.124 SEVERE [main] org.apache.catalina.core.StandardContext.startInternal Context [/TrackStudio] startup failed due to previous errors