2 Answers
- Newest
- Most votes
- Most comments
7
Hello, It is because the automation project is using a previous version of tomcat. The. new version is present in c:\work\programs\tomcat, try replacing this with the one present in automation project and run execute.xml, after this the gapwalk-application should start.
Explanation: If you check the tomcat logs, the automation project uses tomcat version 9.0.x which is not compatible with the application as the java package has changed from javax.servlet to jakarta.servlet in the newer 10.0.x version.
answered a year ago
Does that mean we should create aTomcast V10 instead of V9 in the step of Data migration -> DataSets-> GDG?
-1
Hello,
- Are the datasources configurated correctly for jics, bluesam, bac, primary
- Is DB server is started and running correctly
Regards
answered a year ago
Relevant content
- asked a year ago

Hi, I see the previous answer is accepted, but the solution is not mentioned, I'm facing the same error, there is issue with the gapwalk-application org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [ch.qos.logback.classic.selector.servlet.ContextDetachingSCL] java.lang.NoClassDefFoundError: jakarta/servlet/ServletContextListener
Please help me out with the solution if you have resolved it!