Re: Resource Conflict error in RabbitMQ broker.
William Martin
You can find the relevant code for this at:
https://github.com/pivotal-cf/cf-rabbitmq-release/blob/master/src/rabbitmq-broker/src/clojure/io/pivotal/pcf/rabbitmq/server.clj#L140-L165
Is it possible you have an orphaned service instance (a vhost on your
rabbit cluster). I'd be surprised to see this error from a `cf
create-service`, how are you trying to provision?
On Sat, May 7, 2016 at 10:44 PM, Guruprakash S <prakash.guru4(a)gmail.com>
wrote:
https://github.com/pivotal-cf/cf-rabbitmq-release/blob/master/src/rabbitmq-broker/src/clojure/io/pivotal/pcf/rabbitmq/server.clj#L140-L165
Is it possible you have an orphaned service instance (a vhost on your
rabbit cluster). I'd be surprised to see this error from a `cf
create-service`, how are you trying to provision?
On Sat, May 7, 2016 at 10:44 PM, Guruprakash S <prakash.guru4(a)gmail.com>
wrote:
Hi,
We are seeing this error while creating a service instance against a
latest RabbitMQ deployment which we just deployed:
Server error, status code: 409, error code: 10001, message: Resource
conflict:
We checked the CC database table service_instances to see if there are any
service_instances related to RMQ and we don't see any there.
Request your help.
Thanks,
Guru.