Exception java lang StackOverflowError thrown from the UncaughtExceptionHandler in thread Thread-2
Exception: java.lang.StackOverflowError thrown from the UncaughtExceptionHandler in thread “Thread-2”
- If you are getting this exception while starting Jboss it means you have JBOSS_HOME setup point to different version. In my case I had two version of Jboss i.e: jboss-5.1.0.GA and jboss-6.1.0.Final and I was trying to start jboss-5.1.0.GA whereas JBOSS_HOME was set in system path as below:
- Solution: Please edit JBOSS_HOME in system path and change to the version which you are using or remove it from system path.