Open natpatchara-w opened 4 months ago
It looks like pull/running this repo to a windows system might change the line endings adding invisible characters. I got a similar issue when running Achilles, the issue there was the line endings in the heredoc. Pulling in Linux and starting it there gives no issues (for de default profile, I have yet to run the Achilles container).
Thank you for the response. I run these on my windows 10 machine and that is where I encounter this problem. At first, I thought it is a typo error so I open a pull request to try to correct that. But if it is like this then may be it is more of a platform problem. So that request might not be needed and an edit to document to inform a windows user of this bug might be more useful.
By the way, I think I will leave this open for a mean time in case that other person encounter the same problem unitl a more solid solution come.
JDBC connection error of broadsea with broadsea-atlasDB due to JDBC connection error code: 99999, java.lang.IllegalArgumentException: Prohibited character
On broadsea installation using step provide in https://github.com/OHDSI/Broadsea readme.md topic installation. After cloning git and compose docker as describe. The landing page display correctly but after switch to atlas page error is thrown as Application cannot initialized, unable to connect to an instance of WebAPI.
running docker logs on webapi show the following logs
full logs is attached below logs.txt
....................................................................................................................................................................................................................................................................
fixed
After researching I found that the problem was caused due to the the special character in authentication. And for this case was cause due to a misplace special character of new line in
WEBAPI_DATASOURCE_PASSWORD
causing JDBC driver to fail when trying yo connect with the atlasDBAfter delete an extra newline and restart container the problem was gone and webAPI succesfully connected to the DB.
Suggested edit: delete the special character at the end of
WEBAPI_DATASOURCE_PASSWORD