Skip to content
New issue

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

"Java::JavaLang::IllegalArgumentException: Unexpected message NoticeResponse" error with PostgreSQL 9.6.8 #41

Open
malcolm-pro opened this issue Oct 8, 2018 · 0 comments

Comments

@malcolm-pro
Copy link

malcolm-pro commented Oct 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant