Questions tagged [glassfish]

GlassFish is a Jakarta EE compatible application server from the Eclipse Foundation.

Eclipse GlassFish is a Jakarta EE open source application server.

The latest GlassFish release as of April 2023 is version 7.0.4. See the downloads page for more recent releases.

GlassFish 3.0 was the first application server to completely implement Java EE 6. GlassFish 4.0 introduced Java EE 7 support, and GlassFish 5 for Java EE 8. GlassFish is the reference implementation for Java EE JSR's (EE 6, EE 7, EE 8). GlassFish 6 implements Jakarta EE 9.1.

GlassFish 7 supports Jakarta EE 10. It compiles and runs on JDK 11 to JDK 20.

Jakarta EE 10 includes the latest versions of technologies such as:

  • Jakarta REST (JAX-RS) 3.1
  • Jakarta Faces (JSF) 4.0
  • Jakarta Security 3.0
  • Jakarta Contexts and Dependency Injection (CDI) 4.0 and more.

There is an official Twitter handle @GlassFish.

On 4 November 2013, Oracle announced an end to commercial Oracle support for GlassFish. In 2018 GlassFish moved from Oracle to the Eclipse Foundation. In 2021 and 2022 GlassFish was once again commercially supported.


References:


Legacy versions of GlassFish (upto and including GlassFish 5.0.1) can be downloaded from the original (pre-Eclipse) web site.

7713 questions
2
votes
1 answer

Table Duplicate Values

I have a project where I create reports and I am keeping the old reports for users. I am creating tables using EJB 3.0 and psql on Glassfish Server. Recently I realized that the old reports' tables have duplicate values: select * from aTable col1 …
lamostreta
  • 2,359
  • 7
  • 44
  • 61
2
votes
1 answer

jakarta.el library is flagged for security vulnaribility in NexusIQ [Quarkus]

We use quarkus-hibernate-validator which pulls in jakarta.el. But recently all versions of jakarta.el is flagged by NexusIQ for a severe vulnaribility. [https://securitylab.github.com/advisories/GHSL-2020-021-jakarta-el/][1] Details as…
S Kashyap
  • 31
  • 2
2
votes
1 answer

how to fix Javax. Naming.exception: nameNotFoundException not found

I got this exception while trying to deploy ejb-jar file on a glassfish 2.1 : Javax. Naming.exception: nameNotFoundException not found. This drive me to be crazy !!! I don't know why i got this exception while when i launch the hole application…
bilel gaddour
  • 21
  • 1
  • 3
2
votes
0 answers

Log viewer in Glassfish 2 throws Exception

When I click certain records in the log viewer of a Glassfish 2 server running on 64-bit Ubuntu the error report opens a new popup but instead of the actual error I get a server exception: HTTP Status 500 - type Exception…
2
votes
2 answers

Embedded GlassFish container for unit testing session beans in NetBeans pointing to wrong domain

I have written unit tests for several session beans I have created. When I try to run them, however, NetBeans gives me the following error: No EJBContainer provider available. The following providers:…
Laurens
  • 2,078
  • 5
  • 29
  • 46
2
votes
1 answer

Glassfish 6 are not supported in eclipse (Eclipse support for Glassfish 6)

Does anyone know if there will be support for GlassFish 6 in Eclipse in nearer future (Only Glassfish 5 , 4 and 3.1 are supported in Eclipse Glassfish tools)? Is there another way to integrate Glassfish 6 in Eclipse besides GlassFish Tools?
FarHooD
  • 77
  • 7
2
votes
1 answer

Postgres with Glassfish connection pool

I am new to the Java EE World and want to use PostgreSQL as my database in an web application. I use Glassfish as my application server and added a connection pool via the administration interface (I used this site for help). Now I don't know what…
iuiz
  • 957
  • 1
  • 10
  • 23
2
votes
1 answer

HornetQ Integrate with Glassfish Using JCA

how to integrate the hornetq with glassfish using JCA ? Thanks.
nicholas
  • 2,581
  • 14
  • 66
  • 104
2
votes
1 answer

Is it possible to publish the original WSDL in the Glassfish 3.1 WebServices?

I started with a WSDL and used wsimport to generate the Java artificats. Then I implemented the WebService and deployed it to a glassfish 3.1. The glassfish takes the java elements and regenerates a wsdl from these elements. Can I convince the…
Wintermute
  • 1,521
  • 1
  • 13
  • 34
2
votes
1 answer

How to add Glassfish 6.0 server in Eclipse IDE for Enterprise Java Developers 2020-12 version

I've an old project which i'm trying to port on latest glassfish 6.0 version. I'm using 'Eclipse IDE for Enterprise Java Developers 2020-12' and unable to finad a way to add glassfish 6.0 server inside IDE. I'm seeing only upto Glassfish 5.1.0 are…
2
votes
4 answers

Glassfish5 Error: Exception in thread "main" java.lang.NullPointerException

I have installed glassfish 5 in ubuntu and put it under the directory /opt, but when I typed asadmin start-domain I face this error: Exception in thread "main" java.lang.NullPointerException: Cannot invoke…
Drago Ban
  • 105
  • 1
  • 8
2
votes
1 answer

How to install/download Java EE javadocs without glassfish?

Specifically, I am on ubuntu 10.04. Is there a way to do it in synaptic? Is there a sun/oracle url where I could download just the javadocs for Java EE. With Java SE, I am able to download only the javadocs. I do not wish to go thro with pointlessly…
Blessed Geek
  • 21,058
  • 23
  • 106
  • 176
2
votes
1 answer

aws memory high usage

Recently I configured my instance into a micro environment in EC2 with glassfish and mysql in windows.. I deployed my war and i was able to access my site through http. I changed my application and redeployed the war and it also worked. When I was…
user644745
  • 5,673
  • 9
  • 54
  • 80
2
votes
2 answers

javax.xml.ws.Service constructor does not return

I'm having a problem deploying a Glassfish web application which calls a web service periodically. Basically the issue seems to be that the call to the javax.xml.ws.Service never seems to return. There are no exceptions thrown. The code looks as…
HalliHax
  • 816
  • 2
  • 11
  • 26
2
votes
1 answer

Java Exception - TransactionRolledbackLocalException

I have a Java project that I write in Netbeans on Glassfish server. It was working fine till today. Today I am getting an exception like this: Exception Handler Description: An unhandled exception occurred during the execution of the web…
lamostreta
  • 2,359
  • 7
  • 44
  • 61
1 2 3
99
100