killdashnine / play-as

Play! Application Server
4 stars 0 forks source link

Git checkout "fails" when pulling changes #46

Closed killdashnine closed 12 years ago

killdashnine commented 12 years ago

This is what actually happens:

13:48:20,934 INFO ~ Process: git-cleanup-customer-portal has stopped with exit value: 0 keep: false
13:48:20,934 INFO ~ Running command /usr/bin/git gc (PID: git-cleanup-customer-portal)
13:48:21,289 INFO ~ Process: git-cleanup-customer-portal has stopped with exit value: 0 keep: false
13:48:21,290 INFO ~ Running command /usr/bin/git pull origin master (PID: git-pull-customer-portal)
13:48:21,538 ERROR ~ From hades:customer-portal
13:48:21,538 ERROR ~ \* branch master -> FETCH_HEAD
13:48:21,580 INFO ~ Updating ccc076b..a8ab58c
13:48:21,580 INFO ~ Fast-forward
13:48:21,580 INFO ~ conf/application.conf | 3 +--
13:48:21,580 INFO ~ 1 files changed, 1 insertions(+), 2 deletions(-)
13:48:21,580 INFO ~ Process: git-pull-customer-portal has stopped with exit value: 0 keep: false
13:48:21,751 ERROR ~

@698hc182e
Internal Server Error (500) for request GET /application/1/update?_=1327927700891

Execution exception (In /app/core/ProcessManager.java around line 186)
Exception occured : command failed, exit value: 0

play.exceptions.JavaExecutionException: command failed, exit value: 0
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:231)
at Invocation.HTTP Request(Play!)
Caused by: java.lang.Exception: command failed, exit value: 0
at core.ProcessManager.executeCommand(ProcessManager.java:186)
at core.ProcessManager.executeCommand(ProcessManager.java:135)
at scm.GitVersionControlSystem.update(GitVersionControlSystem.java:52)
at models.Application.pull(Application.java:281)
at controllers.ApplicationController.update(ApplicationController.java:114)
at play.mvc.ActionInvoker.invokeWithContinuation(ActionInvoker.java:548)
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:502)
at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:478)
at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:473)
at play.mvc.ActionInvoker.invoke(ActionInvoker.java:161)
... 1 more