glassfish-4 Questions

4

Solved

I have an enum with a list of states (e.g.) enum State { UP, DOWN, RETRY }; The column in my database is of type enum. When I try to execute a Hibernate query by setting the parameter in the ...
Aspirin asked 23/12, 2014 at 14:9

6

Solved

Did some google on it and the solution was to redirect using iptables or mod in apache? Since my application uses websockets the above solution breaks my websocket connectivity and I again have to ...
Estas asked 4/8, 2013 at 18:0

2

Recently, i change the password for admin, and unfortunately i don't remember the password of my glassfish server 4. How, can i reset the password. I've followed the instruction provided in the fo...
Roaster asked 10/12, 2016 at 18:12

22

Solved

I have example web application Hibernate 4.3.5 + Derby database 10.10.1.1+ Glassfish4.0 with IDE NetBeans 8.0Beta. I have the next exception: Caused by: org.hibernate.hql.internal.ast.QuerySyntax...
Trakas asked 11/4, 2014 at 17:20

4

Solved

I'm using java.util.logging on GlassFish 4. I'm defining my own class to initialize the LogManager by defining the System property: -Djava.util.logging.config.class. My class loads the logging.p...
Eupatrid asked 27/8, 2014 at 16:15

1

I have a Jersey application running on Glassfish 4 (4.1 build 13), JDK 1.7 update 67 and AWS Linux AMI and I'm noticing that after some hours running it, CPU usage goes up and stays up even though ...
Faldstool asked 18/9, 2014 at 21:39

6

Solved

Important : The issue which is discussed in this thread has been fixed as of PrimeFaces 5.1 final (community release) released on Monday, October 6, 2014 (just a few minutes ago from now). I attemp...
Tartarus asked 9/10, 2013 at 3:4

11

Solved

Before posting this question here: I looked up at 1)Glassfish 3.1.2.2 in IDEA 11.1.4: "PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required" 2) How do I ...
Geniegenii asked 9/7, 2013 at 18:48

8

I'm trying to debug glassfish 4 application in IntelliJ IDEA12.1 and am getting the following: D:\tools\glassfish4\glassfish\bin\asadmin.bat start-domain --debug domain1 [2013-06-28 03:58:34,480] ...
Fishy asked 28/6, 2013 at 13:11

2

GlassFish running on a host with a public ip address and jmx port 8986 On startup JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://test.anahata.net.au:8986/jndi/rmi...
Brummell asked 9/2, 2016 at 10:37

3

Solved

I'm talking about the basic usage here: @Stateless public class BookServiceBean implements BookService { @PersistenceContext EntityManager em; public void create(Book book) { this.em.persist(boo...
Rabb asked 9/7, 2014 at 0:58

13

I am trying to run Glassfish 4 using Netbeans 7.4 IDE, but I am receiving an error dialog like Please check server admin user name and password properties. Also please check the server log file ...
Echevarria asked 21/8, 2013 at 15:46

4

Solved

I’m trying to deploy application to GlassFish 4 server from Eclipse, but I get this error: cannot Deploy elearning deploy is failing=Application with name [elearning] is not deployed In glassfis...
Gonium asked 17/11, 2014 at 14:35

6

I was trying figure out the cause of another exception for my dynamic web app here - https://github.com/double-whammy/affablebean I made a small change and I got a new exception - javax.ejb.AccessL...
Vonvona asked 22/7, 2014 at 21:0

5

If I put a Java 8 Lambda expression in a REST service, it crashes. If I remove the lambda expression, it works. It does not matter if I use the lambda expression or not. Just the existence the lamb...
Drysalter asked 7/4, 2014 at 16:2

2

Do you know how Netbeans decides which filename to use for the application-scoped resources: sun-resources.xml or glassfish-resources.xml? Is this name configurable or hard-coded? As far as I unde...
Lowry asked 31/1, 2015 at 20:53

2

Solved

I am trying to debug my web application under Glassfish 4 but since I only have jee7 API deps in my maven pom.xml I can not. Is there a maven dependency that is linked to the glassfish source cod...
Holism asked 12/10, 2013 at 8:49

8

Solved

A week ago I downloaded Glassfish 4.1. Did a zip install. Attempted to use Admin Console to create a JDBC Connection Pool. Received this error message: java.lang.IllegalStateException: getOutputSt...
Lucknow asked 9/10, 2015 at 23:13

2

I'm trying to create a descriptor file for my Java web application project. For this project i am using: Netbeans 8.0 & GlassFish 4 When I try to create the glassfish descriptor file. Netbea...
Suds asked 21/3, 2014 at 15:25

2

Solved

I have configured glassfish 3 to use SLF4J in the past by using the SLF4J JUL bridge and it worked fine. The problem I'm having now is that if I use my same setup, SLF4J complains about there being...
Pyrolysis asked 6/12, 2013 at 18:13

1

I want to get bean from producer method in order to read its properties. In some scenarios the bean is a EJB Singleton bean. I've simplified my code to focus on the problem. My simple qualifier:...
Densify asked 6/1, 2016 at 22:9

2

I have a fresh installation of Eclipse IDE for Java EE Developers - for WIndows 64bit - Version: Neon.2 Release (4.6.2) I have downloaded the newest editions of GlassFish server 4.1.1 - both Full...
Evoke asked 31/12, 2016 at 22:22

4

Solved

I do a small test project with CDI. My application is composed of an EJB EAR and WAR, all deployed on Glassfish 4. I'm using Hibernate 4.3.4 to access the database. My goal is to verify that a cla...
Ludicrous asked 5/3, 2014 at 7:32

2

Solved

Glassfish lets to set the SSL certificate nickname through its admin console as it is highlighted in the pic below: But almost every tutorials in the web mention that it is necessary to replace ...
Grosmark asked 26/3, 2015 at 12:13

2

Doing our first cluster setup on Glassfish (4.1). Application(EAR) level logs (ex printing a stacktrace) don't seem to reach the server.log in (GF-dir)/domains//logs/server.log or (GF-dir)/nodes/(n...
Bibeau asked 9/3, 2015 at 13:16

© 2022 - 2025 — McMap. All rights reserved.