跳至內容

why Its taking while adding the new transaction in Bluage L3 workshop?

0

Its taking too much time to add new transaction and at final its not successfull. What could be the reason?

已提問 1 年前檢視次數 91 次

1 個回答
0

When adding new transactions in the AWS Blu Age L3 workshop, several issues could cause delays or failures:

  1. Program not found errors: You might be encountering a "Program not found: CEEDAYS" exception. This is a known issue in the workshop that can be resolved by adding stopExecutionWhenProgNotFound: false to your application-main.yml configuration file.

  2. Database configuration issues: Ensure all your datasources (jics, bluesam, bac, primary) are correctly configured and accessible. Incorrect database connections can cause significant delays before ultimately failing.

  3. Resource naming inconsistencies: Check that resource names (like databases) match exactly between your configuration and the actual resources. Mismatches in capitalization have caused issues for other workshop participants.

  4. Data loading method: If you loaded data using the "local" method instead of the "server" method, this could corrupt records in the database due to incorrect record sizes. Try clearing the data and reloading it using the "server" method.

  5. Server configuration: Verify that your Tomcat configuration files (context.xml and server.xml) are properly set up and that you've run the Publish action to synchronize everything between the Eclipse WST working folder and Tomcat configuration folder.

These issues can cause significant delays when processing transactions before ultimately failing. Addressing the specific configuration problem should resolve the performance issues.
Sources
BluAge L3 Workshop CEEDAYS Program not found Exception when adding new transaction online | AWS re:Post
AWS BluAge L3 workshop. Go-Live->Deploy->Start application. Application fails to start. | AWS re:Post
AWS Blu Age L3 Workshop - POSTTRAN execution problem | AWS re:Post
BluAge - L3 Workshop - org.hsqldb.HsqlException: type not found or user lacks privilege: BIGSERIAL | AWS re:Post

已回答 1 年前

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

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