Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not find column map for entity System.User

4
I am getting this error on Openshift when the application server starts. This error is preventing the server from starting up. I checked and the DB is responding and there was no code change that may have caused this issue.    INFO - Core: Mendix Database upgrade needed. Waiting for cluster leader to upgrade the database... WARNING - DataStorage_QueryHandling: Executing query with old implementation due to detected exception in new implementation: Could not find column map for entity 'System.User', exception occurred on mapping the following query: SELECT COUNT(DISTINCT System.User/ID) AS x1COUNT FROM System.User WHERE System.User/IsAnonymous = false AND System.User/Name != 'MxAdmin' AND System.User/Active = true WARNING - DataStorage_QueryHandling: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not find column map for entity 'System.User', exception occurred on mapping the following qu: SELECT COUNT(DISTINCT System.User/ID) AS x1COUNT FROM System.User WHERE System.User/IsAnonymous = false AND System.User/Name != 'MxAdmin' AND System.User/Active = true     at com.mendix.connectionbus.retrieve.query.mapping.QueryMapper.getMappedQueries(QueryMapper.java:272) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not find column map for entity 'System.User'
asked
0 answers