Openshift: App fails to start after push due to OSError: [Errno 98] Address already in use

拟墨画扇 提交于 2020-01-06 03:37:29

问题


As of yesterday, 3/12/2014 I started getting errors pushing my free Python 3.3, Mongodb, cron app to the Openshift server. There error is

OSError: [Errno 98] Address already in use

I can get the app to push and run correctly if I do a 'rhc app-force-stop' first then to my push everytime(pain in the butt). It seems like push is no longer stopping the app before the push and restart.

Everything was working fine yesterday morning so the issue has cropped up in the last 24 hours.

Any comments from the Openshift team? Is this a temporary bug? I see others are having the same issue posted in stackoverflow.

来源:https://stackoverflow.com/questions/22393217/openshift-app-fails-to-start-after-push-due-to-oserror-errno-98-address-alre

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!