I have been trying to launch some basic IR and for some reason process seems to stay on “Running” stage.
Weird thing is that if I look at the WebAPI log it seems that the process finished (and quite fast)
2022-05-26 11:49:07.473 INFO taskExecutor-9 org.springframework.batch.core.job.SimpleStepHandler - - Executing step: [irAnalysis.generate]
2022-05-26 11:49:09.693 INFO taskExecutor-9 org.springframework.batch.core.launch.support.SimpleJobLauncher - - Job: [SimpleJob: [name=irAnalysis]] completed with the following parameters: [{jobName=IR Analysis: 2: VdH OMOP (VdH_OMOP), analysis_id=2, source_id=2, sessionId=ta87z453, target_table=temp_cohort_ta87z453, time=1653558542598, jobAuthor=anonymous}] and the following status: [COMPLETED]
I’m not seeing any error in the logs. I generated all the cohorts prior to the IR launch (as suggested in other threads) but got the same behavior regardless
Any pointers?