org.postgresql.util.PSQLException: Un error de E/S ha ocurrido mientras se enviaba al backend.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Upgrade the database driver to the latest and check.
<dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>9.3-1101-jdbc41</version> </dependency>
Replace version with the latest driver version.
Solutions on the web
via openbravo by gsalinas
, 1 year agovia openbravo by mdelacalle
, 1 year agovia Stack Overflow by James
, 1 year agovia Stack Overflow by kgibbon
, 2 years agovia openbravo by reemajamil
, 2 years agovia openbravo by reemajamil
, 2 years agoorg.postgresql.util.PSQLException: Un error de E/S ha ocurrido mientras se enviaba al backend.
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:187)