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.

VS Code for Eclipse Che works with both UBI 8 and 9

See original GitHub issue

Is your task related to a problem? Please describe

When running Che-Code in a UBI9-based container, it fails with the following error:

./node: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory 

Describe the solution you’d like

Probably, it requires adding some libs to Che-Code image.

Describe alternatives you’ve considered

There was an internal discussion on the possibility of running Che-Code in any image. It requires reviewing how we package the VS Code. Also, there were some ideas to check about using the statically linked libraries.

Release Notes Text

Previously VS Code for Eclipse Che was failing to run on containers that had a version of OpenSSL that was not supported like for example UBI 9 that included OpenSSL 3.0.1). Now it will work independently from the version of OpenSSL included in the container.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:15 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
RomanNikitenkocommented, Sep 19, 2022

UBI 8 image uses 1.1.1 version of openssl

image

UBI 9 image uses 3.0.1 version of openssl

image

For che-code we use node that requires 1.1.1 version of openssl

image

1reaction
benoitfcommented, Aug 17, 2022

so maybe copying nodejs binary from ubi9/nodejs-16 in addition to ubi8 or we grab a nodejs binary with a different openssl version

Read more comments on GitHub >

github_iconTop Results From Across the Web

Extending Eclipse Che 7 to use VS Code extensions
We've added a plugin model to Eclipse Theia that is compatible with Visual Studio Code (VS Code) extensions. Che 7 users will eventually...
Read more >
Pair programming using VS Code | Eclipse Che Blog
This blog post describes how it is possible to achieve that by using CodeTogether, a third-party VS Code extension.
Read more >
Move your VS Code extension into Eclipse Che - YouTube
VS Code is a Desktop IDE with tons of extensions but it is running on your local computer. Eclipse Che is a developer...
Read more >
Eclipse Che vs Visual Studio Code | What are the differences?
Eclipse Che and Visual Studio Code are both open source tools. It seems that Visual Studio Code with 78.4K GitHub stars and 10.9K...
Read more >
eclipse/che-dev - Quay.io
No builds have been run for this repository. Description. No repository description has been set.
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