How to configure Glassfish 3.1.2.2 that I can use admin service remote with...
I need a way to use Glassfish 3.1.2.2 admin service (REST call to deploy and configre) from a remote machine and from local machine (command line, REST and applications).It is clear that for remote...
View ArticleProblem deploying ears on CentOS
I have a JEE6 application (including resource adapters) that works perfectly when run within the Netbeans 7.2 IDE on Windows 7 x86_64 (with Oracle JDK 7).However when I run the same ears on CentOS 6.4...
View ArticleReminder ... Re: Java EE 7 Live Webcast: Register Now!
Just a reminder that Java EE 7 launch webinar is scheduled for tomorrow.Register at: http://bit.ly/JavaEE7LaunchDon't miss this exclusive webinar with tons of new content.Thanks, ArunOn 5/20/13 10:50...
View Articlerecent gfv4trunk builds has missing artifacts
i have regularly been updating my svn checkout of gfv4trunk and building - usually once per week.This last wkend - after update the build would fail.How should I proceed to fix this issue ?thanks-Gary
View ArticleClustering two standalone servers
HiI am currently investigating the porting of our product to Glassfish 4. We have a couple of scenarios in which we make use of distributed cache to form our own "Domain" of non-homogenous server...
View ArticleGlassfish 3.1.2.2: CDI in OSGi webapp with JSF2
Hi,I'm trying to put together a hybrid OSGi/EE6 web app, using the maven-bundle-plugin to build my WAR. The project includes CDI beans which are being referenced in the JSF pages. When deploying to...
View ArticleHow to change the server name of the top level DAS/Standalone Server
I have installed glassfish 4 and want to override the server name for the default server profile.<server name="bill" config-ref="server-config">Â Â Â Â Â <application-ref ref="__admingui"...
View ArticleEJB connection between glassfish servers
Hello I'm facing this problem: I'm traing to consume a remote ejb published on glassfish from my bean. I have followed up all the steps descripted on your web but I can't connect with the remote bean....
View Articleglassfish undeploy problem
my server glassfish 3.1.1 open source editionand i create a deploy.sh to deploy my apps deploy.sh content : mvn clean mvn install -Dmaven.test.skip=true mvn glassfish:undeploy mvn glassfish:deployand i...
View ArticleVideos hosted on glass fish server are not buffering and playing in Windows 8...
i am facing an issue from a 2 months.I have a glassfish server where my videos are hosted but when i tried it to access it with My Windows 8 application videos do not buffer and play else it is...
View Articlejdbc realm FINE: [Web-Security] hasResource isGranted: false
Hello , I have a problem with JDBCREALM the authentification pass correctly , but i'get an acces denied user:M1 role : admin group g_admin this is my server.log :FINE: [Web-Security] Setting Policy...
View ArticleAlways using DerbyPool
I wanted to create a DB2 Connection Pool and a datasource with v4 final.Unfortunately my servlet did not use the DB2 pool but the Derby pool (see first exception). Entry in domain.xml pointed correctly...
View ArticleGFv4, WebSockets sample app
Folks;not sure whether it's Glassfish or just me: Downloaded the NetBeans+GFv4 bundle. Followed Aruns pretty good write-up / chat tutorial [1]. Built. Deployed. Outcome: It's "not working". Not much...
View Articleglassfish-ejb-jar.xml parsing error deploying a MDB on GF4.
hi,I've just come across an issue deploying an MDB on Glassfish 4 parsing the glassfish-ejb-jar.xml file. I am not sure what's wrong, the same thing works on Glassfish 3.1.x. Can anybody please tell me...
View ArticleHow to debug Glassfish itself
Hi,I have checked out the GF sources and I'm able to successfully compile the whole glassfish project in netbeans.My question is, how can I debug the glassfish project in netbeans, so I can watch the...
View ArticleUse of WS-AtomicTransaction from a standalone java client
Is it possible to to control the transaction boundary from a standalone java (7) client when calling a web service in glassfish (4.0) which is implemented to participate in WS-AtomicTransaction.The...
View ArticleDefault logging.properties file location in 3.1.1
Hi, I am using 3.1.1 glassfish server. Where i need to place the logging.properties file in the server location. It contains log file path. Whenever application got initialized, it should create log...
View ArticleHTTP Status 403-Access to the requested resource has been denied.
Hi: I am getting the error when I log in: Any help to resolve is highly appreciated. Here is log file:...
View Articlehow to have multiple web services in single web app
Using Netbeans it is easy to create a JAX-WS web service.I can even create multiple web services in single web app - but when I deploy I get errors - SEVERE - msgs about different services being...
View Articlestart/stop-instance does not work when nodedir is not default
Hi,I have a problem with the following command: asadmin --user gf_user --passwordfile /tmp/.gf_pwd --port 32152 stop-instance --force=true --kill=true inst0 remote failure: Failed to stop instance...
View Article