There seems to be some timeout issue going on here, the jhipster gui works fine and the database gets updated, but these warnings are cluttering up the logs.
Hibernate: insert into T_PERSISTENT_TOKEN (ip_address, token_date, token_value, user_login, user_agent, series) values (?, ?, ?, ?, ?, ?)
[WARN] com.zaxxer.hikari.proxy.ConnectionProxy - Connection oracle.jdbc.driver.T4CConnection@700b4bdc (HikariPool-0) marked as broken because of SQLSTATE (08003), ErrorCode(17009).
java.sql.SQLRecoverableException: Closed Statement
at oracle.jdbc.driver.OracleClosedStatement.getMaxRows(OracleClosedStatement.java:3577) ~ [ojdbc-6.jar:11.2.0.2.0]
whats the fix or how can they be suppressed?
Thanks