-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AMQP Integration | Messages Not Getting Published : 4.20.0.0 #10117
Comments
@midhunpjos Based on the code the above logs warnings shouldn't affect publishing on AMQP as they are just for the internal webhook bus. |
@shwstppr No Such errors are noted. Only below is observed to "webhookEventBus" 2024-12-17 13:38:20,257 WARN [o.a.c.f.e.EventDistributorImpl] (API-Job-Executor-1:[ctx-783f33de, job-5294, ctx-20e8c097]) (logid:a9c95eb8) Failed to publish event [category: ActionEvent, type: DOMAIN.DELETE] on bus webhookEventBus |
Can you please check logs when you started MS to find a long message like, |
@shwstppr I am unable to find any logs related to "event buses". searching RabbitMQ Found below:
I can see successful logins to RabbitMQ Node, Further The is same is tested in Multiple environments and similar issue is noted there. |
@midhunpjos checked later, that |
@shwstppr Noted. Trace Mode resulted in below log |
@midhunpjos can you please try moving your RbbitMQ If using encrypted credentials for the connection then cred.properties file as well (if present) |
@shwstppr Thanks for the update. Everything is back to normal after making the changes. |
Addresses: apache/cloudstack#10117 Signed-off-by: Abhishek Kumar <[email protected]>
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Advanced Zone -
OS / ENVIRONMENT
Cloudstack Over Ubuntu 22.04
SUMMARY
Post Upgrade to 4.20.0.0 Messages are not getting Published to AMQP server. The Configuration was working fine for 4.19.1.3
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: