You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry I dont have more information but I don't understand what this error means. The full stack trace is below
org.postgresql.util.PSQLException: ERROR: cannot use serializable mode in a hot standby
Detail: "default_transaction_isolation" is set to "serializable".
Hint: You can use "SET default_transaction_isolation = 'repeatable read'" to change the default.
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2675)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2365)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:355)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:490)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:408)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:329)
at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:315)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:291)
at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:243)
at org.postgresql.jdbc.PgDatabaseMetaData.getSchemas(PgDatabaseMetaData.java:1453)
at org.postgresql.jdbc.PgDatabaseMetaData.getSchemas(PgDatabaseMetaData.java:1434)
at com.ultorg.database.SQLConnection.e(SourceFile:618)
at com.ultorg.database.SQLConnection.getDatabasesAndTables(SourceFile:539)
at com.ultorg.project.model.m$1.run(SourceFile:1088)
at com.ultorg.project.e.a(SourceFile:192)
at com.ultorg.project.e.runTask(SourceFile:134)
at com.ultorg.project.model.m.getTableList(SourceFile:83)
Caused: com.ultorg.database.ImportException
at com.ultorg.project.model.m.getTableList(SourceFile:92)
[catch] at com.ultorg.project.c.b(SourceFile:470)
at com.ultorg.project.c.c(SourceFile:449)
at com.ultorg.project.i.a(SourceFile:503)
at com.ultorg.project.i$a.b(SourceFile:1127)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
at org.openide.util.lookup.Lookups.executeWith(Lookups.java:278)
at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
The text was updated successfully, but these errors were encountered:
It looks like Ultorg uses a PostgreSQL feature that is not always available (in your case because your database is configured with a "Hot Standby" server, for high availability).
I think I have already fixed it... but it will take me a bit of time before I have a new Ultorg release ready with the fix included. I will post a comment here once I have a new Ultorg version available!
eirikbakke
changed the title
Error connecting database
'cannot use serializable mode in a hot standby' error on PostgreSQL
May 6, 2022
It looks like Ultorg uses a PostgreSQL feature that is not always available (in your case because your database is configured with a "Hot Standby" server, for high availability).
I think I have already fixed it... but it will take me a bit of time before I have a new Ultorg release ready with the fix included. I will post a comment here once I have a new Ultorg version available!
I'm running Postgresql 13.4
I'm sorry I dont have more information but I don't understand what this error means. The full stack trace is below
The text was updated successfully, but these errors were encountered: