brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.65k stars 2.9k forks source link

Jolokia and check pool atribrutes #2114

Open RafaelAnta opened 9 months ago

RafaelAnta commented 9 months ago

Hi, We use jmx to get stats of pool and now we change to jokokia and we cant get stats.

curl -sk http://127.0.0.1:19160/'jolokia/read/com.mchange.v2.c3p0:*' | python -m json.tool

{ "error": "java.lang.IllegalStateException : Error while extracting startTime from oracle.jdbc.driver.T4CConnection@715ff857", "error_type": "java.lang.IllegalStateException", "stacktrace": "java.lang.IllegalStateException:

} thanks in advance