Open Closed

RabbitMQ EventHandlerInvoker is Empty even there is a handler queue #2562


User avatar
0
amansharma created
  • ABP Framework version: v5.1.3
  • UI type: Angular
  • DB provider: EF Core
  • Exception message and stack trace:Handler Not getting register in RABBITMQ IdentityServer MicroService
  • Steps to reproduce the issue:" As you can see in the Image Above there is no **EventHandlerInvoker **which i have created. It should take AppTenantCreatedEto Because of these Users are not getting Created

This is happening only in Identity Microservice as i have debugged Custom Microservice it is working.

This has my Custom Created Event handlers as you can see This happens most of the time.

I don't know if i can reproduce another time but it happens every now and then.

Could you please help us as the basic user creation is not working at the moment, with RABBIT MQ in identity Server.


9 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    I don't know if I can reproduce another time but it happens every now and then.

    Hi, can you try to share some steps?

  • User Avatar
    0
    amansharma created

    https://waii-my.sharepoint.com/:w:/g/personal/aman_sharma_waiin_com/ERvRsRKVMD1KgTfsUn40gGMBOEqnurin9XaACkr6D87Gag?e=dDthla

    Steps to reproduce and some screenshots

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    I used the steps you provided, but can't get any problem.

    Can you provide a project to reproduce it, it will help us check the problem. shiwei.liang@volosoft.com

  • User Avatar
    0
    amansharma created

    Hello,

    I have shared

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    The problem is related to in/outbox.

    You have configured in/outbox in IdentityServiceEntityFrameworkCoreModule

    But AuthServer and IdentityService both use IdentityServiceEntityFrameworkCoreModule, sometimes events are handled by AuthServer, so the handler will not be triggered.

    You need to move the configure to IdentityServiceHttpApiHostModule

  • User Avatar
    0
    amansharma created

    I Have moved but it is still the same

  • User Avatar
    0
    amansharma created

    Hi,

    Changed the inbox/outbox sequence and it is working as i have made 20 consecutive trigger. and all got caught by the handler.

    It will be good if you can close this ticket tomorrow, it will be helpful for us to post same in here.

    Thanks.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Ok. I will close the ticket tomorrow.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Reopen if still problem.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11