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

Dynamo Admin UI is not loading anymore #6

Open
Afzal7 opened this issue Jan 7, 2022 · 7 comments
Open

Dynamo Admin UI is not loading anymore #6

Afzal7 opened this issue Jan 7, 2022 · 7 comments

Comments

@Afzal7
Copy link

Afzal7 commented Jan 7, 2022

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.

@diana-herrera-globant
Copy link

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

@jdsaund
Copy link

jdsaund commented Jan 11, 2022

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"
...

@agiangrant
Copy link

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

@ReidWeb
Copy link

ReidWeb commented Jan 11, 2022

+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.

@shichongrui
Copy link

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 instructure/dockerfiles#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.

@aaronshaf
Copy link
Member

@shichongrui Are you on Docker Hub?

@shichongrui
Copy link

@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.

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

No branches or pull requests

7 participants