跳至內容

BluAge Self-Paced Workshop - Execution Backend: Tomcat Server is failing to start

0

I keep getting the error message "Starting tomcat v10.0 server at local host has encountered a problem - Server tomcat v10.0 server at local host failed to start" when performing the step "Execution - Backend" in the the AWS Blu Age Level 3 Self-paced troubleshooting workshop". Has anyone encountered similar issue? I will appreciate any suggestion for the fix.

已提問 3 個月前檢視次數 24 次
1 個回答
0

The error you're encountering with Tomcat v10.0 failing to start during the "Execution - Backend" step of the AWS Blu Age L3 Workshop is likely due to a version compatibility issue.

Based on similar issues reported in the workshop, the problem may be related to:

  1. Tomcat version incompatibility: The workshop appears to be designed for Tomcat 9.0.x, not Tomcat 10.0.x. In version 10.0.x, Java packages changed from javax.servlet to jakarta.servlet, which can cause compatibility issues with the workshop applications.

  2. Database-related errors: There might be issues with the database configuration, particularly with data types like BIGSERIAL that aren't supported in HSQLDB.

Here are some suggested solutions:

  1. Try replacing Tomcat 10.0.x with Tomcat 9.0.x, which should be more compatible with the workshop environment.

  2. Check that all required datasources (jics, bluesam, bac, primary) are correctly configured in your Tomcat configuration files (context.xml and server.xml).

  3. Run the Publish action on the Tomcat server to synchronize everything between the Eclipse WST working folder and the Tomcat configuration folder.

  4. Review your database configuration files to ensure they're set up correctly for the database you're using.

If these steps don't resolve the issue, you might need to check the Tomcat logs for more specific error messages that could provide additional clues about what's causing the startup failure.
Sources
BluAge - L3 Workshop - org.hsqldb.HsqlException: type not found or user lacks privilege: BIGSERIAL | AWS re:Post
AWS Blu Age L3 workshop -Automation Build Failed | AWS re:Post
AWS Blu Age L3 workshop - Automation step error | AWS re:Post

已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。