Hi Diego,
I’m facing the same problem you are.
The only lead I have right now is in the Tomcat logs > stdout.log file
2021-05-24 19:07:45.067 WARN taskExecutor-1 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for OMOP. Trying to execute caching from scratch. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM OMOP_Achilles.dbo.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘OMOP_Achilles.dbo.achilles_result_concept_count’.
2021-05-24 19:12:19.119 ERROR taskExecutor-1 org.springframework.batch.core.step.AbstractStep - - Encountered an error executing step warming OMOP cache results in job warming OMOP cache
java.lang.OutOfMemoryError: Java heap space
2021-05-24 19:12:19.828 INFO taskExecutor-1 org.springframework.batch.core.launch.support.SimpleJobLauncher - - Job: [SimpleJob: [name=warming OMOP cache]] completed with the following parameters: [{jobName=warming OMOP cache, time=1621879655911, jobAuthor=anonymous}] and the following status: [FAILED]
Could you check if you are also seeing this error in yours? I’m not sure if this is the cause but if we both have the same error it could be a starting point for troubleshooting.
(I believe the error in the stdout file is due to a failure when achilles was creating the results schema)
Thanks, John