locked Questions

28

Solved

I have made some repetitive operations in my application (testing it), and suddenly I’m getting a weird error: OperationalError: database is locked I've restarted the server, but the error persist...
Additive asked 3/7, 2010 at 21:26

4

I'm sure I'm missing something pretty obvious, but I can't for the life of me stop my pysqlite scripts crashing out with a database is locked error. I have two scripts, one to load data into the da...
Beria asked 8/4, 2010 at 9:35

2

Solved

I'm using SVNANT for checking out my project directory on my Windows XP machine. The first time I've used tortoiseSVN for the check out.. as result I obtained an error message relative to the incom...
Fussbudget asked 10/6, 2010 at 16:23

2

I had been getting " android.database.sqlite.SQLiteDatabaseLockedException" exception from production when I had been using 3rd party non-thread safe sqlite libraries. I checked all the threads and...
Braw asked 8/3, 2018 at 21:36

5

I have come across an error which I guess is very common in OpenCV apps. When I try to run the app, it says "it seems that your device does not support camera(or it is locked)". I have seen this an...
Crone asked 23/4, 2015 at 1:11

3

Solved

I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I'm having is querying the "locked" status for a given ...
Liponis asked 10/10, 2009 at 11:5

6

Solved

Designing a generative music system for iOS, using OpenFrameworks, I'd need to provide a mode in which the user could listen the music produced by the application when: the device is locked the u...
Personify asked 3/5, 2012 at 10:6

2

Solved

I have an app that takes pictures. I want the orientation of the camera view to change when the device is rotated so the picture comes out in the correct orientation that it was taken as. I want th...
Arteritis asked 11/11, 2014 at 7:49

2

Solved

I am trying to read from a file correctly in Haskell but I seem to get this error. *** Exception: neo.txt: openFile: resource busy (file is locked) This is my code. import Data.Char import Prelud...
Postbellum asked 7/3, 2016 at 9:58

2

I use sqlite3 command line, from bash. I spawn multiple processes, all trying to insert into the same sqlite database file. I often get "database is locked". According to my reading of documenta...
Kapellmeister asked 6/5, 2015 at 15:46

2

I have a service in my application that run on backend, the service can be started when I press button volume up and stopped when I press button volume down. public class SettingsContentObserver e...
Dalmatian asked 27/10, 2014 at 11:29

2

Solved

I have written a java application that sporadically logs events to an SQLite database from multiple threads. I've noticed that I can trigger SQLite's "Database Locked" errors relatively easily by s...
Galyak asked 22/5, 2012 at 17:57

4

Solved

I use: Dim bmi As New BitmapImage(New Uri(fiInfo.FullName, UriKind.Absolute)) bmi.CacheOption = BitmapCacheOption.OnLoad this does not Use OnLoad And file still is locked to overwrite on harddis...
Ogpu asked 21/6, 2011 at 18:38

2

Solved

Preface: I'm building an alarm clock app. Many other alarm apps such as Alarm Clock Pro are able to play an alarm while the screen is locked and the app is in the foreground. Their alarms can play ...
Instructive asked 12/3, 2013 at 15:3

3

I have an app (Android 2.2 Google API Level 8) that has multiple activities pulling data from a content provider (SELECT only database access). It also has a service with a central blocking task qu...
Casarez asked 31/10, 2011 at 14:25

1

Solved

I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at catalina.out that the user is locked. How can i unlock it without restarting tomcat? I searched a lot but...
Ocker asked 5/9, 2011 at 13:46

2

For example, this is a stack trace from a Tomcat server: "RMI TCP Accept-0" daemon prio=10 tid=0x091a5800 nid=0x8f1 runnable [0x8b305000] java.lang.Thread.State: RUNNABLE at java.net.PlainSocke...
Overbid asked 2/9, 2011 at 16:57

1

Solved

I am reading my WPF imagesource like this: VB Dim bmi As BitmapImage = New BitmapImage bmi.BeginInit bmi.CacheOption = BitmapCacheOption.None bmi.CreateOptions = BitmapCreateOptions.IgnoreImageCa...
Crookback asked 19/8, 2011 at 13:5

1

Solved

I am writing a powershell script to create and configure a number of websites and virtual directories. I am using the .NET Microsoft.Web.Administration assembly. I have created a new application un...
Macedoine asked 19/4, 2011 at 13:31

3

Solved

Everybody knows the standard procedure to keep your app alive, after the user pressed the lock button (silent sound). If I start a sound with AVAudioPlayer (before the iphone is locked), the sound ...
Shier asked 26/5, 2010 at 13:8

2

Solved

I have one really long running read. It is a cronjob run once a day, but the whole DB gets locked down when it is running : mysql> show full processlist; +--------+------+-----------+------+---...
Edge asked 16/9, 2009 at 7:18
1

© 2022 - 2024 — McMap. All rights reserved.