causing crash - Search results in mailing lists
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (4)
2018-06-29 19:10:13 | Re: insert function runs forever if connection is lost, keeping the tablelocked (Pieter Zieschang)
crash. But the condition of a connection loss of multiple clients of this type (used by different people) is still easily possible. So i'm worried, that one connection loss causes
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2016-04-13 18:09:57 | Re: Restoring postgresql 9.4 crashed database (Kevin Grittner)
On Mon, Apr 11, 2016 at 7:29 AM, Babacar Gningue
Mailing lists >> pgsql-jdbc >> Thread >> Search in thread (2)
2016-04-13 15:10:06 | Re: Restoring postgresql 9.4 crashed database (Kevin Grittner)
On Mon, Apr 11, 2016 at 7:29 AM, Babacar Gningue
Mailing lists >> pgsql-jdbc >> Thread
2015-10-08 16:43:47 | Re: Connection terminated by the server causes deadlock in jdbc client side connection (Steffen Heil (Mailinglisten))
Hi That should only happen, if the servers OS crashes. For a process there is
Mailing lists >> pgsql-jdbc >> Thread
2013-10-21 01:20:19 | Re: Remove usage of finalizers ? (David Johnston)
cause 290k statement objects to sit waiting in the finalizer queue when each one's finalizer routine is a no-op (assumes you previously closed these statements properly). Any idea of the pace of accumulation
Mailing lists >> pgsql-jdbc >> Thread
2012-10-25 20:13:08 | commit problem (John R Pierce)
causing a bunch of problems for us, we have a huge code base of java jdbc software which was originally written for Oracle, and it assumes that read only operations are NOT starting a transaction
Mailing lists >> pgsql-jdbc >> Thread
2011-03-23 20:36:15 | Problems with Hibernate Discriminators and 9.0-801.jdbc4 (sdavidr)
crash when there is an Insert in a table with a String type discriminator, returning this : Caused
Mailing lists >> pgsql-jdbc >> Thread
2010-12-07 01:57:24 | Out Of memory Exception (Rajeshsundar Subramanian)
crash information to E:\bea\user_projects\workspaces\default\CommServerORMImpl\jrockit.5920.dump. ===== BEGIN DUMP ============================================================= JRockit dump produced after 0 days
Mailing lists >> pgsql-jdbc >> Thread
2010-10-26 11:37:56 | getGeneratedKeys() problem (Viktor Pravdin)
crashes. If I understand correctly the prepared statement is generated by AbstractJdbc3Connection.prepareStatement (String sql, int autoGeneratedKeys) which results in a query like "INSERT blah-blah RETURNING *". Could it be the case that this "RETURNING
Mailing lists >> pgsql-jdbc >> Thread
2010-10-09 02:04:12 | DatabaseMetaData.getTablePrivileges() (danap@itstriangle.com)
crashed and after some testing I attributed the exception to the empty string "" parameter for the schemaPattern argument in DatabaseMetaData.getTablePrivileges() for the JDBC. Well not sure the JDBC is really causing
Mailing lists >> pgsql-jdbc >> Thread
2010-10-07 22:17:25 | DatabaseMetaData.getTablePrivileges() (danap)
crashed and after some testing I attributed the exception to the empty string "" parameter for the schemaPattern argument in DatabaseMetaData.getTablePrivileges() for the JDBC. Well not sure the JDBC is really causing
Mailing lists >> pgsql-jdbc >> Thread
2010-09-30 11:27:13 | Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql) (Craig Ringer)
cause data loss if that system ever suffers from an OS crash, power loss, etc. This
Mailing lists >> pgsql-jdbc >> Thread
2010-08-06 14:22:53 | Re: 9.0 Driver (Scott Langley)
causes a trouble on some platforms. 6.) Removed the use of misused strcat_s together with snprintf_s (bug report from Jap-Peter Seifert) and use strlcat instead of strncat. 7.) Fix a bug about
Mailing lists >> pgsql-jdbc >> Thread
2010-01-27 15:28:48 | java.net.SocketException: Network is unreachable (Wolfgang Rinnert)
crash. Now for the details. I have put the statements between lines of equal signs, their output directly following. ================================================================ postgres@pcwolfgang:/root $ /usr/lib/postgresql/8.4/bin/pg_controldata ================================================================ pg_control-Versionsnummer: 843 Katalogversionsnummer: 200904091 Datenbanksystemidentifikation: 5420760379678260442 Datenbank-Cluster-Status
Mailing lists >> pgsql-jdbc >> Thread
2009-06-10 08:06:09 | Random crashes on getConnection (Ramon Poca)
crash to: org.postgresql.core.v3.ConnectionFactoryImpl.readStartupMessages(PGStream, ProtocolConnectionImpl, Logger) line: 470 For some reason, client_encoding gets changed back and forth from UNICODE to LATIN9. When it's LATIN9, it causes