'Getting Connection is broken: "java.io.EOFException: 192.168.1.178:52002" [90067-200]

I have spring boot application which starts H2 db with below URL

jdbc:h2:~/data/test;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE;TRACE_LEVEL_SYSTEM_OUT=3;AUTO_SERVER_PORT=52002;AUTO_RECONNECT=TRUE

After this i run a test suit which also connects to same H2 instance but at this time i get. At this application is still running and I can access the H2 console

Connection is broken: "java.io.EOFException: 192.168.1.178:52002" [90067-200]



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source