Possible Duplicate:
Play Framework application crashes on Linux
I deployed my application to a linux ubuntu server. It works in Development mode. But it doesn't work in production mode. I tried on windows. It works. And i tried on Ubuntu Maveric, Natty, Oneric with 1.6.22 IcedTea and Oracle 1.7.03. But the result is same.
Finally i create an empty project. It works fine. Step by step i transfer all files. Everything goes ok except routes file. Then i commented all the lines in routes file. It works. Then step by step remove the comments. After 108 rules JVM gives sigsegv error.
I searched for non standart chars, EOL chars, tabs or spaces, and changed the route lines. The result is same. After 108 rules (line count doesn't matter). My Server has 12 GB Ram. I used application with
java_args=-Xmx4096M property.