Error creating a custom cartridge application in OpenShift -
i'm trying create custom cartridge application on openshift using command rhc -d create-app liferay htt....
. error raised don't know find more specific information. error mean , how fix it?
creating application 'liferay' ... debug: creating application 'liferay' these options - {:cartridges=>[#<rhc::rest::cartridge:0x007ff8f9354e00 @attributes={"url"=>"http...", "messages"=>[]}, @client=nil>]} debug: adding application liferay domain 546b3528ecb8d480bb000012 debug: using token authentication debug: request post https:...openshift.redhat.com/broker/rest/domain/catapp/applications debug: code 500 267521 ms unable complete requested operation due to: invalid exit code (1) returned server ex-std-node192.prod.rhcloud.com. indicates unexpected problem during execution of request. reference id: 4f4141b703879dd93b88b271f553ec1b
try enabling http_debug
:
http_debug=1 rhc -d create-app liferay htt....
Comments
Post a Comment