Questions tagged as 'glassfish'

1
answer

org.apache.jasper.JasperException: PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required

I have problems with lifting the .war. It worked super well in Glassfish, but from one moment to the next without any change, it stopped working. I have configured the asenv.bat with set AS_JAVA =C:\Program Files\Java\jdk1.8.0_91 But it do...
asked by 17.06.2016 / 15:21
2
answers

How do I solve the CORS problem in JavaEE and Angular

I have a CORS problem that I have no idea where it comes from, I am creating a REST service in JavaEE (Glassfish) and I have Front an Angular app consuming the aforementioned service, I am testing the token authentication with the JJWT...
asked by 29.05.2018 / 23:58
1
answer

Windows 7 to 64 bits can not find asadmin when installing GlassFish

I'm installing Glasfish3 on a Windows 7 x64 computer. When the Wizard tries to create a new domain, it returns the error    The System can not find the specified route Try to execute this action manually as shown in the quick guide...
asked by 12.07.2017 / 20:17
1
answer

Maintain a session in several applications

I am using java and jsf I have created some applications each with their own login, now I need to validate session in one applications and when I move to another applications I do not log in again. I have tried saving variables in session and...
asked by 17.03.2017 / 19:32
1
answer

Error: The module has not been deployed

I am reading this book about Java Swing and JEE, and I'm in chapter 9, in which you start to create a java web project, a database with a phone table, and the entity and session bean of telephone next to a .jsp simple form that uses a servlet...
asked by 27.04.2016 / 19:19
0
answers

HttpsURLConnection requests do not work for me in Glassfish 5

I want to make an https request using the classes java.net.URL and javax.net.ssl.HttpsURLConnection to validate a form using the recaptcha service of Google. To start the test I have this code from a servlet to verify that the connection starts...
asked by 08.11.2018 / 12:37
0
answers

Why when I deploy my application in glassfish on the server it gets slow and the following error appears?

I deploy my application in a localhost and it works perfectly but with already deployed directly in the server it generates the following error. Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded     
asked by 13.07.2017 / 21:32
0
answers

Failed to get Remote Object (GlassFish, EJB)

I am working with a web project (maven), and adding by means of dependencies to my pom.xml file another maven project to use all its classes ... What I intend to do, is to show in my web project, a page that shows a list of clients, for...
asked by 09.08.2016 / 20:22
0
answers

Calling EJB Remote brings result with 'null' values

I'm doing a JEE application and I have this interface which is called from a REST project (PruebaREST) package co.com.prueba.funcionalities.local; import co.com.prueba.entities.Categoria; import java.util.List; import javax.ejb.Remote; @Remo...
asked by 22.11.2017 / 22:06
0
answers

Error REST Service Glassfish and Jersey

I request your collaboration because I have problems when compiling the GET request, the Glassfish log does not throw me any error only the page where it is deploying, the error is:    The server encountered an internal error that prevented...
asked by 12.05.2016 / 21:46