question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DynamoDB Local Repository broken [HTTP Response 404]

See original GitHub issue

Trying to use the maven repository for dynamodb local artifacts. The hosted repository (http://dynamodb-local.s3-website-us-west-2.amazonaws.com/release) is returning HTTP 404 errors.

Getting build errors from gradle.

Could not resolve all dependencies for configuration ':testCompile'.
Could not find any matches for com.amazonaws:DynamoDBLocal:1.+ as no versions of com.amazonaws:DynamoDBLocal are available.
     Searched in the following locations:
         https://jcenter.bintray.com/com/amazonaws/DynamoDBLocal/maven-metadata.xml
         https://jcenter.bintray.com/com/amazonaws/DynamoDBLocal/
         https://repo1.maven.org/maven2/com/amazonaws/DynamoDBLocal/maven-metadata.xml
         https://repo1.maven.org/maven2/com/amazonaws/DynamoDBLocal/
         http://dynamodb-local.s3-website-us-west-2.amazonaws.com/release/com/amazonaws/DynamoDBLocal/maven-metadata.xml
         http://dynamodb-local.s3-website-us-west-2.amazonaws.com/release/com/amazonaws/DynamoDBLocal/

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

8reactions
ikzjfr0commented, Feb 23, 2017

when accessing: https://s3-us-west-2.amazonaws.com/dynamodb-local/release it comes an error:

<ErrorError>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>release</Key>
<RequestId>10C05F0C9DDA579A</RequestId>
<HostId>FgsMC8+3I4sC+b/CP/G5dw9aFRriHfccEfiyki0xsr661jW6Vfr+jXIojgO2feNd4jc49t6omYA=</HostId>
</Error>

0reactions
alastairmccormackcommented, Oct 1, 2019

Seems to be broken again. Using Mulesoft’s instead: https://mvnrepository.com/artifact/com.amazonaws/DynamoDBLocal/1.11.477

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Bad request(404) when using DynamoDB with ...
So after beating around the bushes, I found out that I was giving the db endpoint as http://localhost:8001 instead of http://localhost:8000.
Read more >
Error handling with DynamoDB - AWS Documentation
If the request is unsuccessful, DynamoDB returns an error. Each error has three components: An HTTP status code (such as 400 ).
Read more >
Troubleshooting CI/CD - GitLab Documentation
GitLab provides several tools to help make troubleshooting your pipelines easier. This guide also lists common issues and possible solutions.
Read more >
Telegraf 1.24 release notes - InfluxData Documentation
HTTP input plugin ( inputs.http ): Allow both 200 and 201 response codes when generating cookie authentication. Also update the cookie header docs...
Read more >
Chapter 9. Issues Resolved in Fuse 7.0
Error with Basic HTTP Authentication when using karaf realm ... Loading snapshots from local repository does not work and the system dir should...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found