payara Questions
9
Solved
I just downloaded the GlassFish 5.0 archive - Full Platform, unzipped it, I run it through the command line.
asadmin start-domain
problem:
Exception in thread "main" java.lang.NullPointerExce...
Tallinn asked 23/11, 2017 at 14:46
3
I have updated the lib and dependency of my project including :
From OpenJDK 11 to OpenJDK 17.0.2
From JavaEE to Jakarta 9
From Springboot 2.7.4 to 3.0.1
The application can be built successfully...
Packthread asked 28/12, 2022 at 2:29
3
I am using IntelliJ 2017.3 with Payara 4.1.2.172. I used to just start the server from the command line had a Remote Debug running on port 9009, and everything used to work fine.
Then I set up an...
Karakoram asked 6/7, 2018 at 9:39
2
Solved
I have a Spring Boot application using version 2.2.4 and Zulu Java 11.0.5 from Azul. It is accessing a REST web service which is deployed on a Payara web server (version 5.194).
I am using the fol...
Imogeneimojean asked 2/3, 2020 at 14:14
2
Solved
I have a simple MVC web application, which was running locally without problems 3 weeks ago.
When I now open the application in Netbeans and run it, everything seems to work fine as well. However,...
Bibeau asked 26/4, 2020 at 17:59
2
Solved
I'm using Jackson 2 with Payara 4 and I would liked to use Jackson 2 in Payara 5.
Using JAX-RS, I also would like to avoid changing annotations and so on...
In Payara 5 the default Jsonb provide...
Teratology asked 12/4, 2018 at 9:45
6
I was trying figure out the cause of another exception for my dynamic web app here - https://github.com/double-whammy/affablebean
I made a small change and I got a new exception - javax.ejb.AccessL...
Vonvona asked 22/7, 2014 at 21:0
2
Solved
I'm running a Java EE application which uses Hibernate 5.2.10.Final with an Apache Derby storage backend on Payara 4.1.1.172. I'm seeing error messages like
Caused by: java.sql.SQLDataException: A...
Loreeloreen asked 2/6, 2017 at 12:30
0
I'm upgrading Payara from 4.1.1 to 4.1.2.181 and now I'm getting 401 when calling my Auth end point. My auth endpoint returns 200 (ok) but the calling application is getting 401 from Payara (as far...
Maltha asked 16/7, 2018 at 7:12
4
Solved
Does anyone know if there will be support for GlassFish 5 in Eclipse in nearer future (GlassFish Tools supports 3.1 and 4.x)?
Is there another way to integrate Glassfish in Eclipse besides GlassFi...
Watford asked 5/10, 2017 at 11:4
6
Solved
What are my options to set up JDBC drivers and resources when using Java EE Payara Micro?
Adanadana asked 2/10, 2015 at 1:12
1
Solved
I'm using docker compose to set up a payara server and need to overwrite the domain.xml file. I'm currently doing it through
volumes:
- './domain.xml:/opt/payara41/glassfish/domains/domain1/conf...
Felonry asked 6/6, 2017 at 12:2
1
Solved
I'd like Java assertions to be enabled for Java EE code which is running on Payara 4.1.1.172 and is deployed from within NetBeans 8.2. I tried to specify exec.args=-ea in the NetBeans Action "Debug...
Falconry asked 23/5, 2017 at 0:20
1
1
Solved
I have this security configuration in Glassfish domain.xml which works for 4.0 but fail in 4.1.1 can someone help to identify what is wrong. The only difference is the class package "ee"
GF 4.0 (w...
Uveitis asked 18/11, 2016 at 22:11
2
I've abandoned GlassFish 4-point-anything in favor of Payara41. Amazingly GF has unresolved JDBC and JMS Resources configuration bugs. See:
Glassfish Admin Console throws java.lang.IllegalStateExc...
Romilly asked 14/10, 2015 at 0:59
1
© 2022 - 2024 — McMap. All rights reserved.