dynamo-local-admin-docker icon indicating copy to clipboard operation
dynamo-local-admin-docker copied to clipboard

Dynamo Admin UI is not loading anymore

Open Afzal7 opened this issue 3 years ago • 7 comments

The below docker config has been working for months but today after restarting my system i removed the older images and did a fresh compose up and now the Admin UI is not loading. DynamoDb itself seems to be running fine.

docker-compose.yml:

version: '3'
services:
    dynamodb:
    image: instructure/dynamo-local-admin
    ports:
      - "8000:8000" # For dynamo db
      - "8001:8001" # For admin UI

Screenshot 2022-01-07 at 3 05 39 PM

I tried running it from the terminal as well, but no luck.

Screenshot 2022-01-07 at 4 21 30 PM

Any suggestions on how to resolve this? Thanks.

Afzal7 avatar Jan 07 '22 14:01 Afzal7

I have the same issue, yesterday also removed the image and now is not working any more.. dynamoError

diana-herrera-globant avatar Jan 07 '22 16:01 diana-herrera-globant

Also seeing this issue

...
2022-01-11 00:42:39,150 INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin'
2022-01-11 00:42:39,150 INFO success: dynamodb entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-11 00:42:39,150 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-01-11 00:42:41,153 INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin'
2022/01/11 00:42:43 [error] 10#10: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: dynamo.docker, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8001/", host: "localhost:8000"
172.18.0.1 - - [11/Jan/2022:00:42:43 +0000] "GET / HTTP/1.1" 502 157 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0"
2022-01-11 00:42:44,285 INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin'
2022-01-11 00:42:44,286 INFO gave up: dynamo-admin entered FATAL state, too many start retries too quickly
2022/01/11 00:42:46 [error] 10#10: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: dynamo.docker, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8001/", host: "localhost:8000"
...

jdsaund avatar Jan 11 '22 00:01 jdsaund

Just a heads up there is another issue on the repo that contains all the dockerfiles from instructure https://github.com/instructure/dockerfiles/issues/11. Looks like this repo hasn't been used in a long time

agiangrant avatar Jan 11 '22 13:01 agiangrant

+1 to this issue, being presented with exactly this issue.

Cannot seem to retrieve older versions of the image either. Per #4 it'd be fantastic if a static reference to this image could be maintained.

ReidWeb avatar Jan 11 '22 16:01 ReidWeb

I do not believe this repo is the source of truth for this docker image any more. As mentioned by @agiangrant I've opened an issue on their dockerfiles repo https://github.com/instructure/dockerfiles/issues/11.

Having worked at Instructure in the past, many of the Github repos are replicated from internal Gerrit, so issues on GitHub aren't looked at all that often so if you could all add your comments on the above issue I think it will get fixed faster.

Also pinging @aaronshaf as I know he still works there and might be able to get this onto someone's radar internally as well.

shichongrui avatar Jan 14 '22 16:01 shichongrui

@shichongrui Are you on Docker Hub?

aaronshaf avatar Jan 21 '22 16:01 aaronshaf

@aaronshaf I might have an account but I don't ever use it. But I am pulling the image from Docker Hub https://hub.docker.com/r/instructure/dynamo-local-admin.

shichongrui avatar Jan 24 '22 13:01 shichongrui