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.

Shared circular dependency causes java.lang.StackOverflowError

See original GitHub issue

I have a large IntelliJ project, of which there are ~102 source files in 11 modules.

Recently I started receiving this message in the Event Log quite often:

Ceylon model update failed The Ceylon model update triggered an unexpected exception: java.lang.StackOverflowError that will be reported in the Event View. To avoid performance issues the automatic update of the Ceylon model has been disabled. You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
davidfestalcommented, May 8, 2018

Let’s reopen it: the IDE common dependency analyzer should detect this case and stop recursion

1reaction
davidfestalcommented, May 4, 2018

The change producing this error might be that you exported a module (with a shared import) involved in a circular dependency.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Circular Dependency in classes and StackOverflow Error
Your problem is that when you create a HomePage it creates a new LoginPage and whenever you create a LoginPage you create a...
Read more >
StackOverflowError on circular project dependencies #360
I am using Cucumber to test Eclipse plug-ins and I got a StackOverflowError each time my project (which has the Cucumber nature) is...
Read more >
JR59753: YOU RECEIVE A STACKOVERFLOWERROR ... - IBM
A fix that prompts you to fix a circular dependency each time a dependency is updated or a new snapshot is created will...
Read more >
The StackOverflowError in Java - Baeldung
The most common cause for the JVM to encounter this situation is unterminated/infinite recursion – the Javadoc description for ...
Read more >
JPA ManyToMany with Eclipselink & GSON circular reference ...
I have an issue with a manytomany bi-directional JPA relationship that is causing a stack overflow error when the server is restarted (if ......
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