hhblaze / DBreeze

C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error on UWP (RPi Win 10 IoT)

HakanL opened this issue · comments

I'm getting this error when starting my app.
Failed during startup: DBreeze.Exceptions.DBreezeException: Creation of the database folder failed! ---> DBreeze.Exceptions.DBreezeException: Database is not operable, please find out the problem and restart the engine! FSR INIT FAILED: C:\Data\Users\DefaultAccount\AppData\Local\Packages\IoStorm_mr3ez18jctte6\LocalCache\Cache_DBreezeSchema ---> System.IO.IOException: IO_SharingViolation_File, C:\Data\Users\DefaultAccount\AppData\Local\Packages\IoStorm_mr3ez18jctte6\LocalCache\Cache_DBreezeSchema

Any clue? This has worked before, not sure exactly what have changed, I upgraded to DBreeze 1.84 and I'm on build 15063 of Windows 10 IoT.

It seems to work after a reboot on the RPi, I wonder if it's just some disposing/closing down issue so the file is kept open, would that be a possibility?

commented

Hi, DBreeze needs exclusive lock for scheme and transaction files, that's why, it looks like, any of file was busy by another process... please, observe it further

Yea must be an issue with the file kept open, not likely related to DBreeze.