Created attachment 942950 [details] Dump of errors output by openshift web interface when creating Jekyll app Description of problem: The Jekyll Quickstart cartridge fails when creating an app via the web interface. Version-Release number of selected component (if applicable): How reproducible: Every time. Steps to Reproduce: 1. Go to https://openshift.redhat.com/app/console/application_type/quickstart!16765 2. Change only the Public URL ("jekylltest") 3. Click "Create Application" Actual results: I've seen two failure modes, and no successes: Mode 1: 1. Get the message "Application creation is taking longer than expected. Please wait a few minutes, then refresh this page." 2. Refresh the page 3. There is no new app Mode 2: 1. Get the message "Unable to complete the requested operation. Show more" (details in attachment) Expected results: A jekyll app of some sort. Additional info: Looks like others are experiencing the same issue: https://www.openshift.com/quickstarts/jekyll
Looks like this cartridge still uses lsof which is no longer valid, need to update it to use the new method.
fixed: https://github.com/openshift-cartridges/openshift-jekyll-cartridge/pull/7
Verified on devenv_5219 and production, Jekyll quickstart can be created and be accessed successfully.