Part of our project is to get Atlas running on Kubernetes, and launchable per student (each student will have their own) we has taken to import the ohdsi-in-a-box databases from AWS as an initial approach and have beeen largely successful. with one exception.
Selecting the “Configuration” LHS button, yeilds an error in the webapi.
2022-11-07 21:50:53.979 ERROR http-nio-8080-exec-11 org.ohdsi.webapi.util.GenericExceptionMapper - [] - org.springframework.dao.IncorrectResultSizeDataAccessException: Incorrect result size: expected 1, actual 2
at org.springframework.dao.support.DataAccessUtils.requiredSingleResult(DataAccessUtils.java:72)
at org.springframework.jdbc.core.JdbcTemplate.queryForObject(JdbcTemplate.java:799)
at org.ohdsi.webapi.service.VocabularyService.getInfo(VocabularyService.java:1194)
Which can be found here
this is could be misconfiguration on our part