question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reactive PG client native test NPE with latest masters and jdk11u-dev

See original GitHub issue

Environment: 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)

Longer output

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Karmcommented, Oct 7, 2020

Closing this since it’s a JDK issue. Follow graalvm/mandrel#22 for further progress.

@galderz So…is this Quarkus one closed then? Could you close it then?

0reactions
galderzcommented, May 29, 2020

Closing this since it’s a JDK issue. Follow https://github.com/graalvm/mandrel/issues/22 for further progress.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found