Tagged Questions
The locked tag has no wiki summary.
5
votes
3answers
255 views
android sqlite “database is locked” errors despite use of content provider and sequential database access
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 queue ...
4
votes
2answers
374 views
Why do reads block other reads in MyISAM?
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;
...
3
votes
2answers
324 views
BitmapImage in WPF does lock file
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 harddisk. ...
3
votes
2answers
783 views
Visual Studio 2010 Designer Bug: Unable to copy from obj\debug to bin\debug
Wondering if anyone has a solution to this 2010 bug. I have a project that built fine in Visual Studio 2008 that wont build in 2010 because Visual Studio is holding on to the dll after the ...
3
votes
2answers
905 views
Finding out if LDAP user in Sun Directory Server 5.2 is locked out, in Java
I'm developing an application using Java, Tomcat, Spring Framework and Spring LDAP 1.2.1 for LDAP access.
According to our LDAP administrator, it is not possible to find out programmatically, if a ...
2
votes
2answers
74 views
Control 'seems' to be locked
I'm trying to change properties to a control however it seems as if it's "locked" but in reality, it isn't because when I right-click on the control it shows the control as being unlocked.
I'm using ...
2
votes
2answers
190 views
What does “locked” mean in a Java stack trace?
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 ...
2
votes
2answers
184 views
Manually get ssh access back on a embedded system (direct hdd access possible)
Again I have a question about an ssh issue:
On a embedded system (no display, no keyboard) my only login interface was ssh. Telnet is disabled too. (I am currently trying to enable it with only ...
2
votes
3answers
126 views
Web application is locked up and CPU usage reached to 100%
We have a web application running which having around 100 users logged in, All clients are connected to server using websync. I was having requirement for keeping the session always live, so I am ...
2
votes
3answers
815 views
Python / SQLite - database locked despite large timeouts
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 ...
2
votes
1answer
895 views
Alternative to SendKeys that does NOT require an unlocked session
Situation:
A GUI app contains functionality (off a menu option) that produces a frequently updated image to a directory.
A logged-in, running instance of the app is the ONLY source for this image ...
1
vote
1answer
32 views
Can an app receive bluetooth data if it is locked?
Simply that question. You see other devices stating that they can, but built on older platforms. Any sample code would be great.
1
vote
2answers
121 views
How delete .nfs in linux? [closed]
I found in one directory file:
.nfs089534905405e93485ab905
Strange, but I cannot delete it.
rm: cannot remove `.nfs089534905405e93485ab905': Device or resource busy
I have check with
ps aux | ...
1
vote
1answer
130 views
Delphi - Lock child controls in a TPanel but with a default paint
I need to create a simple TPanel with some child controls (like TEdit or TLabel) but this controls must be locked!!
Locked is like a designtime (with all paint events) but not clickable or focusable.
...
1
vote
2answers
100 views
Run perl script while computer is locked
I have written a perl script which runs in the background right after a user logs in on a window xp machine. Now the script runs fine until the user is working on the computer. But if he locks the ...
1
vote
0answers
50 views
jQuery UI Accordion Locking Certain Elements
I have a jQuery UI Accordion set up on my page with multiple h3 items.
For some reason, after I select, say, one in the middle, it locks some of the other elements. There doesn't seem to be a ...
1
vote
1answer
84 views
C# accessing locked files
I want to access a file via c# which is created and still processed via a different program.
Currently I am copying the file via the Windows explorer to a different location and work then with the ...
1
vote
0answers
101 views
keyevent android phone locked
I´m new to android development and I´m trying to make an app.
What I want to know is if is it possible to get key events even when the phone is locked?
For example to make my music player change the ...
1
vote
0answers
76 views
Checking out an svn copy leads to “working copy locked”
I have an svn server and with a working copy checked out on my local machine. I want to create another working copy on a webdav server by using the davfs (allows you to mount a WebDav service ...
1
vote
0answers
262 views
How to force write/delete of a file remotely opened by another user?
I'm writing a process that produces some reports in a file share, which other users can open for reading (csv files, for example). If one has a report opened (in excel) when i'm appending contents to ...
1
vote
1answer
143 views
How can I simulate a “locked” file (one which has a write lock)
I am trying to debug a problem where users occasionally have locked files which they try to open. The code appears to have correct exception handling but users are still reporting seeing error ...
1
vote
1answer
559 views
Programmatically unlocking IIS configuration sections in Powershell
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 ...
1
vote
4answers
227 views
My SVN Repository has locked me out!
I appear to be stuck in an infinite SVN loop, as it were...
My repository is located locally at /Users/Jack/MySite.co.uk/
The problem is, the .svn folder appears to have been accidentally deleted ...
1
vote
0answers
343 views
Adobe Air SQLite synchronous busy timeout / SQLite concurrent access / avoid busy loop
this is my first post here. I'm asking because I ran out of clues and I was unable to find anything about this specific issue.
My question is: In Adobe AIR, is there a way to do a synchronous ...
1
vote
5answers
500 views
How to shutdown a locked PC (vb.net)?
Shutting down a pc in vb.net is easy:
Process.Start("shutdown", "-s -t 00")
unless the user has locked the pc in which case the above fails.
How do I get around this in vb.net? How do I shutdown ...
1
vote
0answers
33 views
activate program while screen is locked
I have an application that sends predetermined messages when you tap a configurable hotkey or when you press a usb enabled HID. How can make program work with a locked screen without entering the ...
1
vote
1answer
555 views
“Attempted to lock an already-locked dir” using SVNANT
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 ...
1
vote
1answer
649 views
File locks when using file.move in c#…how can I stop or fix this
Code:
String tempFile = Path.GetTempFileName(), read = "";
TextReader pending = new StreamReader("c:\\pending.txt");
TextWriter temp = new StreamWriter(tempFile);
...
1
vote
2answers
8k views
How do I get a list of locked users in an Oracle database?
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 ...
1
vote
1answer
251 views
Access a locked folder
Ok so my supervisor is currently testing something with Windows Permission Settings for folders, basically setting who can access it and who can't. He wants me to find out if I can get in, without ...
1
vote
3answers
5k views
Powershell script to check application that's locking a file?
How will I do this in powershell. I like to check which process/application is using the file, so that I can close it.
Thanks.
1
vote
4answers
2k views
“Database is locked” error in SQLite over a Mac network
I have created a simple database using SQLite (actually PySQLite). It works fine when I'm querying or writing to the database from the local machine (ie program and database file on the windows ...
0
votes
0answers
30 views
Press keys when computer is locked
Is there a way to send keys to a locked computer? For example, sending the esc or tab keypress. I tried using SendMessage/PostMessage but that doesn't work because that requires having a handle to ...
0
votes
1answer
46 views
Keep application from crashing when phone sleep/locked
Hi guys as the title says I am trying to keep my application alive so to speak when the phone locks.
In detail my app would be open and running fine if I leave my phone alone for a while and unlock ...
0
votes
5answers
78 views
SQlite: Database is locked error
I am using SOA architecture for my android application. I am running a service continuously in background (after every 1 minute) that fetches the data from my MYSQL database and synchronizes it with ...
0
votes
3answers
46 views
How can I find a locked MAC address?
I have 40 computers in my lab and I have locked each computer with MAC address so people won't be able to unplug the network cable and connect it to their laptops.
I was wondering, if a laptop is ...
0
votes
2answers
58 views
MySQL 'locked' processes when copying tmp table
I have a query which takes a very long time to run but produces a new table in the end. The actual joins are not all that slow but it spends almost all of its time in 'copying to tmp table' and ...
0
votes
0answers
170 views
Eclipse Android project SVN checkout: folder locked
Trying to check out my Android project from an SVN repository, I got the following error:
0x0000000f: The folder 'E:\workspace\mc-01-02\project.properties' is locked by some external process. Please ...
0
votes
1answer
216 views
How to unlock a tomcat user?
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 ...
0
votes
1answer
872 views
ExtJs GridPanel freeze/lock multiple columns
Though ExtJs GridPanel is rich datacontrol , it has restricted columns freezing functionality.
Only first column can be freezed via locked attribute.
Has anyone solved this problem ?
Here is my code:
...
0
votes
1answer
102 views
Image file locked after loading in WPF
I am reading my WPF imagesource like this:
dim bmi as new bitmapimage()
bmi.begininit()
bmi.cachoption = None
bmi.UriSource = new Uri(MyFileName, Urikind.Absolute)
bmi.endedit
It works like it ...
0
votes
1answer
45 views
access form locked
i am trying to edit an access databse whose startup form has not close button or give me any response when I right-click it (anywhere) and I can not activete any other form instead. and in the current ...
0
votes
2answers
189 views
The “Assembly is being used by another process” problem
I've upgraded a WCF project running 3.5 vs2008 to .net 4.0 vs2010 and run into a problem. When compiling from vs2010 an assembly in my service implementation project is locked by devenv.exe (note no ...
0
votes
1answer
112 views
How could a WCF service become locked?
In my application a Winform UI thread in sync calls a WCF method.
99.99% of the time this is ok, but once in a while the call to the WCF method becomes locked and the UI freezes.
I know I can prevent ...
0
votes
1answer
208 views
SQL Server 2005 Account Locked (user: sa) And Connection Limits
A bunch of us at work use the user: sa account concurrently to do stuff. Then all of a sudden we got locked out.
Why did we get locked out? And then it fixed itselft (we did close some connections). ...
0
votes
1answer
110 views
Web browser that can not be closed
I am trying to create a locked down browser for the employees at my work to use at a kiosk. I need to prevent the user from getting out of the app. I have figured out how to prevent them from closing ...
0
votes
1answer
288 views
UNIX: rename files piped from find command
I basically want to add a string to all the files in a directory that are locked. I'm having trouble passing the filenames to a mv command:
find . -flags uchg -exec chflags nouchg "{}" | mv "{}" ...
0
votes
1answer
246 views
SendKeys from and to a locked computer
I need to log on a computer via Remote Desktop, and execute some .Net things from that computer that requires SendKeys. The SendKeys work fine. However, if I break the remote connection, the SendKeys ...
0
votes
2answers
344 views
Android how to start a new activity WHILE screen is locked?
I have read threads on the matter but all of them were regarding launching an activity WHEN the screen is locked or when it is unlocked. However, I need for my program to launch a new activity ...
0
votes
1answer
535 views
C++ GDI+ loading an image from a file then deleting the file *before* unloading the image
Simply what it says on the tin
I'm loading a bitmap from a file using Bitmap::FromFile but afterwards I want to delete it from the disk.
The problem is, Bitmap::FromFile absolutely locks the file from ...