Passer au contenu

AWS Blu Age Go live-Test application-test online

0

When trying to sign-on into the application, I get this logs and i can not connect, what can i do ?Saisissez la description de l'image ici

Saisissez la description de l'image ici

1 réponse
0

Based on the error logs you've provided, it appears that you're encountering an issue with the BLUESAM database connection in your CardDemo application. The error message "BLUESAM is disabled: Don't use connect when bluesam is disabled" suggests that there's a configuration problem with the BLUESAM database connection.

To resolve this issue, you should check and correct the application definition configuration for the BLUESAM database. Here are some steps you can take:

  1. Ensure that you have added a PrivateLink to your VPC for the Secrets Manager service.

  2. Verify that you have created a secret for the BLUESAM database in AWS Secrets Manager.

  3. Make sure you've correctly copied the secret ARN for the BLUESAM database into your application definition file (carddemo-application.json).

  4. Double-check that you're using the correct ARN for the BLUESAM database, not the primary database ARN. This is a common mistake that can occur when following video instructions.

  5. Review your application definition in the AWS Mainframe Modernization service to ensure it's using the correct configuration.

  6. After making these changes, try redeploying your application on the Mainframe Modernization service.

If you've followed these steps and are still encountering issues, you may need to review the CloudWatch logs for more detailed error messages or consult with AWS support for further assistance.
Sources
Bluesam is disabled when I try to submit jobs in my carddemo application | AWS re:Post

répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.