a) Foglight Management Server (FMS) server crashes with an exception :
java.io.IOException: Too many open files
at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:145)
at com.sitraka.pas.nexus.comm.ConnectionListenerService.run(ConnectionListenerService.java:220)
at com.sitraka.pas.nexus.comm.ConnectionListenerService.access$000(ConnectionListenerService.java:47)
at com.sitraka.pas.nexus.comm.ConnectionListenerService$1.run(ConnectionListenerService.java:173)
or
b) Foglight Agent Manager (FglAM) server crashes or loses connections
2012-07-10 14:03:47.686 ERROR [Quartz-434] com.quest.glue.core.agent.PersistAgentStatesTask - An unexpected error occurred which may cause undesired behavior. You may want to contact Quest Software customer support if you see this error again: Could not write state to /quest/Quest_Software/Foglight_Agent_Manager/state/default/agents/agentproperties.cache
java.io.IOException: Too many open files
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1704)
at java.io.File.createTempFile(File.java:1792)
at com.quest.glue.core.agent.PersistAgentStatesTask.persistAgentStates(PersistAgentStatesTask.java:173)
at com.quest.glue.core.agent.PersistAgentStatesTask.execute(PersistAgentStatesTask.java:95)
at com.quest.glue.core.scheduler.quartz.QuartzScheduler$ScheduledTaskSequentialJob.execute(QuartzScheduler.java:716)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
The cause of the Java exception is that the FMS or FgLAM tried to open a new file but the resource limits have been hit for the maximum number of files open for a single process.
This can be due to a resource limit set in the UNIX shell or imposed by the operating system (kernel) limits.
To increase the resource limits for the :
Please refer to your Unix or Linux documentation for the specific method for your Operating System to raise the number of total open file descripts that can be used by the whole system.
Example third-party references include:
https://blogs.oracle.com/elving/entry/too_many_open_files
https://bugzilla.redhat.com/show_bug.cgi?id=116133
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center