Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 22474 invoked from network); 7 May 2010 12:17:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 May 2010 12:17:57 -0000 Received: (qmail 44840 invoked by uid 500); 7 May 2010 12:17:57 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 44608 invoked by uid 500); 7 May 2010 12:17:56 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 44350 invoked by uid 99); 7 May 2010 12:17:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 12:17:56 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 12:17:48 +0000 Received: from joe.nabble.com ([192.168.236.151]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OAMUi-00038n-2W for users@jackrabbit.apache.org; Fri, 07 May 2010 05:17:28 -0700 Date: Fri, 7 May 2010 05:17:28 -0700 (PDT) From: lawern To: users@jackrabbit.apache.org Message-ID: <1273234648072-2134064.post@n4.nabble.com> Subject: Is a repository on a network file share possible? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I use JackRabbit 2 in my application as an embedded library. Is it possible to create a repository on a network file share (UNC path: \\my.server\repository)? Currently, I use the following code to create the repository: repository = new TransientRepository(new File("\\my.server\repository")); Unfortunately, I get the following Windows (XP) error message: "Delayed Write Failed" (http://support.microsoft.com/kb/330174) And the following exception in Jackrabbit: javax.jcr.NoSuchWorkspaceException: security at org.apache.jackrabbit.core.RepositoryImpl.getWorkspaceInfo(RepositoryImpl.java:786) at org.apache.jackrabbit.core.RepositoryImpl.getSystemSession(RepositoryImpl.java:985) at org.apache.jackrabbit.core.RepositoryImpl.getSecurityManager(RepositoryImpl.java:471) at org.apache.jackrabbit.core.RepositoryImpl.login(RepositoryImpl.java:1496) at org.apache.jackrabbit.core.TransientRepository.login(TransientRepository.java:360) at org.apache.jackrabbit.commons.AbstractRepository.login(AbstractRepository.java:123) ... Does anyone know a solution for this problem? Thanks, Lars Werner -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Is-a-repository-on-a-network-file-share-possible-tp2134064p2134064.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.