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

Server warnings about reflective access #284

Closed
GentlemanHal opened this issue Jul 19, 2019 · 0 comments
Closed

Server warnings about reflective access #284

GentlemanHal opened this issue Jul 19, 2019 · 0 comments
Assignees
Labels
for developers Changes that make development easier
Milestone

Comments

@GentlemanHal
Copy link
Member

GentlemanHal commented Jul 19, 2019

Since updating from Java 8 we have started to get the following warning from the server:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by clojure.lang.InjectedInvoker/0x0000000801301c40 (file:/path/.m2/repository/org/clojure/clojure/1.10.1/clojure-1.10.1.jar) to method com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(org.xml.sax.InputSource,org.xml.sax.helpers.DefaultHandler)
WARNING: Please consider reporting this to the maintainers of clojure.lang.InjectedInvoker/0x0000000801301c40
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

It looks like it is something happening in Clojure, so I doubt there is anything we can do to fix it? We might just need to wait for a new version of Clojure or possibly raise it as a bug with them?

Edit:
https://clojure.org/guides/faq#illegal_access

@GentlemanHal GentlemanHal added the for developers Changes that make development easier label Jul 19, 2019
@GentlemanHal GentlemanHal changed the title Server start up warnings, reflective access Server warnings about reflective access Jul 19, 2019
@GentlemanHal GentlemanHal added this to the v5.0.0 milestone Aug 18, 2019
@GentlemanHal GentlemanHal self-assigned this Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for developers Changes that make development easier
Projects
None yet
Development

No branches or pull requests

1 participant