Hello, I've updated bb server to 7.1.0 (windows) and I can't make a push. On the client side process seems running forever.
C:\Users\Administrator\Desktop\Android>git push --verbose
Pushing to https://XXXXXX.git
Enumerating objects: 181, done.
Counting objects: 100% (142/142), done.
Delta compression using up to 4 threads
Compressing objects: 100% (98/98), done.
Writing objects: 100% (101/101), 50.97 KiB | 1.96 MiB/s, done.
Total 101 (delta 31), reused 0 (delta 0), pack-reused 0
POST git-receive-pack (52353 bytes)
On the server side I've noticed the following error and also an always running git-http-backend.exe process causing high cpu load.
2020-03-30 20:10:46,072 ERROR [https-jsse-nio-7990-exec-3] admin @1C78VOBx1206x3x0 97.70.122.90 "POST /scm/EUR/Myrepository.git/git-receive-pack HTTP/1.1" c.a.s.i.s.g.p.h.GitSmartExitHandler EUR/myrepository[53]: Write request from 97.70.122.90 failed: com.atlassian.utils.process.ProcessException: Non-zero exit code: 1
I've tried from 3 different clients with the same result. Can someone help me?