We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting this error back when trying to connect to PG 9.6.8:
Java::JavaLang::IllegalArgumentException: Unexpected message NoticeResponse org.jruby.pg.internal.PostgresqlConnection.finishConnecting(PostgresqlConnection.java:1605) org.jruby.pg.internal.PostgresqlConnection.connectPollInternal(PostgresqlConnection.java:1222) org.jruby.pg.internal.PostgresqlConnection.connectPoll(PostgresqlConnection.java:170) org.jruby.pg.internal.PostgresqlConnection.connectDbCommon(PostgresqlConnection.java:1388) org.jruby.pg.internal.PostgresqlConnection.connectDb(PostgresqlConnection.java:157) org.jruby.pg.Connection.connectSync(Connection.java:1465) org.jruby.pg.Connection.initialize(Connection.java:365) org.jruby.pg.Connection$INVOKER$i$0$0$initialize.call(Connection$INVOKER$i$0$0$initialize.gen)
(lots of non-PG related stack trace available on request)
Not seeing this when connecting to a 9.5 database.
edit As a comparison, I've had no problems connecting with postgres-pr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting this error back when trying to connect to PG 9.6.8:
(lots of non-PG related stack trace available on request)
Not seeing this when connecting to a 9.5 database.
edit As a comparison, I've had no problems connecting with postgres-pr
The text was updated successfully, but these errors were encountered: