Failing deployment on Azure WebApp #1003

Closed
opened 2026-02-04 23:36:41 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Gyarbij on GitHub (Apr 2, 2021).

Subject of the issue - Failing production instance

Deployment environment

  • bitwarden_rs version: 1.20.0 (from ASP logs)
  • Install method: Azure App Service Plan/Docker

  • Clients used: All

  • Reverse proxy and version:

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details:

Steps to reproduce - Try to launch an Azure Web App with mounted file share for persistence

Expected behaviour -

To work

Actual behaviour -

Does not work and fails with the below

Troubleshooting data -

2021-04-02T14:02:26.743Z INFO - Initiating warmup request to container cxxxfor site cxxxx
2021-04-02T14:02:27.778Z ERROR - Container cxxx for site cxxx has exited, failing site start
2021-04-02T14:02:27.795Z ERROR - Container cxxx didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging.
2021-04-02T14:02:27.804Z INFO - Stopping site cxxxt because it failed during startup.

Originally created by @Gyarbij on GitHub (Apr 2, 2021). <!-- # ### NOTE: Please update to the latest version of bitwarden_rs before reporting an issue! This saves you and us a lot of time and troubleshooting. See: * https://github.com/dani-garcia/bitwarden_rs/issues/1180 * https://github.com/dani-garcia/bitwarden_rs/wiki/Updating-the-bitwarden-image # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think that parts are unnecessary for your issue, feel free to remove them. Remember to hide/redact personal or confidential information, such as passwords, IP addresses, and DNS names as appropriate. --> ### Subject of the issue - Failing production instance <!-- Describe your issue here. --> ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from bitwarden_rs --> <!-- Remember to check if your issue exists on the latest version first! --> * bitwarden_rs version: 1.20.0 (from ASP logs) <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Azure App Service Plan/Docker * Clients used: All * Reverse proxy and version: <!-- if applicable --> * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: ### Steps to reproduce - Try to launch an Azure Web App with mounted file share for persistence <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start bitwarden_rs? --> ### Expected behaviour - To work <!-- Tell us what you expected to happen --> ### Actual behaviour - Does not work and fails with the below <!-- Tell us what actually happened --> ### Troubleshooting data - 2021-04-02T14:02:26.743Z INFO - Initiating warmup request to container cxxxfor site cxxxx 2021-04-02T14:02:27.778Z ERROR - Container cxxx for site cxxx has exited, failing site start 2021-04-02T14:02:27.795Z ERROR - Container cxxx didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging. 2021-04-02T14:02:27.804Z INFO - Stopping site cxxxt because it failed during startup. <!-- Share any log files, screenshots, or other relevant troubleshooting data -->
Author
Owner

@RealOrangeOne commented on GitHub (Apr 2, 2021):

Got any application logs?

@RealOrangeOne commented on GitHub (Apr 2, 2021): Got any application logs?
Author
Owner

@BlackDex commented on GitHub (Apr 2, 2021):

You can't use sqlite on azure. Or, make sure to turn of wall, but if i remember correctly, that has mixed results.

The issue is that azure uses a samba/cifs based storage which does not work that well.

@BlackDex commented on GitHub (Apr 2, 2021): You can't use sqlite on azure. Or, make sure to turn of wall, but if i remember correctly, that has mixed results. The issue is that azure uses a samba/cifs based storage which does not work that well.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1003