I have deployed a simple JEE app on my openshift app but when I take a look to server.log I found that a "java.lang.OutOfMemoryError: Unable to create new native thread" is avoiding wildfly from starting. I have deployed the same app locally (on a wildfly 8.1) and it works fine.
Any suggestions on how to solve the pb or how to diagnose it ?
Thanks