From: Krzysztof B. <kb...@un...> - 2016-09-16 11:32:44
|
Hi Shiraz, W dniu 16.09.2016 o 12:14, Shiraz Memon pisze: > Hi, > > I am running v1.9.3. Whenever I (re)start the server, following error > appears in the startup log file. However I am able to access the Web UI. > org.apache.ibatis.exceptions.PersistenceException: > ### Error querying database. Cause: org.h2.jdbc.JdbcSQLException: Table > "EVENTS_QUEUE" not found; SQL statement: Yes you can safely ignore it. The local database (which is causing this error) is not effectively used and was already removed for the 2.0 version. To fix error: likely the *local* H2 database (as configured in unityServer.conf, pay attention not to mix it with your primary contents database) schema is corrupted. You can remove it, should be recreated after the next restart. HTH, Krzysztof |