whenever i try to make the production for my jhipster app it gives me this list of errors kindly advice @jhipster #jhipster the app is using npm, maven , angular , mysql and also there is some configurations files of npm and git is not generated
#[ERROR] Errors:
[ERROR] DomainUserDetailsServiceIT.assertThatEmailIsPrioritizedOverLogin » IllegalState Failed to load ApplicationContext
[ERROR] DomainUserDetailsServiceIT.assertThatUserCanBeFoundByEmail » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRegisterInvalidLogin » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRegisterInvalidPassword » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRegisterNullPassword » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRegisterValid » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRequestPasswordReset » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRequestPasswordResetUpperCaseEmail » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testRequestPasswordResetWrongEmail » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testSaveAccount » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testSaveExistingEmail » IllegalState Failed to load ApplicationContext
[ERROR] AccountResourceIT.testSaveExistingEmailAndLogin » IllegalState Failed to load ApplicationContext
[ERROR] Tests run: 96, Failures: 0, Errors: 96, Skipped: 0
[INFO]
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.8:report-integration (post-integration-tests) @ notifications ---
[INFO] Loading execution data file C:\notifications\target\jacoco-it.exec
[INFO] Analyzed bundle 'Notifications' with 66 classes
[INFO]
[INFO] --- maven-checkstyle-plugin:3.1.2:check (default) @ notifications ---
[INFO] You have 0 Checkstyle violations.
[INFO]
[INFO] --- maven-failsafe-plugin:3.0.0-M7:verify (verify) @ notifications ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:35 min
[INFO] Finished at: 2022-10-25T00:12:46+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M7:verify (verify) on project notifications:
[ERROR]
[ERROR] Please refer to C:\notifications\target\failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException