CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
24cece1ae576 openmrs/openmrs-reference-application-3-gateway:qa “/docker-entrypoint.…” 53 seconds ago Up 40 seconds 0.0.0.0:80->80/tcp openmrs-distro-referenceapplication_gateway_1
4911e6dfd119 openmrs/openmrs-reference-application-3-frontend:qa “/docker-entrypoint.…” About a minute ago Up 53 seconds (healthy) 80/tcp openmrs-distro-referenceapplication_frontend_1
05b765c305c5 openmrs/openmrs-reference-application-3-backend:qa “/usr/bin/tini – /o…” About a minute ago Up 59 seconds (health: starting) 8080/tcp openmrs-distro-referenceapplication_backend_1
2a7609670ad1 mariadb:10.8.2 “docker-entrypoint.s…” About a minute ago Up About a minute (healthy) 3306/tcp openmrs-distro-referenceapplication_db_1
And in the ‘backend’ I see this exception thrown - this is a periodic print -
backend_1 | Caused by: java.sql.SQLSyntaxErrorException: Unknown column ‘queueentry5_.queue_coming_from’ in ‘field list’
backend_1 | at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
backend_1 | at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
backend_1 | at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916)
backend_1 | at com.mysql.cj.jdbc.ClientPreparedStatement.executeQuery(ClientPreparedStatement.java:972)
backend_1 | at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:1471)
backend_1 | at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
backend_1 | … 62 more
Not sure what is going on. There is no exception in the terminal - when I use this URL in a Chrome browser tab.
I have just cloned, run docker compose build and then docker compose up. Though i also get the same server side errors of queueentry5_.queue_coming_from' in 'field list, I am still able to go the browser and type http://localhost/openmrs/spa which takes me to the O3 log in screen where i successfully log in, choose a location, and go to the home page. Can you try to access http://localhost/openmrs/spa while using a different browser?