Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 67196 invoked from network); 18 Apr 2011 18:59:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2011 18:59:45 -0000 Received: (qmail 93466 invoked by uid 500); 18 Apr 2011 18:59:45 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 93400 invoked by uid 500); 18 Apr 2011 18:59:44 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 93392 invoked by uid 99); 18 Apr 2011 18:59:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 18:59:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 18:59:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6568BA7C75 for ; Mon, 18 Apr 2011 18:59:06 +0000 (UTC) Date: Mon, 18 Apr 2011 18:59:06 +0000 (UTC) From: "Kevan Miller (JIRA)" To: dev@geronimo.apache.org Message-ID: <1767800939.65195.1303153146412.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1234508990.63945.1303115645699.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (GERONIMO-5915) IOException reading directory monitor state from .DirectoryMonitor java.io.EOFException appear in geronimo.log file as info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller resolved GERONIMO-5915. ------------------------------------ Resolution: Fixed Fix Version/s: 3.0 Cleaned up log message. In particular, removed the exception... This is not an error. > IOException reading directory monitor state from .DirectoryMonitor java.io.EOFException appear in geronimo.log file as info > --------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-5915 > URL: https://issues.apache.org/jira/browse/GERONIMO-5915 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: commands > Affects Versions: 3.0 > Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101209_70480 (JIT enabled, AOT enabled) > Reporter: Tina Li > Assignee: Kevan Miller > Priority: Trivial > Fix For: 3.0 > > > 1.Use April 15 build of Geronimo server > 2.Start the server using command: startup.bat under /bin directory if the server is not started > 3.Check geronimo.log and found the info : > 2011-04-18 16:21:26,640 INFO [DirectoryMonitor] IOException reading directory monitor state from .DirectoryMonitor > java.io.EOFException > at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2298) > at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2767) > at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:794) > at java.io.ObjectInputStream.(ObjectInputStream.java:294) > at org.apache.geronimo.deployment.hot.DirectoryMonitor.readState(DirectoryMonitor.java:241) > at org.apache.geronimo.deployment.hot.DirectoryMonitor.(DirectoryMonitor.java:137) > at org.apache.geronimo.deployment.hot.DirectoryHotDeployer.doStart(DirectoryHotDeployer.java:180) > at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:975) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105) > at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127) > at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:560) > at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386) > at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:460) > at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:226) > at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:702) > at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:211) > at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:91) > at org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:107) > at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:65) > at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) > at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira