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

"/app/ds/run-document-server.sh: line 215: -3: substring expression < 0" error on launch #555

Open
pizzidellamaremma opened this issue Dec 15, 2022 · 1 comment
Labels
waiting feedback Issues that we waiting to be answered from author of issue

Comments

@pizzidellamaremma
Copy link

I'm on a Debian 10 and Docker environment, latest image pulled more times.
After an image update (docker-compose pull | docker-compose up -d) I'm stuck with this simple log lines:

/app/ds/run-document-server.sh: line 215: -3: substring expression < 0
nc: port number invalid: 
Waiting for connection to the  host on port 

It seems it is crashing right here: (from run-document-server.sh)

  # extract the path (if any)
  local path="$(echo $url | grep / | cut -d/ -f2-)"

  AMQP_SERVER_PROTO=${proto:0:-3}    #  <---
  AMQP_SERVER_HOST=$host
  AMQP_SERVER_USER=$user
  AMQP_SERVER_PASS=$pass
  AMQP_SERVER_PORT=$port
}
@igwyd
Copy link
Member

igwyd commented Nov 18, 2024

Hello @pizzidellamaremma, sorry for the late reply. Can you show your docker compose file for reproduce issue?

@Rita-Bubnova Rita-Bubnova added the waiting feedback Issues that we waiting to be answered from author of issue label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting feedback Issues that we waiting to be answered from author of issue
Projects
None yet
Development

No branches or pull requests

3 participants