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.

unresolvable circular references updating from 5.0.3

See original GitHub issue

It looks like there are some new bean factories trying to inject instances of AmazonDynamoDB, DynamoDBMapperConfig, etc.

Is there a way to turn them off and simply use the beans we already have configured?

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'dynamoDB-DynamoDBMapper': Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'dynamoDBMapperConfig': Requested bean is currently in creation: Is there an unresolvable circular reference?

Looks like this popped up in v5.1.0, so before your fork.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
efenderboschcommented, Feb 25, 2020
0reactions
boostchickencommented, Feb 25, 2020

@efenderbosch @frommeyerc this os released and should be on central soon

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring boot application fails to start after upgrading to 2.6.0 ...
Spring Boot - Error creating bean with name 'cloud': Requested bean is currently in creation: Is there an unresolvable circular reference? 4.
Read more >
How to resolve circular dependencies in Spring? - LogicBig
Circular dependencies are the scenarios when two or more beans try to inject ... in creation: Is there an unresolvable circular reference?
Read more >
Unresolvable circular reference with eurekae & postgress #3030
I've been working on a spring boot 2 project which uses postgres as database, all working fine. Now, I've been following a course...
Read more >
JQL Cycle Detection Regression (4.4 -> 5.0) - Jira Atlassian
The issues I've seen with my filters are NOT circular references, despite being reported as such. If a Filter can't appear twice in...
Read more >
Changelog — Python 3.11.1 documentation
gh-99578: Fix a reference bug in _imp.create_builtin() after the creation of the ... gh-98745: Update py.exe launcher to install 3.11 by default and...
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