This error is raised usually when your application closed to fast, because of an exception or error. The repository has not been correctly closed. Or you have multiple thread trying to open sessions on the same repository at the same time.
If you can't find, try a repository.shutdown() before leaving, and see if it helps. Frédéric Esnault - Ingénieur R&D -----Message d'origine----- De : siraj ahmed [mailto:[EMAIL PROTECTED] Envoyé : mercredi 20 juin 2007 14:08 À : [email protected] Objet : exception I am getting this problem when ever I restart my application , any solution to avoid this regualarly its very helpful........ javax.servlet.ServletException: The repository home at c:\temp\Blogging appears to be in use since the file at c:\temp\Blogging\.lock is locked by another process. at com.onjava.blog.util.JackrabbitPlugin.init(JackrabbitPlugin.java:43) at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:869) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:336) at javax.servlet.GenericServlet.init(GenericServlet.java:211) at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932) at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3951) at org.apache.catalina.core.StandardContext.start(StandardContext.java:4225) at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1089) at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1187) at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:292) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1305) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1569) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1578) at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1558) at java.lang.Thread.run(Thread.java:595) ----------------------------------------------------------- Hurix Mumbai telephone numbers have changed. New numbers are: Mumbai 1: Simran Center - +91 22 6677 4888 Mumbai 2: Solitiare Center - +91 22 6709 6888 =========================================================== ***Disclaimer*** This email, and any attachments ("this email"), is confidential. If you are not the addressee please tell the sender immediately, and destroy this email without using, sending or storing it. Any opinions, express or implied, in this email, are those of the sender, and are not necessarily approved by Hurix Systems. Except as expressly stated, this e-mail should not be regarded as an offer, solicitation, recommendation or agreement to buy or sell products or services, or to enter into any contract. E-mail transmissions are not secure and may suffer errors, viruses, delay, interception and amendment. Hurix Systems does not accept liability for damage caused by any of the foregoing. HURIX SYSTEMS MAY MONITOR ALL INCOMING AND OUTGOING MAILS ============================================================
