dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
47 stars 19 forks source link

service config hangs under dokku 0.5,1, 0.5.3, 0.5.5 (vagrant) #34

Closed sglebs closed 8 years ago

sglebs commented 8 years ago
vagrant@dokku:~$ dokku rabbitmq:create financial-platform
-----> Starting container
       Waiting for container to be ready

It hangs forever. But if you control-C...

vagrant@dokku:~$ dokku rabbitmq:create financial-platform
-----> Starting container
       Waiting for container to be ready
^C=====> RabbitMQ container created: financial-platform
^CAccess denied

Unfortunately this totally hangs my Paver scripts, I can't count on a human sending control-C :-(

Any idea?

sglebs commented 8 years ago

It keeps happening, even after a destroy:

vagrant@dokku:~$ dokku rabbitmq:destroy financial-platform
 !     WARNING: Potentially Destructive Action
 !     This command will destroy financial-platform RabbitMQ service.
 !     To proceed, type "financial-platform"

> financial-platform
-----> Deleting financial-platform
-----> Stopping container
=====> Container stopped
       Removing container
       Removing data
=====> RabbitMQ container deleted: financial-platform
vagrant@dokku:~$ dokku rabbitmq:create financial-platform
-----> Starting container
       Waiting for container to be ready
^C=====> RabbitMQ container created: financial-platform
       DSN: amqp://financial-platform:670b6514959a6cba18ff4cad167275e2@dokku-rabbitmq-financial-platform:5672/financial-platform
vagrant@dokku:~$ 
josegonzalez commented 8 years ago

Under rabbitmq 0.5.5? We don't support that.

sglebs commented 8 years ago

I fixed the ticket title to clarify.

josegonzalez commented 8 years ago

Duplicate of #30.