Reactive PG client native test NPE with latest masters and jdk11u-dev
See original GitHub issueEnvironment: Master branches for Quarkus and SVM, jdk11u-dev based JDK (not labs JDK)
Error building native for reactive-pg-client
test:
Caused by: java.lang.NullPointerException
at java.base/java.lang.ClassValue$ClassValueMap.loadFromCache(ClassValue.java:535)
at java.base/java.lang.ClassValue$ClassValueMap.probeHomeLocation(ClassValue.java:541)
at java.base/java.lang.ClassValue.get(ClassValue.java:101)
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
[reactive-pg-client] NullPointerException in PgPoolRecorder ...
Final the tests for one of my applications started failing due to a NullPointerException: java.lang.RuntimeException: Failed to start ...
Read more >Reactive SQL Clients - Quarkus
Reactive PostgreSQL Client extension. First, make sure your project has the quarkus-reactive-pg-client extension enabled. If you are creating a new project ...
Read more >Reactive PostgreSQL Client - Eclipse Vert.x
Reactive PostgreSQL Client. The Reactive PostgreSQL Client is a client for PostgreSQL with a straightforward API focusing on scalability and low overhead.
Read more >Home of Quarkus Cheat-Sheet - GitHub Pages
Quarkus is a Kubernetes Native Java stack tailored for GraalVM & OpenJDK HotSpot, ... Rest Client also integrates with reactive library named Mutiny....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@galderz So…is this Quarkus one closed then? Could you close it then?
Closing this since it’s a JDK issue. Follow https://github.com/graalvm/mandrel/issues/22 for further progress.