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

Getting a java error in a CVE check on launch #4966

Closed
mushu999 opened this issue Oct 19, 2022 · 2 comments
Closed

Getting a java error in a CVE check on launch #4966

mushu999 opened this issue Oct 19, 2022 · 2 comments
Labels

Comments

@mushu999
Copy link

Is this something wrong on my system? Here is the error:

[INFO] Processing Started for NVD CVE - 2021
Oct 19, 2022 1:48:15 PM com.fasterxml.jackson.module.blackbird.util.ReflectionHack$Java9Up init
WARNING: Unable to find Java 9+ MethodHandles.privateLookupIn.  Blackbird is not performing optimally!
java.lang.NoSuchMethodException: no such method: java.lang.invoke.MethodHandles.privateLookupIn(Class,Lookup)Lookup/invokeStatic
        at java.lang.invoke.MemberName.makeAccessException(Unknown Source)
. . .

So do I need to update my Java installation? This is version 7.3.0 of dependency-check code on Windows 10. I run it like I always do. Just updated from ver 7.1.1 and left the data directory from the earlier version.

@mprins
Copy link
Contributor

mprins commented Oct 20, 2022

Where is the ERROR? I only see a WARNING...

So do I need to update my Java installation?

you have not told us which version you are using, so it is difficult to advise

@jeremylong
Copy link
Owner

This is an expected warning when running on Java 8. See other projects responses: https://issuehint.com/issue/dropwizard/dropwizard/5318#84997997

Everything will still work as expected.

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

No branches or pull requests

3 participants