Spring boot application wont start in openshift
问题 I created openshift project with DIY cartridge, added postresql for DB.. now I pushed sources to cloud, but I'm getting error like the guy here (but he was not using springboot): I can't start tomcat 7 server on linux openshift - Failed to start end point associated with ProtocolHandler ["http-nio-12345"] Failed to start end point associated with ProtocolHandler It's obvious that if I run the app twice the error message 'Failed to start end point associated with ProtocolHandler' appears. I