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
We're running into an issue at the interface between postgresql-jdbc and arjdbc. We're running JRuby (versions 9.2.6.0, 9.2.7.0, 9.2.9.0) and Rails 5.2 with arjdbc 52.6. Frustratingly the error (stack trace below) shows up only rarely and only under load, we're still trying to figure out how to produce it more reliably. What's also odd is I can't get the line numbers being given in the stack dump for postgresql-jdbc to line up (see https://github.com/pgjdbc/pgjdbc/blob/REL42.2.5/pgjdbc/src/main/java/org/postgresql/jdbc/PgStatement.java#L457, which is just a }).
I made a stab at updating postgres jdbc to 42.2.13, since 42.2.5 is over a year old, but I keep running into:
NameError:
cannot load Java class org.postgresql.Driver
# arjdbc/jdbc/RubyJdbcConnection.java:557:in `initialize'
We're running into an issue at the interface between postgresql-jdbc and arjdbc. We're running JRuby (versions 9.2.6.0, 9.2.7.0, 9.2.9.0) and Rails 5.2 with arjdbc 52.6. Frustratingly the error (stack trace below) shows up only rarely and only under load, we're still trying to figure out how to produce it more reliably. What's also odd is I can't get the line numbers being given in the stack dump for postgresql-jdbc to line up (see https://github.com/pgjdbc/pgjdbc/blob/REL42.2.5/pgjdbc/src/main/java/org/postgresql/jdbc/PgStatement.java#L457, which is just a
}
).I made a stab at updating postgres jdbc to 42.2.13, since 42.2.5 is over a year old, but I keep running into:
The text was updated successfully, but these errors were encountered: