Skip to content

Strange connection issue (Unable to connect) #2561

Answered by mp911de
Obyvante asked this question in Q&A
Discussion options

You must be logged in to vote

Ah, here we go:

[09:53:33 INFO] [main]: [LoggedPrintStream] [STDERR]: Caused by: java.lang.UnsatisfiedLinkError: 'int io.netty.channel.unix.ErrorsStaticallyReferencedJniMethods.errorEHOSTUNREACH()'

You're having the epoll dependency on your class path and the error indicates a missing symbol. I suspect a glibc incompatibility although I'm not fully sure.

What you can do is either:

  1. excluding the netty-transport-native-epoll dependency
  2. Setting a system property -Dio.lettuce.core.epoll=false to instruct Lettuce to not use the epoll native transport
  3. Upgrade or downgrade netty according to your system baseline.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
7 replies
@Obyvante
Comment options

@Obyvante
Comment options

@Obyvante
Comment options

@mp911de
Comment options

@cattong
Comment options

Comment options

You must be logged in to vote
3 replies
@mp911de
Comment options

@Obyvante
Comment options

@Obyvante
Comment options

Answer selected by Obyvante
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants