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

bitwarden/setup:2024.2.2 Failed to create CoreCLR, HRESULT: 0x80070008 #3851

Closed
1 task done
stylersnico opened this issue Feb 29, 2024 · 3 comments
Closed
1 task done
Labels

Comments

@stylersnico
Copy link

Steps To Reproduce

Self-hosted server via Docker and bitwarden.sh script
Update via bitwarden.sh updateself + bitwarden.sh update

The following error appears during update or restart:

2024.2.2: Pulling from bitwarden/setup
Digest: sha256:3072f561496f496add77c60bf00ad63b09ba99feb8aeea6ad58c0ad5acab96d4
Status: Image is up to date for bitwarden/setup:2024.2.2
Failed to create CoreCLR, HRESULT: 0x80070008

Expected Result

All containers bust me up and running and no error should appears

Actual Result

During restart or update, the system crash with error Failed to create CoreCLR, HRESULT: 0x80070008 on container bitwarden/setup:2024.2.2

bitwarden.sh update
 _     _ _                         _
| |__ (_) |___      ____ _ _ __ __| | ___ _ __
| '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \
| |_) | | |_ \ V  V / (_| | | | (_| |  __/ | | |
|_.__/|_|\__| \_/\_/ \__,_|_|  \__,_|\___|_| |_|

Open source password management solutions
Copyright 2015-2024, 8bit Solutions LLC
https://bitwarden.com, https://github.com/bitwarden

===================================================

bitwarden.sh version 2024.2.2
Docker version 18.09.6, build 481bc77
docker-compose version 1.23.2, build 1110ad01

Stopping bitwarden-nginx         ... done
Stopping bitwarden-admin         ... done
Stopping bitwarden-attachments   ... done
Stopping bitwarden-sso           ... done
Stopping bitwarden-api           ... done
Stopping bitwarden-icons         ... done
Stopping bitwarden-web           ... done
Stopping bitwarden-notifications ... done
Stopping bitwarden-identity      ... done
Stopping bitwarden-mssql         ... done
Stopping bitwarden-events        ... done
Removing bitwarden-nginx         ... done
Removing bitwarden-admin         ... done
Removing bitwarden-attachments   ... done
Removing bitwarden-sso           ... done
Removing bitwarden-api           ... done
Removing bitwarden-icons         ... done
Removing bitwarden-web           ... done
Removing bitwarden-notifications ... done
Removing bitwarden-identity      ... done
Removing bitwarden-mssql         ... done
Removing bitwarden-events        ... done
Removing network docker_default
Removing network docker_public
2024.2.2: Pulling from bitwarden/setup
Digest: sha256:3072f561496f496add77c60bf00ad63b09ba99feb8aeea6ad58c0ad5acab96d4
Status: Image is up to date for bitwarden/setup:2024.2.2
Failed to create CoreCLR, HRESULT: 0x80070008

 bash bitwarden.sh restart
 _     _ _                         _
| |__ (_) |___      ____ _ _ __ __| | ___ _ __
| '_ \| | __\ \ /\ / / _` | '__/ _` |/ _ \ '_ \
| |_) | | |_ \ V  V / (_| | | | (_| |  __/ | | |
|_.__/|_|\__| \_/\_/ \__,_|_|  \__,_|\___|_| |_|

Open source password management solutions
Copyright 2015-2024, 8bit Solutions LLC
https://bitwarden.com, https://github.com/bitwarden

===================================================

bitwarden.sh version 2024.2.2
Docker version 18.09.6, build 481bc77
docker-compose version 1.23.2, build 1110ad01

Pulling mssql         ... done
Pulling web           ... done
Pulling attachments   ... done
Pulling api           ... done
Pulling identity      ... done
Pulling sso           ... done
Pulling admin         ... done
Pulling icons         ... done
Pulling notifications ... done
Pulling events        ... done
Pulling nginx         ... done
Creating network "docker_default" with the default driver
Creating network "docker_public" with the default driver
Creating bitwarden-mssql         ... done
Creating bitwarden-events        ... done
Creating bitwarden-identity      ... done
Creating bitwarden-web           ... done
Creating bitwarden-icons         ... done
Creating bitwarden-notifications ... done
Creating bitwarden-attachments   ... done
Creating bitwarden-api           ... done
Creating bitwarden-sso           ... done
Creating bitwarden-admin         ... done
Creating bitwarden-nginx         ... done
2024.2.2: Pulling from bitwarden/setup
Digest: sha256:3072f561496f496add77c60bf00ad63b09ba99feb8aeea6ad58c0ad5acab96d4
Status: Image is up to date for bitwarden/setup:2024.2.2
Failed to create CoreCLR, HRESULT: 0x80070008

Screenshots or Videos

No response

Additional Context

No response

Build Version

Latest - 2024.2.2

Environment

Self-Hosted

Environment Details

  • OS : Debian bullseye X64 - 5.10.0-28-amd64
  • Docker version 18.09.6, build 481bc77
  • Docker-compose version 1.23.2, build 1110ad01

Issue Tracking Info

  • I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
@daniellbw
Copy link

Hi @stylersnico !

It seems that this error is occurring due to the older docker version you seem to be running.

Could you update docker and try again.

We use GitHub issues as a place to track bugs and other development related issues. If your issue persists, please write us back using our “Contact support” form located on our Help Center (https://bitwarden.com/help/).
You can include a link to this issue in the message content.

Alternatively, you can also search for an answer in our help documentation or get help from other Bitwarden users on our community forums (https://community.bitwarden.com/c/support/).

The issue here will be closed.

@daniellbw daniellbw closed this as not planned Won't fix, can't repro, duplicate, stale Feb 29, 2024
@stylersnico
Copy link
Author

Hi @daniellbw,
Indeed, Bulleyes included docker release was the problem, it works fine using Docker official repository for Bulleyes.

@zatmania
Copy link

zatmania commented Apr 3, 2024

Hi,
i solved it !
1) need to upgrade docker engine
2)update bitwarden as usual.
Use this link to update docker : https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
My ubuntu version : Ubuntu 22.04.4 LTS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants