users@glassfish.java.net

admin-keyfile issue

From: NBW <emailnbw_at_gmail.com>
Date: Thu, 29 Jul 2010 16:51:09 -0400

In process of tracking down a java.io.IOException: Too many open files I
noticed that the admin-keyfile is constantly being opened, read and closed
by Glassfish. It seems to be happening about once a second generating 15
related system file IO calls each time. What's the purpose of this being
checked so frequently? I'm running GF 3.0.1 on Win32 / WIndows Server 2008
w/JDK 1.6.0_20 and monitoring the process using Process Monitor [1].

Also every 5 seconds it seems to be polling all the jars in the
modules\autostart directory.

Is there anyway to tune the frequency of this?

-Noah

[1] http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx