Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

504 channel/connection is not open error occurred in multiple connection with same rabbitmq service #97

Closed
shinyxhh opened this issue Jul 8, 2022 · 9 comments

Comments

@shinyxhh
Copy link

shinyxhh commented Jul 8, 2022

I make sure that there is no concurrent goroutine using shared channel.

@shinyxhh shinyxhh changed the title 504 channle/connection is not open error accured int multiple connection with same rabbitmq service 504 channle/connection is not open error accured in multiple connection with same rabbitmq service Jul 8, 2022
@Gsantomaggio
Copy link
Member

Gsantomaggio commented Jul 8, 2022

Please follow the Best Practices for reporting RabbitMQ issues

Please add a way to reproduce the issue: for example, a gist or github repo.

Thank you

@shinyxhh shinyxhh changed the title 504 channle/connection is not open error accured in multiple connection with same rabbitmq service 504 channle/connection is not open error occured in multiple connection with same rabbitmq service Jul 8, 2022
@shinyxhh
Copy link
Author

shinyxhh commented Jul 8, 2022

ok, next week i will give you details

@shinyxhh shinyxhh changed the title 504 channle/connection is not open error occured in multiple connection with same rabbitmq service 504 channel/connection is not open error occurred in multiple connection with same rabbitmq service Jul 12, 2022
@shinyxhh
Copy link
Author

I created a github repo to declare details, please refer to https://github.com/shinyxhh/rabbitMQProblem. Thanks.

@lukebakken
Copy link
Contributor

Thank you, we will try to find time within the next two weeks to investigate.

@rabbitmq rabbitmq deleted a comment from Jamalianpour Jul 18, 2022
@lukebakken
Copy link
Contributor

@shinyxhh thanks for the details, but without code we can compile and run to observe the issue there is little chance we will be able to help. I'm looking through the log files now.

@lukebakken
Copy link
Contributor

@shinyxhh the archive you provided does NOT include RabbitMQ logs, probably because you are running RabbitMQ in docker. The logs are collected via docker, so to get them you must run this command:

docker logs CONTAINER > logs.txt

...then attach logs.txt to your response.

@shinyxhh
Copy link
Author

@lukebakken I have add logs in my repo. I restarted the rabbitMq service and reproduced the error. It happened in a few minutes and three in four channels will be broken in the end which can not be recreated.

@lukebakken
Copy link
Contributor

You are trying to bind to a queue that doesn't exist:

operation queue.bind caused a channel exception not_found: no queue 'EVENT_4' in vhost '/'^[[0m

We can't assist you unless you provide code that we can run to reproduce this situation.

I will close this issue for now. If you are able to provide code, please do so, add a comment here, and I will re-open this issue.

@lukebakken lukebakken closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2022
@shinyxhh
Copy link
Author

shinyxhh commented Jul 20, 2022

@lukebakken I declare a queue before I bind it, it should work even if this queue didn't exist. What reason may cause this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants