A NullPointerException in the container during the request processing
I changed something in webcontainer / timeout or maybe thread-pool, now I even can't remember and I have following errors on glassfish start (it binds and listen on :4848 but blank page in browser and...
View ArticleSeperate Web layer and EJB layer modules
Hi,I want to create Seperate Web layer and EJB layer modules.Web Layer - JSP/Servlets Business Llayer - EJB 3I want to develop separate projects for web layer (.war) and for Business layer (.jar). I...
View ArticleRe: Cannot perform CDI in Glassfish 4.0.0.201304141926
On Wed, May 8, 2013 at 1:53 PM, agks mehx wrote:> Hi,>> I am having trouble with an extremely simplified CDI example in Glassfish> 4.0 which I downloaded from with Eclipse Kepler. The...
View ArticleX-Forwarded-Proto is not honored
Hi guys,I have a glassfish 3.1.2.2 instance running behind an AWS Elastic Load Balancer, which terminates the SSL. I have deployed an app on glassfish under /mycontext and there is nothing deployed on...
View ArticleGlassFish hosting
Hi all,I'm currently teaching Java EE (using GlassFish) to undergraduate students, and am struggling to find a suitable hosting service. What I'm looking for is a hosting service that:* is free, or at...
View ArticleNoSuchThreadPoolException and NameNotFoundException after hours started
Hello, I have same applications in a server Glassfish 3.1.2.2 and after hours started his consumes was 100% of machine processor and in log a error "NoSuchThreadPoolException" like this...
View ArticleHow to monitor the memory used by each webapp deployed?
Hi,I use GF 3.1.1 and would like to know if there is some plugin or external software that may analize the webapps deployed in a GF server, checking the resources used, mainly the RAM used during some...
View ArticleMigration from glassfish v2 to v3 tp2
Hello My application was made on glassfish 2.1, netbeans 6.1 and jsf 1.2. I want to migrate my glassfish frm 2.1 to ve tp2 keeping the same version of netbeans 6.1 and jsf 1.2. When i run my...
View ArticleHow to prevent Glassfish domain shutdown 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...
View ArticleExample for Working
Dear all,I started using Sun resources files to configure the JMS resources in a GlassFish 3.1.2.2 installation. The added connection factories and destinations are working but they don't show up in...
View Articlejavax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL
Hi!I'm just evaluating GLF 4.0_b68 and discovered, that the JSF context parameter javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is not honored anymore: Empty fields are processed as ""...
View Articleproblem startup singleton deployed in webapp can't load resource in...
Hello,I'm having trouble where I have a webapp that I am deploying to glassfish 3.1.I've added a startup singleton to do some initialization and keep configuration values.This startup singleton ejb...
View ArticleRE: problem startup singleton deployed in webapp can't load resource in...
I would expect the original code to work.SahooSent from my Android phone, please excuse me for its brevity.-----Original Message----- From: Marina Vatkina [marina.vatkina@oracle.com] Received: Friday,...
View ArticleIs there a maven-embedded-glassfish-plugin 4.x other than SNAPSHOT ?
Hi all,I'm trying to use the maven-embedded-glassfish-plugin to run an application with GlassFish 4.x. The only version of the plugin I can see is a 4.0-SNAPSHOT...
View Articleglassfish not seeing an executable in PATH
Hi,I am running a Perl script under glassfish3.1.2.2 and it cannot "see" a particular executable (ncdump from NCL). This binary is perfectly accessible at the command line where env|grep PATH shows...
View ArticleEJB dependency library not found during server start-up
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. I deploy it using asadmin and the --libraries option to declare the...
View ArticleHow configure Glassfish to use embedded and remote queue broker ?
Hi, I have two servers, both Glassfish. They need to communicate with each other and this should be implemented on JMS. But I have a problem to configure server to connect to remote queue from Message...
View Article