Tag Archives: Timer

java.lang.OutOfMemoryError: unable to create new native thread


If you see this error, then there’s most likely an issue with the thread handling in your application. I faced this issue in one of our apps, while deploying it as a WAR deployable in JBoss. This is how we debugged the issue: The same app was running as a stand-alone and was working fine […]