-
Notifications
You must be signed in to change notification settings - Fork 306
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: [7.2024.1.Alpha3] NPE on initial deployment #7141
Comments
@ctabin, provide a simple, self-contained reproducer that we can test. |
Hi @artur-mal, Here is the reproducer in the git clone https://github.com/ctabin/gf-test.git payara-7141
cd payara-7141
git checkout payara-7-alpha
mvn clean package You'll get the error printed and the deployment fails. If you try with |
Greetings, |
Greetings, |
@artur-mal Can you please open this issue again ? The response has been provided with an example. |
We're aware of the issue and have created a JIRA task (FISH-10138) to address it. |
Brief Summary
Hello,
We are anticipating Payara 7 and therefore we try to deploy our application with the latest version payara-embedded-all 7.2024.1.Alpha3.
Without changing anything else that the Payara version, we hit a NPE during deployment.
We tried to reinstate the
jacc="simple"
in the<security-service>
node as stated in #1596 but the outcome is still the same.Our JACC provider is configured like this (also I'm not sure it is related to the problem):
Expected Outcome
The deployment succeeds.
Current Outcome
A NullPointerException is thrown wile deploying the app.
Reproducer
None.
Operating System
Linux Debian
JDK Version
OpenJDK 21
Payara Distribution
Payara Embedded All
The text was updated successfully, but these errors were encountered: