Solved! Thx Andy. (I must have mist somewhere the warning not to use tomcat10...)
Op ma 28 mrt. 2022 om 16:18 schreef Andy Seaborne <a...@apache.org>: > Fuseki does not work with Tomcat 10. > > Tomcat 9 applications are incompatible with Tomcat 10. > > Tomcat 10 is a migration of JavaEE from javax.* to jakarta.* > > https://tomcat.apache.org/migration-10.html#Specification_APIs > > > If you can't run Tomcat 9, try their conversion tool: > > https://tomcat.apache.org/download-migration.cgi > > and please let the list know if it works. > > > Andy > > On 28/03/2022 15:11, Michel Böhms wrote: > > > > Dear all > > > > I am on windows with > > > > image.png > > I installed the latest Tomcat 10.1 (as service) and deployed the > > latest Fuseki WAR (directly and renamed to fuseki.war). > > > > The problem is that I am not able to start it up. > > > > The message I get when trying to start at the Manager App is: > > FAIL - Application at context path [/fuseki] could not be started > > > > > > Is there some env. var to be set? > > > > IN catalina log: > > 28-Mar-2022 15:37:56.144 INFO [http-nio-8080-exec-26] > > 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. > > 28-Mar-2022 15:37:56.150 SEVERE [http-nio-8080-exec-26] > > org.apache.catalina.core.StandardContext.startInternal One or more > > listeners failed to start. Full details will be found in the > > appropriate container log file > > 28-Mar-2022 15:37:56.150 SEVERE [http-nio-8080-exec-26] > > org.apache.catalina.core.StandardContext.startInternal Context > > [/fuseki] startup failed due to previous errors > > > > Thanks for advice. > > Michel Bohms