Thanks this problem is over but there's another.
I am getting this error
Code:
14:22:17,804 WARN [JDBCExceptionReporter] SQL Error: -204, SQLState: 42704
14:22:17,804 ERROR [JDBCExceptionReporter] DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, SQLERRMC=DB2ADMIN.OPENINCIDENT, DRIVER=3.57.82
14:22:17,804 WARN [JDBCExceptionReporter] SQL Error: -727, SQLState: 56098
14:22:17,804 ERROR [JDBCExceptionReporter] DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-204;42704;DB2ADMIN.OPENINCIDENT, DRIVER=3.57.82
14:22:17,804 WARN [JDBCExceptionReporter] SQL Error: -727, SQLState: 56098
14:22:17,804 ERROR [JDBCExceptionReporter] DB2 SQL Error: SQLCODE=-727, SQLSTATE=56098, SQLERRMC=2;-204;42704;DB2ADMIN.OPENINCIDENT, DRIVER=3.57.82
14:22:17,804 ERROR [VisualListAction] com.exceptions.DaoException: Unable to fetch OpenIncident Items.
14:22:17,804 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
Error code 42704 means that OpenIncident table does not exist. But it exists in the database.
Any idea what could be the problem? Problem with schema or anything else?