I develop java applications using the Glassfish application server and when I deploy/undeploy applications the CPU usage of the Dock in Mac OS X shoots up to >100% and the system becomes unresponsive for 1-2 minutes.

Glassfish is not run from the dock, it's started manually using a shell script so I don't see what the Dock has to do with it.

Any ideas why this is happening?

link|improve this question

How big is the application you're deploying to Glassfish? What version of Glassfish? There are bugs that come up about slow deployment from time to time (for example: java.net/jira/browse/GLASSFISH-17094). – Jim Feb 3 at 16:24
Glassfish 3.1.1, also happens on latest 3.1.2-b20. The war is about 30Mb, Java EE, Hibernate... and I would usually expect it to take a minute or two to fully deploy so it's not really the time involved but the fact that it interferes with the Dock making it impossible to switch to other apps etc. during the deploy/undeploy. It is worse on undeploy via either the admin console or asadmin, the logs and gui indicate that the app has successfully undeployed but the dock process subsequently goes to 100% cpu for a minute or more. – Phill Feb 6 at 19:44
feedback

migrated from serverfault.com Feb 3 at 16:18

This question came from our site for system administrators and desktop support professionals.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.