admin console shows content intended for production
Hi,I have encountered multiple times an issue that admin console stops working (usually after reporting some exception) and after that admin console does not work at all. Restart or undeploying...
View ArticleClass not found when i run a App client . what jar i have to add to classpath?
hi. i have deployed a web application. i get the following exception:java.lang.ClassNotFoundException: org.glassfish.api.admin.ProcessEnvironmentjava.lang.RuntimeException: Error launching or running...
View ArticleHow to create a startup module
How can I create a startup module for GlassFish 3.1.2?Chapter 13 of the Sun GlassFish Enterprise Server v3 Application Development Guide explains in detail how to create a Lifecycle Listener Module but...
View ArticleOSE 3.1.2.2 HTTPS ssl client auth , list of trusted CAs
Hi experts,looking at the docs and googling around I could not find a description how to specify which client certs should be trusted during ssl-client auth.I thought this will work by adding the...
View ArticleOSGi EJB injection requires full JNDI path lookup
Hello, all!I'm currently developing a proof-of-concept application using OSGi bundles to deploy EJB's, API modules, etc. Everything is working as excepted and hoped with one rather uncomfortable...
View Articlewebapp requiring a newer version of a module
I have a web app, running in glassfish v3.2, and which requires a more recent version of javamail (javamail 1.5). What is the cleanest way to solve this dependency ? Just stuffing the new mail.jar in...
View ArticleGlassfish GUI admin not showing correctly started clusters or instances
Hellow,I have a problem concerning my glassfish admin gui. When I click on a started cluster it won't show me the correct status of that cluster or instance. For the moment all my clusters are not...
View Articlecouldn't deploy any project with ejb module
when deploying any enterprise application which contain ejb module, I got a...
View Articleprefs.xml(java.utils.prefs.Preference) automatically refrsh by Glassfish
In my current application we are using Glassfish to deploy my ear file and We read the user specific values from different places and store it into java.util.prefs.Preference to user it latter. We also...
View Article@Resource causes exception when deploying to GlassFish 3.1.2.2
Hi there, I want to use the timer service in my EJB. But when I use the following code[...] @Stateless public class MyClass { @Resource private javax.ejb.TimerService timerService; [...] }I always get...
View ArticleCustom realm - access to request and session?
Hi all,I implemented a custom realm by extending 'AppservPasswordLoginModule'. Everthing works fine but I need to pass a parameter to my web app. Is it possible to access the request or the...
View ArticleContinuous deployments - Backup running DAS Glassfish v2.1.1
hello,I am new to Glassfish so please bear with me. Please let me know if I've left off any critical information.We currently deploy application releases using a custom script which runs a asadmin...
View ArticleOverride log file location embedded glassfish
Is it possible to change the location of the log files using glassfishProperties.setProperty("","") method in embedded glassfish ? Please provide a link to details on valid key values for the...
View ArticleAccess glassfiwh apps from LAN network
Hello there,I am developping an application hosted on Glassfish v3.1 (on Windows 7) and I would like to be able to access the application from other devices on my local network (iPad, iPhone, other...
View ArticleGlassFish 3.1.2.2 got Interrupting idle Thread: http-thread-pool-* Exception...
Hey @all,recently my glassfish frequently got the message : GRIZZLY0023: Interrupting idle Threadand also the connection message: Connection could not be allocated because: Communications link...
View ArticleWARNING: RAR5038:Unexpected exception while creating resource for pool...
Hi, I'm an Italian student and unfortunately I do not speak English well yet. I write to you using google translator to optimize the time: D I have the following problem:WARNING: RAR5038: Unexpected...
View ArticleRMI-IIOP performance issues
We are evaluating migrating an EJB app from Web logic to Glassfish v3. There are ejb services running on the app server, which are invoked by remote stand-alone clients. The RMI-IIOP implementation of...
View ArticleOpen ESB monitoring
Please, i need help. I'm new to OpenESB (GlassFish ESB) and i need to know if there exist any solution for monitoring input and output of ESB components and BPEL processes with relating the monitoring...
View ArticleProblems with remote EJB in GF 3.1.2.2
Folkses,I'm in desperate need of help. I currently try to get to grips with JEE (6) and EJB. While makeing my way trhough various tutorials I keep running into problems with remote EJBs. I use Netbeans...
View ArticleDebian 7 doesn't boot GlassFish, but can start it manually
I have installed GlassFish on Debian 7 and used the "asadmin create-service" command, which produced /etc/init.d/GlassFish_domain1 and /etc/rc2.d/S20GlassFish_domain1 (and other) files. I can start...
View Article