| For the past few days I have been getting the following error from dotcloud push when attempting to push my Clojure app to the dotCloud Java service: In other words, everything goes fine until we hit "Failed to deploy". The only change made to the application code was a modified text string in a template so I'm pretty confident that I haven't broken anything, also the app works perfectly in a local jetty container. I have tried restarting my app's www service and also destroying and pushing the app again. To no avail. Have there been any changes to the Java service recently? Has anyone else experienced a similar deploy failure or can anyone throw any light on this? Much appreciated. |
| We changed the way we build applications and we now check if the build is successful, by trying to connect to the application. If we can't connect to the application the deploy fails. In the case of the Java service, Jetty can be very slow to start which can illegitimately cause the build to fail. We are going to make that timeout configurable and maybe higher by default for the Java service. In the meantime, please contact us at support@dotcloud.com with the name of the affected application and we will revert it to the old build method. |
Asked: Feb 07 '12
Seen: 86 times
Last updated: Feb 07 '12
Powered by Askbot version 0.7.23
Copyright DotCloud, 2011. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.