payara / Payara

Payara Server is an open source middleware platform that supports reliable and secure deployments of Java EE (Jakarta EE) and MicroProfile applications in any environment: on premise, in the cloud or hybrid.
http://www.payara.fish
Other
873 stars 300 forks source link

Bug Report: StackOverflowError due to Eclipselink loop ? #6785

Open AdolfGalland opened 2 weeks ago

AdolfGalland commented 2 weeks ago

Brief Summary

Simple web application used as test case for jpa works fine with payara-6.2023.3. Cannot deploy it on payara-6.2024.6, there is a StackOverflowError and the stack trace repeats the same lines lots of times. Certainly related to bug 6568 ,closed for lack of information. Stack trace of the exception taken from server log: StackTrace.txt

Expected Outcome

The application should be deployed

Current Outcome

Application not deployed

Reproducer

The test application was created with Netbeans wizard "Jsf pages from entity classes", which is completely messed up, and partially corrected. Here is the relevant part: simple.zip

Operating System

Windows 11 pro

JDK Version

openjdk version "17.0.4.1"

Payara Distribution

Payara Server Full Profile

Elifzeynepedman commented 4 days ago

Hi @AdolfGalland,

Many thanks for bringing this issue to our attention.

Could you please provide a simple-to-follow scenario on how to reproduce this on the latest version? A reproducer should ideally follow the SSCCE rules: http://www.sscce.org/. It will greatly help us to find the cause and fix it.

Thank you, Elif

AdolfGalland commented 19 hours ago

In the first post I attached a very simple Netbeans project which deploys well on Glassfish and payara-6.2023.3, but fails on payara-6.2024.6. Don't know what to add.