2016-02-22 21:01:21,159 INFO org.dspace.core.ConfigurationManager @ Loading from classloader: file:/usr/local/dspace/config/dspace.cfg
2016-02-22 21:01:21,173 INFO org.dspace.core.ConfigurationManager @ Using dspace provided log configuration (log.init.config)
2016-02-22 21:01:21,173 INFO org.dspace.core.ConfigurationManager @ Loading: /usr/local/dspace/config/log4j.properties
2016-02-22 21:01:25,199 INFO org.dspace.storage.rdbms.DatabaseManager @ DBMS is 'Oracle'
2016-02-22 21:01:25,200 INFO org.dspace.storage.rdbms.DatabaseManager @ DBMS driver version is 'Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production'
2016-02-22 21:01:25,243 INFO org.dspace.storage.rdbms.DatabaseUtils @ Loading Flyway DB migrations from: filesystem:/usr/local/dspace/etc/oracle, classpath:org.dspace.storage.rdbms.sqlmigration.oracle, classpath:org.dspace.storage.rdbms.migration
2016-02-22 21:01:25,329 INFO org.flywaydb.core.internal.dbsupport.DbSupportFactory @ Database: jdbc:oracle:thin:@//libdb:1521/xe (Oracle 11.2)
2016-02-22 21:01:25,414 INFO org.dspace.storage.rdbms.DatabaseUtils @ DSpace database schema is up to date
2016-02-22 21:01:25,434 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL query exec Error -
java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:951)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:513)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:227)
at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:886)
at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1175)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1296)