- Le plus récent
- Le plus de votes
- La plupart des commentaires
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:
-
Ensure that you have added a PrivateLink to your VPC for the Secrets Manager service. This is necessary for securely accessing the database credentials.
-
Create a secret in AWS Secrets Manager specifically for the Bluesam database. This secret should contain the necessary connection information.
-
Obtain the ARN (Amazon Resource Name) of the secret you just created for the Bluesam database.
-
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.
-
After updating the application definition, create or update your application on the Mainframe Modernization service using this updated definition.
-
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
Contenus pertinents
- demandé il y a 9 mois
- demandé il y a 3 ans
- demandé il y a 2 mois
- AWS OFFICIELA mis à jour il y a 7 mois
