You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Several of these exceptions are thrown on server startup when using the tomcat STS plugin.
These exceptions are ignored and logged, the server will start up regardless.
Stacktrace:
[DEBUG] Testing a Connection in response to an Exception:
java.sql.SQLSyntaxErrorException: ORA-02275: such a referential constraint already exists in the table
...
at com.revature.utils.HibernateUtil.buildSessionFactory(HibernateUtil.java:46) [classes/:na]
at com.revature.utils.HibernateUtil.<clinit>(HibernateUtil.java:18) [classes/:na]
at com.revature.utils.ContextListener.contextInitialized(ContextListener.java:17) [classes/:na]
...
Caused by: oracle.jdbc.OracleDatabaseException: ORA-02275: such a referential constraint already exists in the table
at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:498) ~[ojdbc8-12.2.0.1.jar:12.2.0.1.0]
... 58 common frames omitted
The text was updated successfully, but these errors were encountered:
Summary:
Several of these exceptions are thrown on server startup when using the tomcat STS plugin.
These exceptions are ignored and logged, the server will start up regardless.
Stacktrace:
The text was updated successfully, but these errors were encountered: