-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Report: StackOverflowError due to Eclipselink loop ? #6785
Comments
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, |
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. |
Hi @AdolfGalland, This project is neither a Maven nor a Gradle project and does not include an EAR or WAR file. To upload it to Payara, I manually created a WAR file. However, during deployment, I encountered the following error:
This error occurs because the project relies on an external Could you please provide an reproducer that can be deployed on Payara Server without this issue? Thank you, |
Greetings, |
Sorry, I cannot help. The problem is on persistence, in my environment I use Mysql. The example I provided uses a single table (entity), but it is necessary, it should exist and you need a connection pool and jdbc resource to access it. I can explain better what is needed, but I think some manual steps are inevitable to deploy the project. |
Greetings, |
I had the same issues as @AdolfGalland, Replacing the Eclipse modules with 4.0.2 resolved the problem. |
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
The text was updated successfully, but these errors were encountered: