- Newest
- Most votes
- Most comments
I revisited what I had set up and found that I had not saved the server.xml in Eclipse when I added the data sources for Jics, Blusam, Bac. Unfortunately, it's easy to do especially if the AppStream session times out before a save is done.
The Tomcat startup problem you're experiencing in the L3 workshop appears to be related to database configuration issues. The error messages indicate that the roles "jics" and "bluesam" do not exist in the PostgreSQL database.
To resolve this issue, you need to ensure that the necessary database roles are created and properly configured. Here are some steps you can take:
-
Check your database configuration: Make sure the database connection details in your application configuration files (like application-main.yml) are correct.
-
Create the missing roles: You may need to create the "jics" and "bluesam" roles in your PostgreSQL database. This can typically be done using SQL commands or a database management tool.
-
Grant appropriate permissions: After creating the roles, ensure they have the necessary permissions to access and modify the required database objects.
-
Verify datasource configurations: Double-check that all required datasources (jics, bluesam, bac, primary) are correctly configured in your application.
-
Restart the database server: Sometimes, restarting the PostgreSQL server can help resolve connection issues.
-
Review installation instructions: While you mentioned not seeing these roles in the installation instructions, it's worth double-checking the workshop documentation for any steps you might have missed regarding database setup.
If the problem persists after trying these steps, you may need to consult the workshop facilitators or AWS support for more specific guidance tailored to the L3 workshop environment.
Sources
AWS Blu Age L3 workshop - Automation step error | AWS re:Post
Tomcat isn't starting in AWS Blu Age L3 Workshop | AWS re:Post
Hi,
Look at those posts:
- https://repost.aws/articles/AReHEuO4UwSVuyyxdjq5uWaA/how-to-invoke-an-aws-blu-age-jics-cics-transaction-via-rest-api-from-aws-lambda
- https://docs.aws.amazon.com/m2/latest/userguide/ba-endpoints-jac.html
They both mention security definitions to complete to get JICS to run properly.
Best,
Didier
Relevant content
- asked 12 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago