popeen / Booksonic-Air

A new Booksonic server based on Airsonic. - OBS: The code here might not be ready for release. Feel free to compile it yourself but if so I recommend searching for the latest commit with the description "Prepare for release"

Home Page:https://booksonic.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with StandardLockService: Waiting for changelog lock

jurgenhaas opened this issue · comments

Problem description

Installed with docker-compose as described on Docker hub. Got it to work but as soon as I restarted the docker containers after having modified the reverse proxy settings, I'm getting an empty response from the server. Even after reverting to the original setting without reverse proxy I can't get a valid server response anymore.

Looking into the logs, I see the following 2 lines repeated over and over again:

booksonic-air    | 2020-12-06 11:52:07.448  INFO --- l.executor.jvm.JdbcExecutor              : SELECT LOCKED FROM PUBLIC.DATABASECHANGELOGLOCK WHERE ID=1
booksonic-air    | 2020-12-06 11:52:07.449  INFO --- l.l.StandardLockService                  : Waiting for changelog lock....

System information

  • Airsonic version: 2009.1.0
  • Operating system: Ubuntu 18.04 LTS
  • Client: Firefox, Chrom, curl, all show the same problem
  • Docker image: ghcr.io/linuxserver/booksonic-air latest

Ran into this problem as well... though mine had been working for some time. Noticed it wasn't working after recreating the container on my unRAID server.