Hi All,
I was setting up achilles using the docker image uwcarg/ohdsi-achilles:1.5.0. I am able to connect the postgresql database.
The following results are displayed.
achilles_1 | Generating procedure treemap
|======================================================================| 100%
achilles_1 | Generating procedure reports
|======================================================================| 100%
achilles_1 | Generating visit_occurrence treemap
|======================================================================| 100%
achilles_1 | Generating visit reports
|======================================================================| 100%
achilles_1 | Generating dashboard report
|======================================================================| 100%
achilles_1 | Export took 7.27 secs
achilles_1 | JSON files can now be found in ./output/DEFAULT/2021-06-13T20.56.54
achilles_1 | There were 50 or more warnings (use warnings() to see the first 50)
ohdsi-docker_achilles_1 exited with code 0
There are no any other errors.
I cannot figure out the reason for the exit of the program.
This is run in docker desktop - Windows 10
Postgresql is set up with postgres docker image.
WebAPI is setup with uwcarg/ohdsi-webapi:2.6.0-postgres docker image.
Can someone please help me to figure out the error?
Thank you.