Skip to content

AWS Blu Age L3 workshop - Automation step error

1

Hollo,

Facing 2 errors on automation step for L3 workshop. Not sure if these are related.

Step Link - https://catalog.us-east-1.prod.workshops.aws/workshops/bf71c0bc-6d8a-4d04-9c10-ab479f7f0e37/en-US/automation/setup

  1. Maven clear package error for generating brower application bundle
  2. Automation execution Build Error

Maven clear package error Automation build error

Appreciate help to resolve this !!!

  • 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!

2 Answers
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.

AWS
answered a year ago
  • Does that mean we should create aTomcast V10 instead of V9 in the step of Data migration -> DataSets-> GDG?

-1
Accepted Answer

Hello,

  • Are the datasources configurated correctly for jics, bluesam, bac, primary
  • Is DB server is started and running correctly

Regards

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.