I am using Openshift with Django / Python 3. As of yesterday, I was not able to update my server. When I click the change, the click will succeed. Using SCP to view files on the server, updated files are present. Using rhc git-pull, download the correct files. However, templates are the only thing that really changes in the application with a click. No changes to python files affect the application.
When I try to use the "rhc tail", I get the following error:
OSError: [Errno 98] Address already in use
Finding this error makes me think that several server processes are running for my application. I am not sure how to run the proposed diagnostics, since I do not control the server. Any ideas? Restarting the application does not fix it. Starting a rhc stop seems to have successfully stopped the application, but my site runs smoothly. (I never tried to stop earlier, but I guess he should kill the website.)
source
share