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 dependency failure again.

See original GitHub issue

This follows the same issue as the pre-February (2017) failures when the repo was changed to HTTPS. Cannot build the examples currently:

Could not resolve dependencies for project com.amazonaws:aws-dynamodb-examples:jar:1.0.0: Failed to collect dependencies at com.amazonaws:DynamoDBLocal:jar:[1.11.89,2.0.0)

Have the current repo setting in my pom:

<repository> <id>dynamodblocal</id> <name>AWS DynamoDB Local Release Repository</name> <url>https://s3-us-west-2.amazonaws.com/dynamodb-local/release</url> </repository>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6

github_iconTop GitHub Comments

2reactions
allonbendavidcommented, May 31, 2017

I ended up resolving this a while back so I don’t really remember the specifics, but I think it was due to some aggressive Maven repository settings in your settings.xml (~/.m2/settings.xml). Just temporarily remove the settings file (it’s not required) and then try building again. Once it’s downloaded into your local then you can put your settings.xml file back.

0reactions
allonbendavidcommented, May 4, 2018

Cool!

On Friday, May 4, 2018, temadison notifications@github.com wrote:

@allonbendavid https://github.com/allonbendavid You saved me a few gray hairs … thank you. Had to first remove the DynamoDBLocal folder from the repository and then, after temporarily removing the settings.xml file, did a “maven install -U” and voila, the full version of the jar file was downloaded. Many thanks.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aws-samples/aws-dynamodb-examples/issues/16#issuecomment-386633226, or mute the thread https://github.com/notifications/unsubscribe-auth/AM5sLK9gkY7wX96E-Hp6BCQzRyfxm-gEks5tvHJvgaJpZM4NGlbQ .

Read more comments on GitHub >

github_iconTop Results From Across the Web

AWS DynamoDbLocal v.1.19.0 is broken
It seems Amazon released a new version for DynamoDbLocal today (10/08/2022) with an empty jar file into thir specific repository.
Read more >
AWS DynamoDbLocal v.1.19.0 is broken - Stack Overflow
It seems Amazon released a new version for DynamoDbLocal today (10/08/2022) with an empty jar file into thir specific repository.
Read more >
added DynamoDB Local Release Repository — Bitbucket
Hi guys! You have ERROR: Could not resolve dependencies for project com.atlassian.connect:atlassian-connect-spring-boot-sample-dynamodb: ...
Read more >
Error handling with DynamoDB - AWS Documentation
Discover the best practices for handling client and server errors and exceptions returned by Amazon DynamoDB operations.
Read more >
How to use AWS Dynamo DB Local - YouTube
In this video I will show you how to install and start Dynamo DB Local using direct local install and Docker Image.
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