-
Notifications
You must be signed in to change notification settings - Fork 103
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
comsat-jooq Null Pointer Exception when using jOOQ's store() method #86
Comments
Hi. Are you actually running the agent? Listing the JAR in the dependencies isn't enough. |
Yes, agent is running. Definition in build.gradle:
|
Can you run with the
|
I have run it with verifyInstrumentation flag as requested. I have separated each warning in a separate block for easier referencing. My guess is that instrumentation is not working correctly for some o jOOQ's methods. Any help would be greatly appreciated.
|
@safar , did you manage to solve that issue? I'm experiencing something similar... |
I have a similar problem using JDBC directly:
|
I'm using jOOQ together with comsat webactors. Here is relevant part of my build.gradle:
I have wrapped my Postgres data source in FiberDataSource
When I try to store a new record from jOOQ generated class, fibers throws Null Pointer Exception:
I have enabled debugging in jOOQ and query it tries to execute is valid and can be ran manually on the DB.
I have tried to disable FiberDataSource wrapper and use pgSimpleDataSource directly, in that scenario trip is stored in DB without any Exception (warnings are thrown since it blocks threads in that case).
Can you please tell me if there is something wrong with the configuration?
Is this a bug in comsat-jooq?
The text was updated successfully, but these errors were encountered: