I haven't been able to deploy my project on Google App Engine for the last week. I am deploying it as a Standard Java Project from Eclipse (not Maven, not Flex.)
I am getting an error : "Process exited with error Code 1" but cannot have any stack trace. Deploying the Hello World example project works fine but adding any simple JSP (even without JSP or JSTL instructions) makes the bug occur.
I reinstalled Java JDK, I'm using JDK 1.8.0_141 and pointing to the JDK (not the JRE.) Also reinstalled Eclipse, Google Cloud Tools, Cloud Tools SDK to no avail.
Very weird, any suggestion is welcome.
Thanks in advance