tractus-x: project sldt-digital-twin-registry - Github Build pipeline is failing with java.lang.StackOverflowError
Summary
Build works fine in local and failing in Github Build pipeline. Everything was fine 1-2 weeks back. Both the builds are failing with java.lang.StackOverflowError . But everything works fine locally.
Build failure 1 Build failure 2
Logs details:
Error: org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.executeTests Time elapsed: 0.031 s <<< ERROR! java.lang.RuntimeException: Failed to load test steps at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.lambda$executeUseCaseTest$5(AssetAdministrationShellIntegrationTest.java:109) at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.executeUseCaseTest(AssetAdministrationShellIntegrationTest.java:105) at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.lambda$executeTests$1(AssetAdministrationShellIntegrationTest.java:86) Caused by: jakarta.servlet.ServletException: Handler dispatch failed: java.lang.StackOverflowError at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.performRequest(AssetAdministrationShellIntegrationTest.java:134) at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.executeTestStep(AssetAdministrationShellIntegrationTest.java:124) at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.lambda$executeUseCaseTest$5(AssetAdministrationShellIntegrationTest.java:107) at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.executeUseCaseTest(AssetAdministrationShellIntegrationTest.java:105) at org.eclipse.tractusx.semantics.integrationtests.AssetAdministrationShellIntegrationTest.lambda$executeTests$1(AssetAdministrationShellIntegrationTest.java:86) Caused by: java.lang.StackOverflowError
Steps to reproduce
create a PR for the sldt-digital-twin-registry project and then 4_Build and Deploy with Maven github build pipleline will fail with java.lang.StackOverflowError
What is the current bug behavior?
github build pipleline failing with java.lang.StackOverflowError logs_43933967322.zipand local build works fine
What is the expected correct behavior?
No error
Relevant logs and/or screenshots
attached a build logs
Priority
-
Urgent -
High -
Medium -
Low
Severity
-
Blocker -
Major -
Normal -
Low
Impact
All sldt-digital-twin-registry project PR builds are failing.