question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UnsatisfiedLinkError after upgrade to 4.1.69.Final

See original GitHub issue

Expected behavior

Everything works as it worked.

Actual behavior

java.lang.UnsatisfiedLinkError: failed to load the required native library
java.lang.UnsatisfiedLinkError: could not load a native library: netty_transport_native_epoll_x86_64
java.io.FileNotFoundException: META-INF/native/libnetty_transport_native_epoll.so
java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path: /u    sr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib

Steps to reproduce

  1. Use netty-all
  2. Upgrade to 4.1.69.Final
  3. Build on Windows
  4. Run on Ubuntu

Minimal yet complete reproducer code (or URL to code)

Any hello world that uses epoll.

Netty version

4.1.69.Final

JVM version (e.g. java -version)

openjdk version "16.0.2" 2021-07-20
OpenJDK Runtime Environment (build 16.0.2+7-67)
OpenJDK 64-Bit Server VM (build 16.0.2+7-67, mixed mode, sharing)

OS version (e.g. uname -a)

Linux 5.13.4-x86_64 #1 SMP x86_64 x86_64 x86_64 GNU/Linux

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
bxqgitcommented, Oct 19, 2021

@chrisvest Thanks, now it works!

To Whom It May Concern:

implementation "io.netty:netty-all:$version_netty"
implementation "io.netty:netty-transport-native-epoll:$version_netty:linux-x86_64"
0reactions
normanmaurercommented, Dec 9, 2021

Closing as we can not reproduce anymore

Read more comments on GitHub >

github_iconTop Results From Across the Web

Netty/Resolver/DNS/Native/MacOS - Maven Repository
Netty/Resolver/DNS/Native/MacOS ; 4.1.69.Final · Central · 6. Oct 11, 2021 ; 4.1.68.Final · Central · 4. Sep 09, 2021.
Read more >
Distinguish closed beta links - Pluwen/Awesome-Testflight-Link
This issue has been created since 2021-11-14. ... pluwen wrote this answer on 2021-11-15 ... UnsatisfiedLinkError after upgrade to 4.1.69.Final, 9, 2021-10- ...
Read more >
io.netty.handler.codec.compression.Brotli in Selenium 4.0
Issue Upgraded Jenkins from 2.257 to 2.339. After the upgrade none of the nodes are able t... Labels .class-file ...
Read more >
[Question] Missing app=prometheus label on pod - IssueHint
Somehow kubernetes operator pod is missing app=prometheus label on pod: ... Updated Date, 2022-08-31 ... UnsatisfiedLinkError after upgrade to 4.1.69.Final ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found