Most voted "glassfish" questions
Glassfish is an open source application server for the J2EE platform.
Learn more…84 questions
Sort by count of
-
0
votes1
answer615
viewsApplication migration error, ANTLR and Wildfly incompatibility 8
I have a legacy application developed in Java web, and would like to put it in a new production environment. Java 8 and the latest version of Wildfly are installed in this environment. Today this…
-
0
votes1
answer147
viewsPost Too large - Glassfish
I’m performing a routine search on all occurrences that have already been concluded, but when I enter one and select the attachment mine glassfish returns the following message…
-
0
votes1
answer1079
views"Lookup failed" error when using a Glassfish Custom Resource
I’m using a Custom Resource of Glassfish to save a property: There, I’m trying to take this amount like this: new InitialContext().lookup("javax.faces.PROJECT_STAGE") but I get the following…
-
0
votes1
answer101
viewsResteasy @Form annotation does not work in Glassfish 4.1
I am trying to make a legacy web java application that is packaged within an EAR and that was written for Jboss 7 to work on Glassfish 4.1. The application is not built with Maven nor with Gradle…
-
0
votes0
answers196
viewsGlassfish: Trying to access the server through HTTPS
I have Glassfish 4.0 running on my local machine. I then sought to add an http Listener, as follows: asadmin> create-http-listener --listeneraddress 127.0.0.1 --listenerport 80…
-
0
votes0
answers252
viewsProblem with CDI Glassfish Server
I am developing a Webservice with the Restful API, Glassfish server and had the following error: Severe: Exception during lifecycle processing org.glassfish.deployment.common.DeploymentException:…
-
0
votes1
answer137
viewsError consuming REST Java Arraylist<String>
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 a CRUD will be returned…
-
0
votes1
answer99
viewsJAAS Authentication and Security with Multi Module
I am 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’m not able to maintain authentication…
-
0
votes0
answers53
viewsError while running JSF
I have a JSF error that I can’t 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 doesn’t even open anymore.…
-
0
votes1
answer483
viewsThis web container has not yet been Started
My Java Web application, using Hibernate, published on a Glassfish server and using Mysql database published on Hostgator this causing, constantly the following error: [2018-01-31T11:51:15.852-0200]…
-
0
votes1
answer105
viewsHibernate + JPA 5 - Java Web
I’m in need of some help in the following problem. When running my web java project on Glassfish Hibernate on every run try to recreate my tables. Minha Entity. @Entity @Table(name = "Estados")…
-
0
votes1
answer57
views -
0
votes1
answer2919
viewsHibernate does not recognize class annotation
I have a Maven project, with Glassfish 4.0, Hibernate, I am using annotations and my project was faceted with JPA the persistence.xml file was generated and the Glassfish Connection pool is working.…
-
0
votes0
answers45
viewsJava Web / Glassfish application stopping
I’m having a problem and unfortunately I’m not finding the cause. I have 3 Java Web applications running on a Glassfish server and what happens is that these applications suddenly stop working.…
-
0
votes1
answer21
viewsJenkins Deploy to glassfish4 container
Hello, Basically I build my War using Maven and call the app deploy to container to run an instance of glassfish that is in another container, I point out the paths but I get returned an Exception…
-
0
votes0
answers17
views"java.lang.Nullpointerexception" error when trying to search a database list
Good afternoon! I have the error quoted in the title when I try to load the list of Patients from the Database. Follow the code: package servlets; import banco_dados.conexaoBancoDados; import…
-
0
votes0
answers26
viewsFunction to unzip xml does not work on Linux
In my application I use a function to zip the xml files to save them in the database. When I unzip it to make the file available for download the xml does not come complete, at the end of the file…
-
0
votes0
answers18
viewsError generating report, only on server
I have an application in Netbeans, decided to put it on the air, made an aws server on Amazon, set up mine glassfish server, and up the application, the configuration of the glassfish It’s the same…
-
0
votes2
answers148
viewsObject sent by Android arriving Null on Webservice server
I’m creating an Android APP for college work, I’m using Android Studio and Eclipse Mars with Glassfish 4. The webservice I believe is okay, because performing the requests by Soapui everything works…
-
0
votes0
answers1502
viewshttps problem Excessive redirection
On my web system, when I add code to web.xml: <security-constraint> <display-name>ConstraintSSL</display-name> <web-resource-collection>…
-
0
votes0
answers319
viewsLosing database connection. Postgress, Glassfish
After about 15 minutes my system stops communicating with the database. Log Entry Detail Close-up Timestamp 05/09/2016 21:22:30.287 Log Level ERROR Logger…
-
0
votes1
answer341
viewsError running Java Webservice
I’m trying to run a Web Service SOAP by the server GlassFish Server 4.1.1 in the NetBeans 8.2. When trying to execute the following error is returned: Methods of Web Service: @WebService(serviceName…
-
0
votes0
answers72
viewsGlassfish duplicating directory
When saving a photo, instead of creating the directory ends up duplicating, apparently it puts the first directory of the Glassfish server and in the other one what I had mentioned, for being layman…
-
0
votes0
answers500
viewsHTTP Status 500 - Internal Server Error
After trying to make a call in the Glasfish Webservice is occurring the error below, I am trying to make a call in the Webservice Rest Json, in the XML Rest call it runs normally. package…
-
0
votes1
answer414
viewsGlassfish 4, post login on admin console opens page: j_security_check
NOTE: Context in which the problem happened: Windows 7 Professional (32-bit), Netbeans 8.2, Glassfish 4 (zip and extracted to a local folder). Guys, the standard Glassfish 4 starta, no bugs, opens…
glassfishasked 7 years ago jorge maia 31 -
0
votes2
answers492
viewsHow to save a list using Hibernate?
How to save an entire list using Hibernate? I’m trying to save a list this way: classe.setMinhaLista(minhaLista); classeDao.salvar(classe); And so: classe.setMinhaLista(new…
-
0
votes1
answer127
views -
0
votes3
answers253
views -
0
votes1
answer75
viewsHow to do this query search?
I am trying to develop a Rest webservice in Netbeans (Java). I have followed this tutorial... https://rafaelsakurai.gitbooks.io/desenvolvimento-distribuido/content/chapter10.1.html However, when it…
-
0
votes1
answer24
viewsParse problems with inherited JAVAX WS CORE fields
I have a return class, which has its attributes set to return in the response in json or xml, depending on the query. I need to insert two new fields in this return, but they are very specific, that…
-
0
votes0
answers16
viewsHow to make a executable jar with glassfish and Grizzly
I would like to make a Rest application but I needed to be able to use a executable jar to climb the server so I don’t need an IDE, someone can tell me how to make a executable jar with glassfish…
-
-1
votes2
answers69
viewsjavax.net.ssl.Sslhandshakeexception only on Glassfis 4
I made a routine for online payments in Cielo, JSF , the tests I did with Tomcat 9, with Windows 10 ran 100%, but when I put in production in Glassfish 4, the system when redirecting to the Cielo…
-
-1
votes1
answer140
views -
-1
votes1
answer281
viewsProblems with Glassfish Permgen Space
I have a project that runs a web control system, it has a web service Rest for mobile queries and data collection. It performs perfectly, but the project is still under development. It has already…