Reputation: 11
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.getManagementSpace() the exception in the pic: https://i.sstatic.net/9MVF9.png how can i do? thank you!
Upvotes: 0
Views: 33
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