Arun Kumar wrote:
> 1. What is the issue that vhost "/" is not starting up?
> 2. Is vhost "/" corrupted? If yes, what can be the possible reasons for
> vhost corruption?
> 3. Can we recover my default vhost "/" without loosing my rabbitmq data
> such as exchanges, queues etc?
>
1 and 2, means rabbitmq not started correctly.
The OS (Windows) has a file handler limit, not sure what the limit is,
but when reached, an error as yours is thrown.
if you want no data losing during rabbitmq restart, try to declare
exchange, queues and messages with persistent mode.
regards.