I have an maven appium, testNG, cucumber project which is running fine, but when pom.xml is changed and project-->Maven-->Reload project, it is showing simply one line error with out a stack trace. I am using JDK 17.0.7, maven 3.8.3, testng 7.8.0
- Sync-->
- pom.xml (1 error)-->
- java.lang.StackOverflowError
Also in a separate post I reported a problem, where, none of the pom.xml file dependencies are being taken, and shown as non existing
I use JDK 17.0.7 and IntelliJ 2023.3.4 (Ultimate Edition). I sometimes get this error:
This typically happens when I build the project after having made a few changes. A rebuild of the project succeeds.
I guess the original poster has a similar StackOverflowError.
When I try to search for
StackOverflowErrorin the bug database, I am redirected to a site of Oracle, which does not seem to be related to a bug database...So when you use Maven, perhaps doing a
cleanbefore compiling the code makes a difference?So perhaps this does not answer the question exactly, but hopefully the stack trace gives other people a clue of the cause of the problem.