- Newest
- Most votes
- Most comments
The blank screen issue you're experiencing with the CC00 Transaction in the BluAge L3 Workshop is likely related to database configuration problems. The logs you've provided indicate that the JICS schema creation and datastore load were ignored, which explains why you can't find the JICS database or transaction table.
To resolve this issue, try the following steps:
-
Verify the location of your initJics.sql file. It should be in the correct folder structure: artifacts/jics/sql/initJics.sql. If it's not in this exact location, the system may not be able to find and execute it.
-
Check your application configuration files, particularly application.yml or application.properties. Ensure that all database-related settings are correct, including the data source configurations for JICS, bluesam, bac, and primary.
-
Review the batch jobs that were run earlier in the workshop. These jobs should have populated the database. If they didn't run successfully, you may need to rerun them.
-
Try refreshing your browser. Sometimes, this simple step can resolve display issues.
-
If possible, manually execute the SQL scripts to create the JICS schema and load the initial data. This might bypass any issues with the automatic initialization process.
-
Examine your application logs more thoroughly for any database connection errors or initialization failures that might explain why the JICS setup was ignored.
-
Ensure you're using the correct version of Tomcat as specified in the workshop. Some users have reported success by switching to Tomcat 10 if they were previously using Tomcat 9.
If these steps don't resolve the issue, you may need to reach out to the workshop support team for further assistance, as there could be a problem with the workshop environment itself.
Sources
L3 Workshop - Go Live - Test Online - Transaction not Found | AWS re:Post
AWS Blu Age L3 Workshop: TRANBKP error - { "exitCode": -1, "stepName": "PRC001", "program": "IDCAMS", "status": "Error" } | AWS re:Post
BluAge L3 Workshop (Go Live --> Testing --> Test Online) Blank Screen when testing Online Transactions CC00 | AWS re:Post
Hello
Additionally, you can try below following steps,
-
You can simply refresh your browser and check. In some scenarios, refreshing the page can resolve the blank screen issue.
-
Try to check request made by the browser using developer tools, this will help to understand the structure and parameters of the requests. You can use tool like cURL to make a request outside of the browser. This will help to isolate the issue, if its browser specific.
-
Ensure that all database-related settings are correct, including the data source configurations for JICS, bluesam, bac, and primary.
If its still not working despite following above mentioned suggestions, then please open a support case with AWS using the following link as we may require details that are non-public information.
[+] https://console.aws.amazon.com/support/home#/case/create
Thanks
Relevant content
- asked 9 months ago

checked and tried all the points mentioned( even created JIcs database) but the issue is still persisting