Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [glassfish]

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

glassfish
-1 votes
0 answers
22 views

java.lang.RuntimeException: Could not setup GlassFish Embedded Bootstrap

I have a deployment class for integration tests in my project that is inheriterd by every test class. This class is annotated by: @ArquillianSuiteDeployment @RunWith(CustomArqullianRunner.class) I'm ...
Albert Albatros's user avatar
1 vote
1 answer
25 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-...
herohannes's user avatar
0 votes
1 answer
73 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, ...
Fabio 2022's user avatar
0 votes
0 answers
27 views

Unable to deploy project in Glassfish

I am getting an error message that says "There are no resources that can be added or removed from the server" when I click on the "Add and Remove" button in Glassfish for deploying ...
Shikhar's user avatar
0 votes
0 answers
10 views

Read/parse InputStream as 'multipart/mixed'

My problem is, I have a file that has a 'multipart/mixed' structure. I need to read that file e.g. as 'org.glassfish.jersey.media.multipart.MultiPart' and do some filtering (exclude some body parts) ...
hiaclibe's user avatar
  • 686
0 votes
1 answer
49 views

Glassfish Tools installation on eclipse

I am unable to install Glassfish on my eclipse. I am using Java 17(tried it with java 8 also) and Eclipse 2023-6. I want to see Glassfish in the server list along with Apache, IBM, Resin etc. I have ...
Shikhar's user avatar
0 votes
0 answers
26 views

Access OCI Object Storage with GlassFish 7.9

I am doing an application using GlassFish 7.9, and Jakarta EE 10, to upload some images to an OCI bucket, but it is not working because of a certification error. jakarta.ws.rs.ProcessingException: ...
Gilvan André's user avatar
1 vote
0 answers
27 views

In TLD scanning, the supplied resource ejb jar does not exist

I am having a problem with running my project in Glassfish 7. This is a part of my POM: <dependencies> . . . <dependency> <groupId>com.mycompany</groupId> ...
Asgar's user avatar
  • 2,339
0 votes
0 answers
23 views

Failed to build web service client in Netbeans

java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/resolver/CatalogManager at com.sun.xml.ws.util.xml.XmlUtil.createEntityResolver(XmlUtil.java:317) at com.sun.tools.ws.wscompile....
Hong Tan's user avatar
0 votes
0 answers
26 views

How can I solve my error involving JDBC when I try to login?

I am trying to implement the login functionality as follows: <%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@taglib prefix="t" tagdir=&...
Razvan Gata's user avatar
2 votes
2 answers
96 views

Best way to cache css , js and fonts cache for glassfish webserver

I have Glassfish webserver and I want My application cache the files in client side , I try multiple way And it does not work for any method and some method use apache webserver that is not in my case ...
FarHooD's user avatar
  • 67
0 votes
0 answers
27 views

In GlassFish3, How can I "override" internal library, or give preference to app library?

In GlassFish3, my web application 'sfeaapp' uses a library 'jaxrs-api-3.0.10.Final.jar' located in '/var/opt/GlassFish3/domains/sfeaapp/lib/ext/jaxrs-api-3.0.10.Final.jar', which conflicts with ...
JLLMNCHR's user avatar
  • 1,571
0 votes
0 answers
101 views

java.io.IOException: org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.sun.corba.ee.impl.orb.ORBSingleton

I am migrating a java8 project to java17 and the project is using custom made library by the client which uses CORBA. (Client is not ready to migrate to java17). I am using Glassfish-corba-orb-4.2.1....
Shefali Shrivastava's user avatar
1 vote
0 answers
13 views

change default docroot in glassfish via glassfish-web.xml

Hello As you know the default docroot in glassfish is domain/docroot and I need change it to another location with glassfish-web.xml file, as I search all answers is about add another docroot like : &...
S.kh's user avatar
  • 108
0 votes
0 answers
16 views

Error starting the second domain in GlassFish

I'm facing a problem when trying to run a second domain on the GlassFish server, each configured on different ports. When accessing the /__asadmin/version route on the second domain, an "Internal ...
Camnate Na Rang's user avatar

15 30 50 per page
1
2 3 4 5
515