Questions tagged as 'glassfish'

0
answers

Migrating web system in Tomcat for glassfish error with SSL

Hello, I have a system running on Tomcat with SSL, I migrated it to Glassfish, when I send to the server without security (SSL) it works normally, the problem occurs when I enable the security on the server and try to deploy it. I think the p...
asked by 20.03.2018 / 20:42
1
answer

This web container has not yet started

My Java Web application, using Hibernate, published on a Glassfish server and using MySql database published in Hostgator is constantly causing the following error: [2018-01-31T11:51:15.852-0200] [glassfish 4.0] [WARNING] [] [com.mchange.v2.re...
asked by 31.01.2018 / 16:14
0
answers

Error running JSF

I'm having an error in JSF that I can not figure out. It looks like it's with my DAO product or Product. This was happening when I was recording a product, now the project does not even open. Informações: visiting unvisited references Inform...
asked by 26.11.2017 / 23:51
0
answers

GlassFish Duplicating Directory

When saving a photo, instead of creating the directory it ends up doubling, apparently it puts the first directory of the Glassfish server and in the other one that I mentioned, being a layman I can not identify the error, can you see the error?...
asked by 07.07.2017 / 00:42
1
answer

Authentication and Security JAAS with multi modules

I'm working on an application with the following architecture: As you can see the system will have several modules. In Project Portal I implemented JAAS, and I am not able to maintain authentication when I enter another module within...
asked by 23.06.2017 / 13:57
1
answer

How to modify the Glassfish port without starting it?

I need to modify the Glassfish port on the server without starting it, so I ended up installing another service that is making use of port 8080 and I can not stop it to start Glassfish and go to the admin panel to change . Is there any way to do...
asked by 16.06.2017 / 14:27
1
answer

Glassfish - java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence

Could you say why this exception happens? 2017-05-03T13:08:59.235-0300|Grave: java.lang.RuntimeException: java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence at org.glassfish.persistence.jpa.PersistenceUnitLoader.loadPU(...
asked by 03.05.2017 / 18:22
1
answer

Error configuring connection poll in glassfish 4

Could you explain why this error is occurring when setting up the mysql driver in glassfish 4?     
asked by 27.04.2017 / 21:35
1
answer

Error running WebService Java

I am trying to execute a Web Service SOAP from the server GlassFish Server 4.1.1 on NetBeans 8.2 . Attempting to run the following error is returned: Web Service Methods: @WebService(serviceName = "CalculatorWS") @Sta...
asked by 13.03.2017 / 15:21
1
answer

Error consuming REST Java ArrayListString

I have a Maven Web application in NetBeans running on GlassFish 4.1.1, and a basic CRUD class has been created to receive and return in JSON format, but when it is to be returned a List<String> the server has an error :    Seriou...
asked by 27.10.2016 / 20:53