GlassFish is a Java EE 6 application server.

learn more… | top users | synonyms

0
votes
0answers
15 views

PermGen space when starting Glassfish Node Agents instance

I have stop a node agent and start it using command prompt. Then i log in to admin console and check that node agent. Though the node agent instance statues shows as Running, the instance name under ...
0
votes
0answers
82 views

Loading a file for each petition (servlet-Glassfish)

I`ve a servlet running in Glassfish and I would like to know what is the best way to manage the following situation: I'm gonna receive several petitions in my servlet and for each petition I need to ...
0
votes
0answers
19 views

How I can create new user from Java class to GlassFish?

I'm creating a basic web application where user can register and then login. Obviously there is registration, login and login error page. I'm using GlassFish server for authentication. I would like ...
-1
votes
0answers
20 views

Glassfish 3.1.2.2 cluster

I have a Glassfish 3.1.2.2 cluster made up of 5 nodes and 1 DAS, each on a different machine. 4 nodes and DAS are on the same network, but the 5th is on a different network. Our system administrator ...
0
votes
0answers
30 views

Failed to create EJB in REST service

I have a problem with injecting EJB inside of a REST service (using jersey on glassfish 3.2 server) and I'm puzzled. I have an EJB interface declared as: import javax.ejb.Local; @Local public ...
0
votes
0answers
30 views

Glassfish deployment exception

I'm developing a JavaEE application on Glasfish Application Server. I'm developing so I'm continously deployig/undeploying the application. Everything has worked great until few hours ago when I got ...
0
votes
0answers
21 views

JSF direct a subdomain to a page

A JSF application is running in a GlassFish (configured to listen to port 80) server which is hosted in a virtual server and can be accessed through internet like "www.healthdept.lk". Under the ...
2
votes
2answers
74 views

License for Glassfish javax.servlet servlet-api version 2.5?

Anyone know where I can find proof of the license for javax.servlet:servlet-api:jar:2.5??? The META-INF/MANIFEST.MF file in servlet-api.jar file indicates that it is a component of the Glassfish ...
0
votes
1answer
27 views

JAAS configuration from Tomcat to Glassfish

I understood all three JAAS Elements: JAAS Client Login Module JAAS Config file But I am confused where/how to change tomcat Context to Glassfish context. Current Tomcat Context : <Context ...
0
votes
1answer
23 views

Running Maven project on glassfish server

I want to run web based Maven project on glassfish server. I am totally new on maven. However, i have successfully build the maven project and glassfish server is up and running also. Moreover, there ...
0
votes
0answers
38 views

WARNING: RAR5117 : Failed to obtain/create connection from connection pool

can anyone help here, WARNING: RAR5117 : Failed to obtain/create connection from connection pool [ mprPool ]. Reason : com.sun.appserv.connectors.internal.api.PoolingException: WEB9031: ...
0
votes
1answer
21 views

Shared libraries in glassfish using maven

I need to setup a shared library in a glassfish server using maven to avoid a huge generated ear when I need to deploy my application. How can I do that?
0
votes
0answers
35 views

Adding new methods to RESTful web service (error)

I have a MySQL database that has two tables content and message tables. I have tried to expose these two tables as a Restful web service using netbeans. I followed this tutorial. ...
0
votes
0answers
45 views

Thrown exceptions while deploying EJB Module with Eclipse using Glassfish 3.1

My problem is about eclipse and glassfish 3.1 I create simple EJB Project using Eclipse wizard; choose runtime server (glassfish 3.1, downaload all needed files by Eclipse) and all is ok. After i ...
3
votes
0answers
91 views

Glassfish taking 20s to do hot deployment, is that right?

I'm working in a JSF project with Eclipse and Glassfish 3.1.2. Every time I did a minor change and save it, Glassfish do the hot deployment, but is taking too much time to do that, about 20s, at ...
0
votes
0answers
20 views

Glassfish alternatedocroot failing to return png file

I have searched and read for a long while and I cannot see where I am going wrong. In my glassfish-web xml I have this property <property name="alternatedocroot_1" value="from=/x/member/pictures/* ...
0
votes
0answers
24 views

Maven Glassfish plugin constantly crash on deployments

I get this error in the log after trying to deploy the application with the Maven Glassfish plugin. What is causing this? # # A fatal error has been detected by the Java Runtime Environment: # # ...
0
votes
0answers
12 views

descriptor does not load in glassfish 3.1

I have three .war files that I am trying to load on glassfish. Two of them can not load descriptor web.xml and sun-web.xml and thus do not load any of the modules and libraries associated with my war ...
0
votes
0answers
9 views

environmental variables such as com.sun.aas.installRoot location

I was wondering where are the variables named as reverse domain are specified and located? So, for example ${com.sun.aas.installRoot location} - how do I look up the path it points to on windows ...
0
votes
0answers
15 views

Glassfish upgrade tool

I'm trying to upgrade a project from GF 2.1 to GF 3.1. When running asupgrade.bat and providing the following: Source Domain Directory: C:\Sun\AppServer\domains\domain1 and Target Domains Root ...
0
votes
3answers
73 views

How to boost Eclipse and Glassfish speed to development?

Recently I bought a good computer with processor i5 3570k and 16GB of RAM, I wonder if there's a way to increase my Eclipse and Glassfish speed, to they can work together to startup and do the hot ...
0
votes
1answer
45 views

Log4j error during deploing web application

I have a problem, I try to deploy my web project in glasfish 3.1.2, it is works fine but throws the following error, please help me to understand what is the problem SEVERE: log4j:ERROR log4j called ...
0
votes
1answer
40 views

How do I inject a JMS resource in a JAX-RS REST Web Service?

Using GlassFish 3.1.2.1, I have configured a JMS connection factory and a queue, which can be injected in JavaServer Faces managed beans using the @Resource annotation. However when I try to use ...
0
votes
1answer
25 views

JDBC Security Popup on Glassfish 3.1.2.2

I am running a JSF application on Glassfish 3.1.2.2 with JDBC Realms authentication. I was wondering if there was anyway that I can disable the login popup that appears whenever someone tries to ...
0
votes
1answer
50 views

Automatically compute hash value for password field

Is there any way to tell Glassfish that the hash value for a certain data member of an entity class should be calculated and stored in the database instead of the original value?
0
votes
2answers
28 views

Transfer binary and text data to Glassfish

I need to transfer a large amount of data like video or audio from java based client (stand alone app or Android) to Glassfish 3.1.2 application server. The stream should contain text and binary data. ...
0
votes
3answers
66 views

logback value from web.xml in file appender

I am developing Java web application for Glassfish server. I have problem with setting path for File appender. I would like to use variable which is defined in web.xml. Web.xml: ...
0
votes
2answers
92 views

Login with custom Java EE Realm

I've created a Java EE Application with glassfish and netbeans. I installed the custom flexible jdbc Realm from here. I followed all the instructions and used the properties which are shown ...
0
votes
0answers
106 views

JMS Chat application using Spring and GlassFish

I'm trying to get a simple Spring JMS Chat application to work on GlassFish. I think my problem has to do with how my JndiTemplate bean is setup. Here's what I have so far... -- Chat.java -- ...
0
votes
0answers
32 views

GF 4 and JSF 2.2 logging

I trying to use newest GF 4 and JSF 2.2 and I can't see any logging output from my app. Neither system.out.print nor java logger not gives any output to log. Is there an known issue or ...
0
votes
1answer
108 views

Glassfish 3.1.2 “Could not resolve a persistence unit corresponding to the persistence-context-ref-name”

My project has the following structure: EAR (derp.ear) | |____ derp-ui.war | |____ busctrl.jar | |____META-INF | | _______ ...
0
votes
0answers
49 views

Call to JPA (OpenJPA) within remote EJB fails the first time after deploy of application

I'm having a strange problem in our EJBs that are running on a Glassfish 3.1 using OpenJPA. Firste there's our Enterprise-Application 'businessBeans' that handles all the JPA/Entity-Stuff. It offers ...
1
vote
0answers
20 views

content-type; charset missing a space

Using JAX-RS and Glassfish 3.1.2 I am trying to get the charset added to the content-type. I've tried a few of the answers on SO, but I have one issue: @Produces( { MediaType.APPLICATION_JSON + ...
0
votes
0answers
19 views

Installing glassfish

I am trying to install Glassfish (2.1) on my computer. I installed jre6, but when I launch sges-2_1_1-windows.exe, it throws me an error saying that can't find Java (TM) 2 Runtime Environment. So, I ...
0
votes
1answer
47 views

HTTP Status 503 on Sun Java System Application Server 9.1_02 (build b04-fcs)

We are replicating our Production application to our DR machine. Our application is a web app using Hibernate Spring and Struts2 framework running on a Sun Java System Application Server 9.1_02 ...
1
vote
2answers
139 views

using the context-root from glassfish-web.xml in glassfish3

We recently switched to Glassfish 3.1.2.2 and have several Web-Applications packaged as war files. At times the desired context-root for these applications differs from the filename. Back when we ...
0
votes
1answer
29 views

Reinstalling glassfish into the directory of previous installation?

I am new to Glassfish and I have some minor problem that I don't know how to fix. I unistalled Glassfish 2.1.1 from a directory and now I can't install it into the same directory path. I unistalled ...
0
votes
0answers
79 views

Glassfish 3.1.2.2: @WebServiceProvider deployment fails: DPL5041 : Unknown port-component-name

I am having problems to get a @WebServiceProvider web service deployed in Glassfish 3.1.2. I configured the glassfish-ejb-jar.xml the following way for my service. <ejb> ...
0
votes
1answer
39 views

Banking API queried by Javascript

I am finalising a college project and I am stuck. I have created an API in netbeans and it is working fine. Returing e.g. <?xml version="1.0" encoding="UTF-8"?> <accountholder> ...
0
votes
1answer
57 views

Deploying java project to remote glassfish server

We have a project made in netbeans 7.3 and are about to deploying this to a remote glassfish server, everything is configured and set up properly and the connection pools for our project are also ...
1
vote
0answers
32 views

ejb ref resolution error for remote business interface on jsp

Before occuring this exception I had two projects Paging -> a simple struts2 web application using EJBs Simple PagingWithAjaxJSON-ejb -> EJB app referenced by above project. Everything was working ...
0
votes
1answer
28 views

@InjectParam not working as expected

I have a peculiar problem.The @InjectParam works on tomcat but not on glassfish. It is just null in glassfish. Any reasons for this? public class RestControllers { private static Log ...
0
votes
0answers
25 views

Reduce the file upload timeout (Glassfish / Commons-fileupload)

I have a quite uncommon problem : i want to reduce time before a timeout while uploading a file! I use the library commons-fileupload (v1.3) to upload files with multipart/form-data on my glassfish ...
1
vote
1answer
50 views

make servlet filter applicable for all web applications in EAR

I am developing a web application using JSP & Servlets. I have developed a servlet filter for Login purpose. Which checks whether user is logged in or not, if user is logged in then it allows ...
0
votes
1answer
84 views

Java EE “wait” concept

What is the best solution for an ejb that needs to "wait" for data? I have an ejb that goes and checks a database table for some data, if the data is not there it needs to wait x number of seconds and ...
0
votes
0answers
77 views

Spring Framework using SQL Server 2008 and sqljdbc4.jar

I'm building a web appa nd using Srping Framework. I did the tutorial: https://sites.google.com/site/springmvcnetbeans/step-by-step/ and thought I would easily be able to convert it to the SQL db ...
0
votes
0answers
23 views

junit assertions in server.log (using cactus to test ejbs in glassfish)

I am running junit tests thru cactus 1.8 to unit test ejbs running inside glassfish. The log statements in the junit tests are going into the server.log. However, if there is a assertion failure in ...
0
votes
2answers
32 views

EJB Injection failure on deploy

I've got a problem exxh EJB's. First of all, my setup: I am using GlassFish & JEE6. I got a REST-Service packaged as a WAR and a bean packaged as an EJB-Jar. They are not inside an EAR. The EJB ...
0
votes
0answers
59 views

Web Service with glassfish and tomcat

I have generated a RestFul web service using NetBeans 7.2.1, Tomcat 6+ and MySQL, but When I test this Web Service I get the following exception: java.lang.RuntimeException: ...
0
votes
1answer
42 views

glassfish3.1.2.2: com.sun.jersey.oauth.signature.UnsupportedSignatureMethodException: anymethod

I tried to implement jersey-oauth with the following environment: glassfish 3.1.2.2 with Netbeans 7.3 as IDE jersey 1.17 which I manually upgraded jersey jars on glassfish/modules jersey-oauth 1.17 ...

1 2 3 4 5 69