lmenezes / cerebro-docker

official cerebro docker image
119 stars 41 forks source link

cerebro image warning about cglib and Java #3

Closed jonathanlang closed 5 years ago

jonathanlang commented 5 years ago

When running the latest cerebro docker container it outputs the following error messages:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/opt/cerebro/lib/com.google.inject.guice-4.2.2.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 com.google.inject.internal.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
[info] play.api.Play - Application started (Prod) (no global state)
[info] p.c.s.AkkaHttpServer - Listening for HTTP on /0:0:0:0:0:0:0:0:9000

This is related to the following thread on github: https://github.com/google/guice/issues/1133

Apparently this is fixed, but needs to be updated in this image.

jonathanlang commented 5 years ago

Closing this issue since it's already been reported on the main project: https://github.com/lmenezes/cerebro/issues/380

Reiner030 commented 5 years ago

"thanks" for closing a duplicate issue... and ... how is the solution for the referenced bug now ? ;) I see there no reaction there. 😢