java.sql.SQLRecoverableException: IO Error: Broken pipe
I am experiencing odd behavior while trying to connect to Oracle 12c Database. Hoping someone can help me out! The odd behavior is this:
- Connections made during Integration Tests in our builds using Maven seem to work just fine. I never see a "java.sql.SQLRecoverableException: IO Error: Broken pipe" error.
- Connections trying to be created while booting up Tomcat and a single webapp, using the same DB code and configurations as in the Integration Tests; will not work. I keep getting a "java.sql.SQLRecoverableException: IO Error: Broken pipe" error.
- Connecting to the DB via Oracle SQLDeveloper (18.2.0) has an intermittent problem of either: connecting very quickly, connecting very slowly (~3-5 minutes), or getting the same "java.sql.SQLRecoverableException: IO Error: Broken pipe" error after about 10-15 minutes.
0