What if I have Occasional java.net.SocketException: Broken pipe or connection trunction exception?
This typically happens when the underlying database has a short timeout set on connections. You can either turn off connection pooling, or set a longer timeout for connections (this is our preferred solution) 1. Turning off connection pooling. Open the file global.properties, in [web app]/WEB-INF, and insert (or modify) these two lines: from useC3P0=no useProxool=no and restart the web app.
Related Questions
- If I conceal information or make dishonest statements on an insurance application or in connection with an insurance claim, have I broken a law? Can this kind of behavior affect my coverage?
- Fixing a broken water pipe looks like a dirty job. How is the inside of the pipe cleaned afterward?
- What if I have Occasional java.net.SocketException: Broken pipe or connection trunction exception?