- 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)
-
0
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?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
https://waii-my.sharepoint.com/:w:/g/personal/aman_sharma_waiin_com/ERvRsRKVMD1KgTfsUn40gGMBOEqnurin9XaACkr6D87Gag?e=dDthla
Steps to reproduce and some screenshots
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hello,
I have shared
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
The problem is related to in/outbox.
You have configured in/outbox in
IdentityServiceEntityFrameworkCoreModuleBut
AuthServerandIdentityServiceboth useIdentityServiceEntityFrameworkCoreModule, sometimes events are handled by AuthServer, so the handler will not be triggered.You need to move the configure to
IdentityServiceHttpApiHostModuleMarkdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Ok. I will close the ticket tomorrow.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Reopen if still problem.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)



