기존 mssql에서 postgresql로 전환을 좀 해볼까하여 다중 데이터베이스를 연결하는 도중에 아래와 같은 에러가 났다. java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented. at org.postgresql.Driver.notImplemented(Driver.java:699) at org.postgresql.jdbc.PgConnection.createClob(PgConnection.java:1349) at com.zaxxer.hikari.pool.HikariProxyConnection.createClob(HikariProxyConnection...
인프라 팀에서 우리 서버가 IPv4가 아닌 IPv6로 잡힌다고 한다. 서버에 접속해서 netstat -nltp 때려보니 톰캣으로 띄워놓은 8080 포트가 우리에게 익숙한 IPv4가 아닌 IPv6로 인식하고 있다. $ netstat -nltp (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:18003..