1
Vote

Temp path already used by another database instance

description

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Microsoft.Isam.Esent.Interop.EsentTempPathInUseException: Temp path already used by another database instance

comments

mrshrinkray wrote Oct 22, 2011 at 5:35 PM

This can be caused by RavenDB keeping a lock on a user file. The work around is to simply recycle the App pool, if that fails kill the w3p.exe worker process for the application pool.

** Closed by mrshrinkray 10/22/2011 10:35AM

mrshrinkray wrote Oct 22, 2011 at 5:39 PM