Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spi.SqlExceptionHelper warning in console logs when using db2 9.X database, java 8 and hibernate 4.3.8

I get the following warnings in my console logs when using db2 9.X database, Java 8, hibernate 4.3.8 and Spring 4.15

|WARN|spi.SqlExceptionHelper|http-bio-8080-exec-9|SQL Warning Code: 4223, SQLState:null
|WARN|spi.SqlExceptionHelper|http-bio-8080-exec-9|Origination unknown: [10228][11541][4.14.137] Security exceptions occurred while loading driver. ERRORCODE=4223, SQLSTATE=null

This happens for every CRUD operation. Does anyone know what this means?

like image 204
slyflex Avatar asked Oct 25 '25 02:10

slyflex


1 Answers

Came across this link, might help you:

  • it seems like db2 and J8 are "partially" compliant in this way
  • however by switching to new versions of the driver (e.g. 4.19.26 from fix pack 5) the exception should disappear

Source: https://groups.google.com/forum/#!topic/sql-workbench/ha26NSwmSQc

like image 170
krisy Avatar answered Oct 27 '25 18:10

krisy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!