- Newest
- Most votes
- Most comments
I was able to fix it following these steps.
- I followed the instructions given https://repost.aws/questions/QU0Xt3tHXERcuo_Az6wWYgrA/bluesam-is-disabled-when-i-try-to-submit-jobs-in-my-carddemo-application
- In application definition, I gave the parameter as bluesam which is incorrect, by reading one of the answers in the post. It must be as below(same as workshop): "blusam": { "db": { "secret-manager-arn":
Note: I was able to see and confirm these in the logs post the fix and the BLUESAM is disabled message was gone. [ main] c.n.b.g.rt.script.ScriptControlTower : Launching Script Control Tower... --- [ main] c.n.b.g.b.c.s.WriteBehindPersistence : WriteBehindPersistence using delegate [PgsqlPersistence] with bat --- [ main] c.n.b.b.a.BluesamAutoConfiguration : Using write behind persistence. --- [ main] c.n.b.b.a.BluesamAutoConfiguration : Bluesam: GDG metadata support active. --- [ main] c.n.b.g.b.c.l.redis.RedisBluesamLocker : Bluesam Redis locker successfully activated --- [ main] c.n.b.g.b.c.l.redis.RedisBluesamLocker : Bluesam Redis locks check level : REBOOT --- [ main] c.n.b.g.b.c.l.redis.RedisBluesamLocker : Bluesam Redis locks max age : 1000 --- [ main] c.n.b.g.b.c.l.redis.RedisBluesamLocker : Bluesam Redis locker successfully activated --- [ main] c.n.b.g.b.c.l.redis.RedisBluesamLocker : Bluesam Redis locks check level : REBOOT
.redis.RedisBluesamLocker : Bluesam Redis locks max age : 1000 sBluesamLocker : Bluesam Redis locks max age : 1000 --- [ main] c.n.b.j.a.TaskRunnerProperties : Expected "runners" to be set; will use default local transaction runner
Relevant content
- asked 6 days ago
- AWS OFFICIALUpdated 24 days ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 3 years ago
I also noticed the message while starting the application - 2024-04-22 06:33:02.314 INFO 8612 --- [ main] c.n.b.gapwalk.bluesam.BluesamManager : >>> BLUESAM is disabled. No operations allowed.
While executing TRANBKP, the input record count is 0. 2024-04-22 06:37:14.044 INFO 8612 --- [ Thread-17] c.n.b.gapwalk.utility.idcams.IdcamsPgm : IDCAMS Repro - No COUNT : REPRO INFILE(FILEIN) OUTFILE(FILEOUT)
While Testing Online, I see the same error that BLUSAM is disabled. 2024-04-22 06:55:43.313 ERROR 8612 --- [ taskExecutor-2] c.n.bluage.gapwalk.rt.jics.internal.a : Unexpected exception: >>> BLUESAM is disabled: Don't use connect when bluesam is disabled
I am facing blank screen issue in update screen. It is showing abend 999 in tomcat log. https://repost.aws/questions/QUsZtMX_1mTb-fvty4eC11QQ/blu-age-l3-workshop-execution-test-online-blank-screen-issue