roray
roray

Reputation: 756

Unable to delete openshift application

I installed a PHP application on one of my gears in Openshift. It is a git clone from https://github.com/ThinkUpLLC/ThinkUp/tree/v2.0-beta.10. Something went wrong with the application and hence I would like to delete this application now. However I get an error as "Unable to perform action on app object. Another operation is already running." while trying to delete the application using rhc command tool. I have already tried using rhc app-force-stop, however it did not make any difference.

Upvotes: 1

Views: 2276

Answers (2)

Ajay K
Ajay K

Reputation: 1

You can try this command, this will kill all the background processes associated with the app.

pbrun /usr/sbin/oo-admin-ctl-app -l svc-<domain-id> -c destroy -a <app-name> -n <domain-id>

Upvotes: 0

Hardy
Hardy

Reputation: 19129

Sounds a bit like this bug - https://bugzilla.redhat.com/show_bug.cgi?id=997008. There seems to be no solution/workaround though.

Have you tried deleting the application via the web console?

Upvotes: 0

Related Questions