I'm using Bluemix / jazz hub - Rational Team Concert to version control a coding project.
I'm trying to check in a file of approx. 210 MB, and I'm getting the following error while doing so (every time):
CRJAZ1247E The request to the server failed. The server returned the HTTP error 502 with this error text: Bad Gateway
Can anybody help?
Answer by Chris Jenkins (1590) | Jun 28, 2016 at 12:27 PM
My guess is that the file size is too large. I think there is a limit on how large of a file you can check it. It might be either 50MB or 100MB; I do not recall exactly.
Please try checking in smaller files and see if that gets you past the error. If it does, then we know the 210MB file you are trying to check in is the problem.
Yeah, that was my guess as well. So I tried to install RTC on a Amazon EC2 linux, and tried to check in a 500MB file... no problems.
After some googling (googeling?) I think it might be related to a front apache web server with a too low timeout. When the upload finished, it cannot hook back into the original request and fails. I found something on stackoverflow. I'll see if I can link it from here.
Found it, it might be something like this, I have no idea:
JazzHub IBM Bluemix DevOps Build failed with CRJAZ0105E Unauthorized 2 Answers
Any good tutorial for connecting Eclipse with Bluemix Java EE project? 2 Answers
How to get the Bluemix Git repo code analyzed against Sonar in a stage ? 2 Answers
Manifest.yml error when deploying communitysample | mysql-python sample 3 Answers
Problem Loading DevOps Services projects in Eclipse 1 Answer