deployment - Application Can Not Be Deployed on Cloudhub -
currently working mule esb in cloud, achieve using free trial version of cloudhub. fyi, new cloudhub , right tring deploy mule application there. unfortunately, everytime tried deploy application, can not deployed.
i have tried 2 ways deploy apps.
the first 1 mule studio, following documentation:
deploy apps cloudhub mule studio
when tried way, got following error:
i guess because of proxy.
the second way tried deploying directly cloudhub.io, following documentation:
deploying apps directly cloudhub.io
but, when check on deployment section, found out, application not uploaded. tried upload again, update it, , run application, seems application still not uploaded , change made not applied.
here error got:
fyi, before upload application cloudhub, compressed application folder zip file.
how can solved problem? think did wrong when deploying it? in advance.
be sure configure http endpoint this:
<http:inbound-endpoint host="localhost" port="${http.port}".... />
cloudhub automatically expand http.port property correct value.
to make work deploying cloudhub shouldn't compress project , upload make studio create deployable archive: right click on project , click export, select 'anypoint studio project mule deployable archive' under mule category. have mule esb application structure , should work in cloudhub.
Comments
Post a Comment