[BridgeLink 4.6.0] How to load external JARs (AWS SDK) programmatically without manual Resources UI configuration? #6515
Replies: 1 comment 1 reply
-
|
This isn't the bridgelink GitHub. You're in the wrong place. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team 👋,
I'm working with BridgeLink Administrator 4.6.0 and need help with automating external JAR loading for our CI/CD pipeline.
Environment
/mnt/efs/mirth-connect/aws-custom-jars/(EFS mount)Problem
I need to load AWS SDK JARs programmatically without manual Administrator UI configuration (Settings → Resources → Add Resource).
What Works ✅
Manual UI configuration works perfectly:
/mnt/efs/mirth-connect/aws-custom-jars/What Doesn't Work ❌
Attempting programmatic loading in Deploy Script:
Error received:
Constraint
Our deployment is fully automated via CI/CD. We deploy channels programmatically using the BridgeLink API, so manual UI steps break our automation workflow.
Questions
wrapper.conf,mirth.properties)?Additional Info
File.exists()- returns true)Note: I've confirmed the manual UI approach works perfectly, so this is specifically about finding the automated equivalent for CI/CD deployment purposes.
Any guidance on achieving automated JAR loading would be greatly appreciated!
Thanks in advance! 🙏
Beta Was this translation helpful? Give feedback.
All reactions