zengkid / SmartTomcat

The Tomcat plugin for Intellij IDEA
Apache License 2.0
125 stars 56 forks source link

java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [/ggas] due to a StackOverflowError #97

Closed efcjunior closed 2 years ago

efcjunior commented 2 years ago

Screenshots image

Intellij & SmartTomcat Version (Help -> About copy & paste below) IntelliJ IDEA 2022.2.3 (Community Edition)

yuezk commented 2 years ago

From Googling, looks like you have a cyclic dependency. Does https://stackoverflow.com/questions/17584495/unable-to-complete-the-scan-for-annotations-for-web-application-app-due-to-a helpful?

efcjunior commented 2 years ago

You are right. I've found more than one dependency with the same name.

Screenshot from 2022-10-14 08-29-58

I removed one and this error hasn't occurred.

Thank you again.