Error Due to Duplicate Event Listener in Hibernate SessionFactory Initialization when start application #41584
Replies: 4 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Thank you for reporting. I'm afraid the stacktrace is not giving obvious clues, and our own integration tests with ORM + Envers are passing. So there must be something specific in your app. Can you please provide a minimal project that reproduces the problem, so we can run it and look into the problem? |
Beta Was this translation helpful? Give feedback.
-
@yrodiere, thank you for trying to help me with the duplicate listener issue; I managed to solve that. However, I could use your assistance with another problem. Here’s a sample of my code: GitHub Repository. When I try to send any request in an integration test or actual run, it always returns a 404 error. I suspect the problem lies in my Note: the integration test in the class |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After upgrading our application to the latest version of Quarkus, we encountered an error preventing the application from starting successfully. The error stack trace indicates a problem with building the Hibernate SessionFactory due to a "Duplicate event listener found" exception.
Error Stack Trace:
Additional Details:
Expected Resolution:
Identify the root cause of the "Duplicate event listener found" exception during Hibernate SessionFactory initialization and provide a solution to ensure proper integration of Hibernate Envers without duplication.
Note: Attached Below are My Dependencies
Please find attached the file containing details of the dependencies used in the project. This includes configurations and libraries that are crucial for the application's functionality and integration.
parent_pom.txt
child_pom.txt
Beta Was this translation helpful? Give feedback.
All reactions