GlassFish 2 is a Java application server which was released on 17 September 2007.

learn more… | top users | synonyms

0
votes
0answers
14 views
+50

EJB denpendencies not found during glassfish startup

I've deployed an EJB module to Glassfish 2.1 and declared a library, which is located in the lib/applibs dir, as its dependencies. That works during deployment of the EJB module. The classes from ...
0
votes
1answer
24 views

Glassfish domain shutsdown when user logs out

I have a Solaris 10 box running Glassfish V2. I can start the domain with the glassfish user and access the admin console no problem, the problem is that whenever I close the glassfish user session it ...
1
vote
2answers
29 views

Separate jar for EJB3 Entity classes

When I separate my EJB3 entities (annotated with @Entity) from my EJB Module and put them in a separate jar file, where should my Persistence.xml file go, in my EJB module or in my entities.jar? And ...
0
votes
3answers
85 views

EJB modules cannot find class from another EJB module on glassfish

I have an EJB 3 module deployed on my Glassfish 2.1 server. I'm trying to deploy a second EJB module, which depends on this first module, but the deployment fails with java.lang.NoClassDefFoundError ...
1
vote
0answers
44 views

glassfish v2 in Netbeans 7.2

I've updated Netbeans 6.9 to Netbeans 7.2. But after that I cannot use glassfish v2 with new Netbeans. The problem is glassfish server v2 is not supported to Netbeans 7.2 The proposed solution of ...
0
votes
1answer
49 views

Deploy MDB using GenericJMSRA on GlassFish with annotations?

On GlassFish Server 2.1 I have created a GenericJMSRA for connection with ActiveMQ as described in this guideline: http://activemq.apache.org/sjsas-with-genericjmsra.html I have successfully been ...
1
vote
0answers
20 views

How to obtain ServerContext in glassfish 3

I am the "proud" heir of a 12+ year old code base that has been worked on by many engineers over the years. I have been tasked to upgrade our system from glassfish 2.1.1 to glassfish 3.1.2.2. Most ...
3
votes
3answers
156 views

PWC1231 and PWC6344

I have two servers running on Glassfish 2.1 both have the same web app. Two times this error occurred: Some jsp pages stop displaying only showing a blank page, and the following errors are printed ...
0
votes
1answer
75 views

Jersey Multipart 1.13 and Glassfish 2.1.1 looks to be incompatible

When deploying a war using Jersey Multipart 1.13 on a Glassfish 2.1.1 server, the following error message appear afterwards.: Method, public javax.ws.rs.core.Response ...
0
votes
0answers
51 views

Cannot inject external Resource in Bean

I'm using Glassfish 2.1.1 and had defined a external Resource to access a OpenLdap Server. Jndi Name: ProxyLdapResource Resource Type: javax.naming.ldap.LdapContext Factory Class: ...
0
votes
2answers
85 views

new String(byte[]) gives different results when I put it in vs pull it out of the database

Before I save a byte array to the database if I print the output of new String(data) it returns a readable string like "foobar" but after I pull it out of the database, new String(data) will read like ...
0
votes
1answer
224 views

Maven-glassfish-plugin: how to specify deploy target?

I'm using Maven 3.0.4 with maven-glassfish-plugin 2.1 (http://maven-glassfish-plugin.java.net/) and Glassfish 2.1.1. Relevant POM.XML fragment: <profile> <id>deploy</id> ...
0
votes
0answers
205 views

Error 404 while deploying my first web app with glassfish through netbeans

This is my first attempt to develop a web app with an IDE and some mvc framework, so be gentle :) I'm folowing this tutorial https://sites.google.com/site/springmvcnetbeans/step-by-step/#overview . ...
0
votes
0answers
50 views

Glassfish2.1 expects JSP while runing a JSF2.1 application

I am trying to run a jsf 2.1 application on Glassfish2.1. WAR file deploys successfully, but when I run the application, it gives HTTP 404 error. In the log, I can see the following SEVERE: PWC6117: ...
0
votes
0answers
111 views

GWT 2.5 causes server (GF 2.1.1) to hang - multiple RPC connections left with CLOSE_WAIT status

A library upgrade (GWT 2.4.0 -> GWT 2.5.0) was necessary. Unfortunately newer version seems to cause more problems, than it actually solves. A lot of "dead" connections (hundreds of them) are ...
3
votes
1answer
231 views

Java EE 5 security annotations getting ignored on methods in glassfish v2

I have a simple EE5 application with a web client and and an ejb module running glassfish 2. The security annotations in the ejbs on methods are getting ignored, but not those on class level. For ...
1
vote
0answers
77 views

Custom ClassLoader not garbage collected

In an attempt to solve this problem, I built a (very) small project that is reproducing part of it. It is a NetBeans project using Glassfish v2.1.1 and OpenJpa-1.2.2. Globally, the goal is to be able ...
3
votes
2answers
328 views

Classloader is not garbage collected, even without GC roots

