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

Log4J and reflective access operation warnings printed #10895

Closed
cyberduck opened this issue Dec 4, 2019 · 3 comments
Closed

Log4J and reflective access operation warnings printed #10895

cyberduck opened this issue Dec 4, 2019 · 3 comments
Labels
Milestone

Comments

@cyberduck
Copy link
Collaborator

b6381f1 created the issue

When running a synchronize action via the cli, I get the following, though the sync is completed successfully:

log4j:WARN No appenders could be found for logger (ch.cyberduck.core.preferences.Preferences).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/usr/local/Cellar/duck/7.2.0.31900/libexec/Contents/Resources/cglib-3.3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
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

If I just run duck --version, I get the same thing.

MacOS 10.13.6
Cyberduck 7.2.0 (31900)

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

Partially fixed in c92aece.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Issue from upstream library dependency.

@cyberduck
Copy link
Collaborator Author

@ylangisc commented

In 0afc967.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant