7,690 questions
0
votes
0
answers
6
views
Glassfish 7.23 Jakarta 10 ejb jndi name not found
Tried to deploy to Glassfish 7.23 same code as worked for gf 6 only upgraded to Jakarta 10 for GF 7. GF reports that name is not found for JMS destinations and fails deploying. Has anyone experienced ...
0
votes
0
answers
17
views
Proper syntax for Glassfish 4.1 asadmin command to create an email session
On my local windows 10 machine I am running java 8 with glassfish 4.1 and configured the email session vie the web console at localhost:4848 and to those settings and need to do the same but through ...
0
votes
0
answers
60
views
Logback/SLF4J in Glassfish 7
I'm currently trying to configure SLF4J/Logback in Glassfish 7. So far I was using Payara 6 following the approach as described in https://github.com/goodees/goodees/tree/master/payara-logback.
I also ...
0
votes
0
answers
28
views
Tyrus SHARED_CONTAINER with different PROXY_URI without synchronization
Is this possible to use SHARED_CONTAINER, for connection with different proxy like this, but without use lock
public static void main(String[] args)
{
ClientManager client = ...
0
votes
1
answer
21
views
HA Java application server - syncing session attributes vs. application attributes
I have used Glassfish and Payara for HA Java web application deployments in the past because they easily perform clustering and session replication for HA/failover.
This works great for data that is ...
1
vote
0
answers
61
views
GlassFish 7 (7.0.21) + JDK 17: URL with Non-ASCII Characters Returns 404 in HTTP/2.0 but 200 in HTTP/1.1
I am using GlassFish 7 (version 7.0.21) with JDK 17 (jdk-17.0.11+9) to deploy a Jakarta EE application generated using Jakarta EE Starter.
I encountered an issue where URLs containing non-ASCII ...
0
votes
1
answer
38
views
Glassfish 7 : most certificates missing in cacerts.jks
I have two Glassfish 7 installations, one for development on windows and one for production on linux. I noticed that in both the cacerts.jks in domains/domain1/config contains only the server ...
0
votes
1
answer
34
views
deploy into multiple Servers one Project with Intellij idea
I have serval servers (different locations) , connected to one database, I wrote web Application Base on Java/Jakarta and the platform serve as web server is glassfish , One Problem I have its How can ...
0
votes
0
answers
22
views
IntelliJ remote deployment to Payara 5 server auto undeploys after disconnect
I am deploying to a remote Payara 5 server using the intellij run configurations. Everything works great, except that after I stop the run configuration, the application undeploys. I have seen the ...
0
votes
1
answer
33
views
glassfish AccessDeniedException
I am new to using servers in general.
I am on Windows 11.
I just downloaded glassfish7 from https://glassfish.org/download.html
I then unziped it and ran the command ./asadmin start-domain
at C:\...
2
votes
1
answer
82
views
Response 403 forbidden at simultaneously ajax request using Jakarta EE and Glassfish Server
I have a Jakarta-based web app deployed in Glassfish 7.0.16. Currently, I'm implementing Jakarta Security with user-role from DB. That works fine until the client-side execute multiple ajax requests ...
0
votes
1
answer
452
views
glassfish server 4.0 could not start with jdk 21
It gives dialogbox: Glassfish server could not be started with jdk21, please select another java SE platform.
manage platforms
cancel
after click on cancel it gives information: could not find java SE ...
0
votes
1
answer
62
views
How is a shared JDBC pool configured?
We're using a Payara 5 server with 4 application instances. A JDBC pool is configured with 5 set as the maximum number of connections in the pool. A JDBC resource pointing at the JDBC connection pool ...
1
vote
1
answer
38
views
SSO for Glassfish7 Software Portal
**web.xml ( Login.war ) **
<?xml version="1.0" encoding="UTF-8"?>
...
<display-name>Login</display-name>
<welcome-file-list>
<welcome-...
0
votes
1
answer
113
views
problem generating java artifacts from WSDL (from Italian ERP Mago4 by Microarea) using glassfish
I have been using for a few years the webservices exposed by the italian ERP Mago4 by Microarea, from my java programs.
I am trying to extend the use, but a WSDL seems to have problems.
In detail, ...