Top "Glassfish-4" questions

Fourth version of the popular Java EE open source application server and the reference implementation of the Java EE 7.

Default glassfish 4.0 password in netbeans

Well, more than a question this is an answer, I was trying to see for Glassfish 4.0 default admin password to …

java netbeans glassfish-4
Parameter value did not match expected type

I have an enum with a list of states (e.g.) enum State { UP, DOWN, RETRY }; The column in my …

java hibernate classloader glassfish-4
How can I define a JAX-RS service that processes multi-part data in JEE?

This is what I have so far: This initializes my REST service package com.dothatapp.web.rest; import javax.servlet.…

java servlets jersey jax-rs glassfish-4
Can WebSockets and HTTP server both run on the SAME port number?

I have been using GlassFish server, where, index.html is sending the control to servlet file which is sending the …

java http websocket glassfish-4
Persisting an entity when ID is null and automatically generated in the database

I'm using EclipseLink with JavaDB and every time I try to persist a new user entity I get an error …

java jpa derby glassfish-4
Deploying app from Eclipse to GlassFish

I’m trying to deploy application to GlassFish 4 server from Eclipse, but I get this error: cannot Deploy elearning deploy …

eclipse glassfish glassfish-4 deploying
How do i reset the forgotten password of glassfish server 4

Recently, i change the password for admin, and unfortunately i don't remember the password of my glassfish server 4. How, can …

glassfish-4 password-recovery
CDI deployment failure:WELD-001414 Bean name is ambiguous

I have an application, which has multiple modules and various dependencies. When I deploy the application on Glassfish 4, I am …

java maven cdi glassfish-4 weld
Glassfish 4 deployment error

I added some libraries to my JavaEE project and then deploy the application works. I modified something and I got …

java eclipse jakarta-ee glassfish glassfish-4
Glassfish / Payara javax.ejb.AccessLocalException: Client not authorized for this invocation in server.log

I was trying figure out the cause of another exception for my dynamic web app here - https://github.com/…

java jakarta-ee glassfish glassfish-4 payara