Hello!
I have problem with vCAC 6.1. I install vCAC 6.1 in my test environment. vCAC VA use external postgresql DB.
In web interface, when i click to Home or Inbox i've got error message:
In this time in log i've got follow messages:
02-Oct-2014 12:09:49.867 WARN [tomcat-http--19] org.hibernate.engine.jdbc.spi.SqlExceptionHelper.logExceptions SQL Error: 0, SQLState: 42P01
02-Oct-2014 12:09:49.868 ERROR [tomcat-http--19] org.hibernate.engine.jdbc.spi.SqlExceptionHelper.logExceptions ERROR: relation "work_item_principal" does not exist
Position: 265
02-Oct-2014 12:10:00.005 WARN [taskScheduler-1] org.hibernate.engine.jdbc.spi.SqlExceptionHelper.logExceptions SQL Error: 0, SQLState: 42P01
02-Oct-2014 12:10:00.005 ERROR [taskScheduler-1] org.hibernate.engine.jdbc.spi.SqlExceptionHelper.logExceptions ERROR: relation "cat_resourceoperation" does not exist
When i login to vCAC DB and executed \dt i did't find this table ("work_item_principal", "cat_resourceoperation").
Can somebody see vCAC DB (postgresql: \dt) and post all table list?