-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.4 Branch ? #12
Comments
Well as a test I checked out branch "5.4" then went to the parent folder and ran
|
Checking out 5.4 branch and running clean install :
|
That's OHDSI maven library issue... In the pom file, there is repositories section. Please check if you have https:// instead of http:// for the sqlRender library. Recent changes in Maven requires https. The OHDSI server does not properly handle this when http:// is used for the link. Please let me know how the mvn clean install goes after you modify that. |
If https is not working, please try with http://, which will fail. Then, change it back to https and try the mvn clean install again. Sometime, you need to do it several times. I think it's related to timeout on the server.... Recently, the OHDSI maven server is becoming bit unstable... |
Well a real hack as I not only had to change the https -> http , but also hack Maven by commenting out the
in the ~mvn/conf/settings.xml
Now it's failing on the omoponfhir-r4-server ... |
I don't know how this issue being not tracked. Are you still having an issue? According to the error message, it seems like the omoponfhir-r4-server is pointing to wrong mapper jar. |
Is the 5.4 branch compatible with an OMOP 5.4 database ? I'm getting the following error with the master branch in this repo :
trying to deploy https://github.com/omoponfhir/omoponfhir-main-r4-sql.git ( main Branch ) with a pom.xml of :
The text was updated successfully, but these errors were encountered: