yzet
yzet

Reputation: 11

use global SLA in byon but have exception "no management space located".

byon with phycal machine, SLA is global, how to ensure that the applications are not be installed on the same machine

I set this SLA in jetty-service.groovy isolationSLA { global { instanceCpuCores 0 instanceMemoryMB 256 useManagement false } } But when I deploy an application with 2 instance, then two instance be install in same machine, at last, the result is one instance start successful, but another start failed, the failed one get an exception: "no management space located". I find this exception in org.cloudifysource.utilitydomain.context.kvstore.AttributesFacadeImpl.getManagem‌​entSpace() the exception in the pic: https://i.sstatic.net/9MVF9.png how can i do? thank you!

Upvotes: 0

Views: 33

Answers (1)

Eli Polonsky
Eli Polonsky

Reputation: 601

There doesn't seem to be an apparent reason for this to happen. Most likely this is due to heavy load on the machine, check you CPU and memory readings while you deploy.

It may be just a matter of using a larger machine..

Hope this helps.

Upvotes: 1

Related Questions