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 logs you've provided, it appears that you're encountering an issue with the Bluesam database connection when trying to sign on to your AWS Blu Age 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 in your application definition.

To resolve this issue, you should focus on properly configuring the Bluesam database for your Mainframe Modernization deployment. Here are some steps you can take:

  1. Ensure that you have added a PrivateLink to your VPC for the Secrets Manager service. This is necessary for securely accessing the database credentials.

  2. Create a secret in AWS Secrets Manager specifically for the Bluesam database. This secret should contain the necessary connection information.

  3. Obtain the ARN (Amazon Resource Name) of the secret you just created for the Bluesam database.

  4. Update your application definition file (likely named carddemo-application.json) with the correct ARN for the Bluesam database secret. Make sure you're using the Bluesam database ARN and not the primary database ARN.

  5. After updating the application definition, create or update your application on the Mainframe Modernization service using this updated definition.

  6. Once these steps are completed correctly, restart your application.

If you've followed these steps and are still encountering issues, double-check your VPC and security group configurations to ensure they're set up correctly for your Mainframe Modernization environment. The security group should allow all traffic inside the VPC where your Mainframe Modernization environment is deployed.

By properly configuring the Bluesam database connection in your application definition and ensuring your network settings are correct, you should be able to resolve the "BLUESAM is disabled" error and successfully sign on to your application.
Sources
Bluesam is disabled when I try to submit jobs in my carddemo application | AWS re:Post
My carddemo-karla application (Frankfurt) is not being accessible online | AWS re:Post

répondu il y a 9 mois

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.