Top "Glassfish" questions

GlassFish is the reference Java EE application server.

org.glassfish.jersey.internal.RuntimeDelegateImpl NOT FOUND

I am using jersey for my project and tring to parse a URI from a string. UriBuilder.fromUri("http://localhost:8000").…

java rest glassfish jersey jax-rs
PermGen space error - Glassfish Server

I am running java web application using Hibernate and glassfish Server. I am getting java.lang.OutOfMemoryError: PermGen space exception …

java exception memory-leaks glassfish
Encoded slash (%2F) with Spring RequestMapping path param gives HTTP 400

This is not a duplicate referenced question, because it is Spring specific. Whoever added that (3 years after the fact!) didn't …

spring rest glassfish glassfish-3 spring-3
Glassfish Server start-domain domain1 won't start

I recently downloaded Glassfish 4.0 and I want to use it in NetBeans for making some Web Applications, but when I …

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

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. …

eclipse glassfish eclipse-juno glassfish-4
persistence.xml with Glassfish 3.1.1

I am very new to glassfish, JPA and so on and I have really problems with setting that up. What …

jpa glassfish eclipselink persistence.xml
Why use Apache Web Server in front of Glassfish or Tomcat?

Is it good idea to use Apache Webserver in front of GF or Tomcat? Does it improve the performance/security? …

apache tomcat glassfish
How to interpret a Java thread stack?

In line with this question: How to get stack trace of a thread I am wondering if anyone could point …

java multithreading debugging glassfish threadpool
Sharing a persistence unit across components in a .ear file

In a Java EE 6 application where I'm using .ear packaging, I'd like to create a persistence unit that can be …

java jpa jakarta-ee persistence glassfish
Cannot use an EntityTransaction while using JTA

I'm receiving this error: javax.servlet.ServletException: java.lang.IllegalStateException: Exception Description: Cannot use an EntityTransaction while using JTA. While …

jpa glassfish eclipselink jta