Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 6413 invoked from network); 10 Sep 2007 11:57:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 11:57:23 -0000 Received: (qmail 38110 invoked by uid 500); 10 Sep 2007 11:57:15 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 38083 invoked by uid 500); 10 Sep 2007 11:57:15 -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 38074 invoked by uid 99); 10 Sep 2007 11:57:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 04:57:14 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 11:57:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IUhso-0006Ox-LK for users@jackrabbit.apache.org; Mon, 10 Sep 2007 04:56:50 -0700 Message-ID: <12591285.post@talk.nabble.com> Date: Mon, 10 Sep 2007 04:56:50 -0700 (PDT) From: "Andrea K." To: users@jackrabbit.apache.org Subject: Re: Strange error on Windows Server In-Reply-To: <5f211bd50709100329w73fd2645r3e284bdae1fe31c1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: akregar@alteanet.it References: <12589383.post@talk.nabble.com> <90a8d1c00709100320s438a5753o7ae803aa5fd430fa@mail.gmail.com> <5f211bd50709100329w73fd2645r3e284bdae1fe31c1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Yes, it is. Probably my server lost some user rights like write on temp dir... very strange. The problem, I think, is related to OC4J rather than JR. I search to solve it.. thanks in the meanwhile. Thomas Mueller-6 wrote: > > Hi, > > Sorry, forget what I wrote. The problem is with createTempFile, not > with the directory /meta > > Thomas > > On 9/10/07, Stefan Guggisberg wrote: >> On 9/10/07, Andrea K. wrote: >> > >> > Today I woke up with this error on my Oracle 10g App Server with JCA >> deployed >> > Jackrabbit. >> > Doeas anyone know what can be? The server is in cluster with a twin >> server >> > that works correctly. >> > >> > Thanks in advance. >> > >> > >> > ERROR OracleFileSystem:383 - failed to open output stream to file: >> > /meta/rep.properties >> > java.io.IOException: The system cannot find the path specified >> > at java.io.WinNTFileSystem.createFileExclusively(Native Method) >> > at java.io.File.checkAndCreate(File.java:1345) >> > at java.io.File.createTempFile(File.java:1434) >> > at >> >> this issue seems to be non-jackrabbit related. the following call fails: >> >> java.io.File.createTempFile("bin", null, null); >> >> maybe the system property "java.io.tmpdir" points to an inexistent >> directory? >> that would at least explain the exception message ("cannot find the >> path"). >> check the javadoc of said method. >> >> or maybe it's related to your cluster setup? >> >> cheers >> stefan >> >> > >> org.apache.jackrabbit.util.TransientFileFactory.createTransientFile(TransientFileFactory.java:124) >> > at >> > >> org.apache.jackrabbit.core.fs.db.OracleFileSystem.getOutputStream(OracleFileSystem.java:322) >> > at >> > >> org.apache.jackrabbit.core.fs.BasedFileSystem.getOutputStream(BasedFileSystem.java:135) >> > at >> > >> org.apache.jackrabbit.core.fs.FileSystemResource.getOutputStream(FileSystemResource.java:179) >> > at >> > >> org.apache.jackrabbit.core.RepositoryImpl.storeRepProps(RepositoryImpl.java:1083) >> > at >> > >> org.apache.jackrabbit.core.RepositoryImpl.loadRepProps(RepositoryImpl.java:1063) >> > at >> > >> org.apache.jackrabbit.core.RepositoryImpl.(RepositoryImpl.java:249) >> > at >> > >> org.apache.jackrabbit.core.RepositoryImpl.create(RepositoryImpl.java:521) >> > at >> > >> org.apache.jackrabbit.jca.JCARepositoryManager$Reference.create(JCARepositoryManager.java:167) >> > at >> > >> org.apache.jackrabbit.jca.JCARepositoryManager.createRepository(JCARepositoryManager.java:75) >> > at >> > >> org.apache.jackrabbit.jca.JCAManagedConnectionFactory.createRepository(JCAManagedConnectionFactory.java:289) >> > at >> > >> org.apache.jackrabbit.jca.JCAManagedConnectionFactory.createConnectionFactory(JCAManagedConnectionFactory.java:124) >> > at >> > >> oracle.j2ee.connector.OracleConnectionManager.getBindObject(OracleConnectionManager.java:177) >> > at >> > >> com.evermind.server.connector.ApplicationConnectionManager.initOutbound(ApplicationConnectionManager.java:863) >> > at >> > >> com.evermind.server.connector.ApplicationConnectionManager.init(ApplicationConnectionManager.java:297) >> > at >> > >> com.evermind.server.connector.deployment.ConnectorArchive.createConnectionManager(ConnectorArchive.java:1140) >> > at >> > >> com.evermind.server.connector.deployment.ConnectorArchive.startOutboundConnectionFactories(ConnectorArchive.java:869) >> > at >> oracle.j2ee.connector.DeployedAdapter.start(DeployedAdapter.java:106) >> > at >> > >> com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1269) >> > at >> > >> com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:354) >> > at >> > >> com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:206) >> > at >> com.evermind.server.Application.setConfig(Application.java:413) >> > at >> com.evermind.server.Application.setConfig(Application.java:314) >> > at >> > >> com.evermind.server.ApplicationServer.initializeDefaultApplication(ApplicationServer.java:1565) >> > at >> > >> com.evermind.server.ApplicationServer.initializeAutoDeployedApplications(ApplicationServer.java:1547) >> > at >> > >> com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:974) >> > at >> > >> com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131) >> > at java.lang.Thread.run(Thread.java:595) >> > -- >> > View this message in context: >> http://www.nabble.com/Strange-error-on-Windows-Server-tf4413335.html#a12589383 >> > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. >> > >> > >> > > -- View this message in context: http://www.nabble.com/Strange-error-on-Windows-Server-tf4413335.html#a12591285 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.