We have a complex application running under Glassfish V2.1.1. In order to be able to load our code dynamically, we have implemented a CustomClassloader which is able to redefine classes. The behaviour ...
0
votes
0answers
132 views

java io servlet glassfish

I have to serve large files of size around 500Mbs using servlets. I am using Windows Vista 32bit, Sun JDK1.6.0 and Glassfish2.1 with 2GB RAM. The servlet code is as follows: String ErrorStr = ...
7
votes
1answer
411 views

Glassfish 2.1 EJB 3.0 Exposing local EJB to other applications running in the same domain/jvm

I have an existing project that I am in need of configuring different. This needs to happen without major code changes. I am actually hoping I could somehow do this only with configuration. I have ...
0
votes
0answers
46 views

Glassfish - Do Connectors use the http-file-cache, request-processing and connection-pool resources defined by the http-service?

Does a AJP Connector (Tomcat) or any other Connector use the http-file-cache, request-processing and connection-pool resources defined by the http-service? I am asking this question in reference to ...
0
votes
0answers
96 views

Glassfish 2.1.1 - mod_jk - glassfish-jk.properties doesnt work

I have a Glassfish 2.1.1 deployment fronted by Apache Web Server. Apache speaks to Glassfish over AJP. I want to now change the default pool size of the tomcat-ajp connector that I have deployed ...
0
votes
0answers
33 views

Glassfish Web Service App Downgrade

I've working on neatbeans 7 and GF developing a web service, everything was going fine until I had to publish the web service and find out that GF 3 has no longer publish support, so I installed GF ...
0
votes
2answers
235 views

EntityManager obtained from JNDI lookup is already closed

On our PRE-PROD environment (Glassfish v2.1), we're encountering two RuntimeExceptions from two separate requests to our session bean: "org.hibernate.SessionException: Session is closed!" ...
0
votes
0answers
62 views

Custom Verification of SSL Certificates in Glassfish 2.1

I'm wondering if anyone knows of a way to perform custom validation of SSL certificates in Glassfish 2.1. I am aware that 3.1 has this capability, but my project cannot migrate to that version. ...
1
vote
1answer
851 views

maven-glassfish-plugin in maven-3.0.4

Upon running mvn install glassfish:deploy I run into the following problems [...] [ERROR] Failed to execute goal org.glassfish.maven.plugin:maven-glassfish-plugin:2.1:deploy (default-cli) on project ...
0
votes
0answers
100 views

Error deploying Grails on GlassFish 2.1 Server: BeanDefinitionStoreException

I'm trying to deploy my Grails project in a Glassfish 2.1 server. I'm copying the .war file in the autodeploy directory of the domain. After that, this error appears in the log. The log4j.jar is in ...
0
votes
1answer
96 views

NullPointerException while deploying app on GlassFish Server 2.1

I am getting a NullPointerException when deploying an app on my GlassFish Server 2.1. It doesn't affect anything in my app, as it runs smoothly, but I would like to resolve this error during ...
0
votes
1answer
100 views

jbi-registry.xml: Premature end of file

Sometimes Glassfish - OpenESB-v2.3 gives following error: jbi-registry.xml:1:1: Premature end of file. What did happen here?
0
votes
0answers
29 views

Save and restore session beans

When session expired i need save session beans in some global storage on server. So, i need some service, that receive messages from ejb and save or load beans when session expired and user log in ...
0
votes
0answers
86 views

Glassfish 2.1 + JAX-RS + EJB

I'm trying to create a REST service which in turn calls a EJB to do the work. It works very well on Glassfish 3.x but it needs to be deployed to a production environment which still uses Glassfish ...
0
votes
1answer
161 views

What is the full protocol hierarchy when using Glassfish with IIOP

The setup is Glassfish 2.1.1 and a Java standalone client. Connection is via IIOP. Our client produces an enormous amount of traffic on the wire and I'm trying to find out where this comes from. From ...
0
votes
1answer
423 views

EJB 3.0 timer bean timeout called multiple times in glassfish

We have to implement EJB 3.0 timers and we took the following approach: we created @Stateless beans and injected the TimerService with the @Resource annotation we have implemented a servlet which ...
0
votes
0answers
166 views

Glassfish throws exceptions when using SQL Server but works with MySQL

I have to debug an old application using Glassfish 2.1. In order to reproduce the bug I need to use an MSSQL server 2008 database. When I want to deploy the application I get the following errors : ...
1
vote
1answer
218 views

Can I Install Liferay 6.1 EE in clustered Glassfish 2.1.1?

I have a simple question about installation Liferay 6.1 EE into clustered environment in Glassfish 2.1.1 web application server, the question is can I do that , if yes what I need of configuration if ...
0
votes
1answer
701 views

How do I set logging level in Glassfish?

We are running glassfish 2.1; I want to reduce the chattiness of the logging to server.log but cannot find what config file allows me to do this. (I'm assuming this will use log4J syntax.) thanks!