Join Slack
Communities
Powered by
Many exceptions are being thrown around reflection...
# ktor
n
napperley
11/01/2018, 12:48 AM
Many exceptions are being thrown around reflection when using Zulu JDK 11. The server appears to run ok without any issues so far.
app.log
g
gildor
11/01/2018, 1:06 AM
https://github.com/netty/netty/issues/7769
d
Deactivated User
11/01/2018, 6:38 AM
Have you tried Jetty? Does it throw exceptions too? The exception you put seems to be related to Netty using the Unsafe class
g
gildor
11/01/2018, 8:43 AM
Carlos, see link, this is some netty attempt to optimize something using private API
gildor
11/01/2018, 8:43 AM
and this is just impossible to do by default because of Jigsaw
m
mp
11/01/2018, 10:06 PM
just set your log config to
info
for
io.netty
🙂
Open in Slack
Previous
Next