midhunpjos opened a new issue, #10117:
URL: https://github.com/apache/cloudstack/issues/10117

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   
   -->
   ~~~
   AMQP
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   4.20.0.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, 
advanced networking, etc.  N/A otherwise
   -->
   
   Advanced Zone - 
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Cloudstack Over Ubuntu 22.04
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   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
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   Rabbit MQ server is configured as per documentation
   
https://docs.cloudstack.apache.org/en/latest/adminguide/events.html#amqp-configuration
   I can see successful connections to RabbitMQ server, However Event Messages 
are not getting delivered to RabbitMQ server 
   Logs only below warning is printed
   
   2024-12-17 17:11:29,345 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl$5] 
(Work-Job-Executor-3:[ctx-c572a287, job-5493/job-5494]) (logid:85a9626c) Done 
executing com.cloud.vm.VmWorkStart for job-5494
   2024-12-17 17:11:29,346 INFO  [o.a.c.f.j.i.AsyncJobMonitor] 
(Work-Job-Executor-3:[ctx-c572a287, job-5493/job-5494]) (logid:85a9626c) Remove 
job-5494 from job monitoring
   2024-12-17 17:11:29,357 WARN  [o.a.c.m.w.WebhookServiceImpl] 
(API-Job-Executor-4:[ctx-8ec9aabd, job-5493, ctx-0af47dea]) (logid:85a9626c) 
Skipping delivering event [ID: null, description: {"details":"Vm Id: 
2fba756b-5c49-4f83-8a8a-df58c100356e","event":"VM.START","status":"Completed"}] 
to any webhook as account ID is missing
   2024-12-17 17:11:29,357 WARN  [o.a.c.f.e.EventDistributorImpl] 
(API-Job-Executor-4:[ctx-8ec9aabd, job-5493, ctx-0af47dea]) (logid:85a9626c) 
Failed to publish event [category: ActionEvent, type: VM.START] on bus 
webhookEventBus
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
    Event Messages are not getting delivered to RabbitMQ server 
   ~~~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to