1
votes

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

1
which version of the plugin are you running? Did you update the plugin last week? - Michael Meyer
Updated 1 or 2 weeks ago : 1.2.0.201706082053 - Jimbo
Should I downgrade ? can only see update in Eclipse Marketplace and don't know how to do. - Jimbo
will check, thanks - Jimbo

1 Answers

-1
votes

You just need to configure your project with JDK not JRE .