NCAR / joai-project

jOAI is an OAI-PMH data provider and harvester Java web application
Apache License 2.0
16 stars 9 forks source link

severe error for release 3.3 under Tomcat 9 #11

Open luciacap opened 1 year ago

luciacap commented 1 year ago

I've downloaded the jOAI and placed the file 'oai.war' into the 'webapps' directory under tomcat 9. The application doens't start and the logs show the error:

(04-Nov-2022 00:01:36.287 SEVERE [http-nio-8080-exec-8] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet [jsp] threw exception java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.compiler.EncodingDetector)

Any idea how to fix it?

MiltosD commented 1 year ago

I tried with tomcat 8.5.88 and get the same behaviour...