I recently tried deploy a Java application to openshift from Netbeans 8.0 ,Git 1.9.1, Ubuntu 14.04 using Wildfly 9.0 and MongoDb catridges. The application was successfully deployed and hosted on Openshift . However i had to make some changes to the code, then push to the openshift server . While doing that, I had this error :
Pushing to ssh://57735e6c89f5cf85a700002f@firstapp-emsproj.rhcloud.com/~/git/firstapp.git/
Counting objects: 124, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (70/70), done.
Writing objects: 72% (66/91), 5.72 MiB | 12.00 KiB/s
Write failed: Broken pipe/91), 608.00 KiB | 397.00 KiB/s
fatal: The remote end hung up unexpectedly
error: pack-objects died of signal 13
error: failed to push some refs to 'ssh://57735e6c89f5cf85a700002f@firstapp-emsproj.rhcloud.com/~/git/firstapp.git/'
Any ideas on what could be wrong? why does the writing objects process stop at 72%. I had tried to push from netbeans but rather it throws a timeout error.