dev@glassfish.java.net

100% CPU on Solaris 10 Sparc

From: Dmitry Mozheyko <mozheyko_d_at_mail.ru>
Date: Wed, 19 Apr 2006 16:02:07 +0400

I install Sun Java System Application Server Platform Edition 9.0 (build b43) from glassfish-installer-b43-nightly-09_apr_2006.jar onto SunOS XXX 5.10 Generic_118833-03 sun4u sparc SUNW,Sun-Fire-V210.

Primary start failed, i find error in forums and add "<jvm-options>-Dcom.sun.enterprise.server.ss.ASQuickStartup=false</jvm-options>" string in domain.xml file.

Server started.

But prstat util show that 100% CPU always used by java-process:
  PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
  506 sun 326M 228M cpu0 0 0 0:40:40 99,9% java/69
...

and 4848 admin-listener and 8080-http-listener without SSL don't work with timeout

For "normal" working i turn on security on admin-listener, but CPU using still 100%

only after DELETING(not disabling) http-listener1 8080 and RMI-IIOP listener 3700, cpu using become to normal state.

How to use GlassFish on Sun platform?