View Single Post
  #59  
Unread 07-07-2008, 10:51 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

Quote:
java.sql.SQLException: The database is already in use by another process: org.hsqldb.persist.NIOLockFile@1d6c855c[file =C:\Users\Stephens\AppData\Roaming\ProfitUI Reborn Downloader\updater.lck, exists=true, locked=false, valid=false, fl =null]: java.lang.Exception: java.io.IOException: The process cannot access the file because another process has locked a portion of the file : C:\Users\Stephens\AppData\Roaming\ProfitUI Reborn Downloader\updater.lck
That means another process - most likely a crashed instance of the updater - is still acessing the database. Open your task manager (Ctrl-Shift-Esc), go to 'processes' and kill any running java process. That should fix it. Or just reboot your machine :P
Reply With Quote