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

Fix Docker image failing to start Besu with NoClassDefFoundError for org.xerial.snappy.Snappy #5462

Merged
merged 8 commits into from
May 17, 2023

Conversation

jframe
Copy link
Contributor

@jframe jframe commented May 16, 2023

PR description

Fix Besu failing to start when using Docker 23.4.0 due to NoClassDefFoundError for org.xerial.snappy.Snappy.

The cause was that we are using an older version of glibc for some Docker images due to the older version of the Ubuntu distro being used.

Changes

Related to the update of the snappy library xerial/snappy-java#417 (comment)

Fixed Issue(s)

fixes #5463

@github-actions
Copy link

github-actions bot commented May 16, 2023

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.
  • I have considered running ./gradlew acceptanceTestNonMainnet locally if my PR affects non-mainnet modules.
  • I thought about the changelog and included a changelog update if required.
  • If my PR includes database changes (e.g. KeyValueSegmentIdentifier) I have thought about compatibility and performed forwards and backwards compatibility tests

@jframe jframe changed the title Update docker images to use ubuntu:22.04 to fix issue with loading sn… Update docker images to use ubuntu:22.04 to fix NoClassDefFoundError for org.xerial.snappy.Snappy May 16, 2023
@jframe jframe changed the title Update docker images to use ubuntu:22.04 to fix NoClassDefFoundError for org.xerial.snappy.Snappy Fix NoClassDefFoundError for org.xerial.snappy.Snappy May 16, 2023
@siladu
Copy link
Contributor

siladu commented May 16, 2023

Probably doesn't use snappy, but reckon we should do https://github.com/hyperledger/besu/blob/main/ethereum/evmtool/src/main/docker/Dockerfile for completeness?

@jframe
Copy link
Contributor Author

jframe commented May 16, 2023

Probably doesn't use snappy, but reckon we should do https://github.com/hyperledger/besu/blob/main/ethereum/evmtool/src/main/docker/Dockerfile for completeness?

Seems like a sensible thing to do. Will update it.

@jframe jframe marked this pull request as ready for review May 16, 2023 05:59
Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@siladu siladu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jframe jframe changed the title Fix NoClassDefFoundError for org.xerial.snappy.Snappy Fix Docker NoClassDefFoundError for org.xerial.snappy.Snappy May 17, 2023
Copy link
Contributor

@gfukushima gfukushima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jframe jframe enabled auto-merge (squash) May 17, 2023 02:11
@jframe jframe changed the title Fix Docker NoClassDefFoundError for org.xerial.snappy.Snappy Fix Docker image failing to start Besu with NoClassDefFoundError for org.xerial.snappy.Snappy May 17, 2023
@jframe jframe disabled auto-merge May 17, 2023 02:11
@jframe jframe enabled auto-merge (squash) May 17, 2023 02:12
@jframe jframe merged commit 9b06f12 into hyperledger:main May 17, 2023
elenduuche pushed a commit to elenduuche/besu that referenced this pull request Aug 16, 2023
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants