Top "Glassfish" questions

GlassFish is the reference Java EE application server.

Provider org.glassfish.json.JsonProviderImpl not found

According to my project Provider org.glassfish.json.JsonProviderImpl not found I dont understand why it is complaining about glassfish …

java json glassfish
How to disable and enable admin console (admin-listener, port 4848) from the command line

I would like to control when and where the admin service is accessible How do I do one of the …

glassfish glassfish-3 asadmin
Why do we use multi application server instances on the same server

I guess there is a good reason, but I don't understand why sometimes we put for example 5 instances having the …

java tomcat jakarta-ee jboss glassfish
GlassFish Error: JAX-RS EJB support is disabled

I am trying a simple app using Jersey JAX-RS + EJB 3.1 on GlassFish 3.1.2.2. All seemed to look pretty well with Jersey …

rest glassfish ejb jersey
GlassFish 3: how do you change the (default) logging format?

The question originated from here: http://www.java.net/forum/topic/glassfish/glassfish/configuring-glassfish-logging-format - without an answer. The default …

java logging glassfish glassfish-3 slf4j
Glassfish 4 on Eclipse - times out - java.util.concurrent.TimeoutException

I am having troubles getting a Glassfish server to actually start and stay running on an Eclipse (luna) install. I …

java eclipse glassfish timeoutexception
Returning an entity via remote EJB results in - java.lang.NullPointerException at com.sun.corba.ee.impl.orbutil.ClassInfoCache$ClassInfo.<init>

I'm trying to create an enterprise web application in the following environment. NetBeans 7.2.1 Glassfish Server 3.1.2 (containing the Servlet 3.0 API) EJB 3.1 …

jakarta-ee glassfish ejb corba
How to add glassfish tools to eclipse oxygen 3a

I downloaded Eclipse Oxygen but i don't get glassfish tools installed in this IDE. It's a Oxygen 3A 64 bit running …

java eclipse glassfish
JVM failed to start: java.io.IOException: Cannot run program "/usr/libexec/StartupItemContext; error=2, No such file or directory

In my OS X Yosemite, I'm trying to start-domain in terminal: sh asadmin start-domain mythMobile and I get error: JVM …

java glassfish ioexception asadmin
Connecting a remote JMS client to GlassFish 3

I am trying to connect to GlassFish 3's JMS service from a standalone remote client. However I am getting a …

glassfish jms remote-access