View Single Post
  #185  
Unread 08-24-2013, 04:30 PM
tknarr's Avatar
tknarr tknarr is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2006
Server: Unrest
Posts: 849
Default

Quote:
Originally Posted by Jamesc146 View Post
java.sql.SQLException: File input/output error C:\Users\KayDee Copeland\AppData\Roaming\ProfitUI Reborn Updater\updater.backup java.io.FileNotFoundException: C:\Users\KayDee Copeland\AppData\Roaming\ProfitUI Reborn Updater\updater.data (The requested operation cannot be performed on a file with a user-mapped section open)
Fire up the Task Manager, go to the Processes tab and look for "javaw" processes when you don't have anything Java-based running. Kill those processes. What's happening is that old instances are getting stuck exiting, they aren't really running but they haven't exited and still have the database file open so new instances can't access it. Killing those javaw processes should release the file and clear the error up.
__________________
"Hey! I'm not illiterate. I had a book once. ...could've used some ketchup though..."
Reply With Quote