Thread: Updater bugged
View Single Post
  #14  
Unread 05-11-2013, 09:34 AM
Tolewyn Tolewyn is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Befallen
Posts: 6
Default

I am about to lose my damned mind. Hard drive went out, replaced and reinstalled EQ2. Trying to get profit back and keep getting errors thrown. Seemed to work the very first time I ran the updater, but now I am getting an error.

I have done pretty much everything everyone has suggested in all of the updater threads since May 1. Newest version of Java, tried installing fro IE, Chrome, and Firefox. No love. Still getting this...

Exception thrown while opening HSQLDB connection

java.sql.SQLException: File input/output error C:\Users\Laurann\AppData\Roaming\ProfitUI Reborn Updater\updater.backup java.io.FileNotFoundException: C:\Users\Lxxxx\AppData\Roaming\ProfitUI Reborn Updater\updater.data (The requested operation cannot be performed on a file with a user-mapped section open)
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcConnection.<init>(Unknown Source)
at org.hsqldb.jdbcDriver.getConnection(Unknown Source)
at org.hsqldb.jdbcDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at de.pala.updater.IO.HSQLDB.openConnection(HSQLDB.java:38)
at de.pala.updater.IO.HSQLDB.<init>(HSQLDB.java:29)
at de.pala.updater.Arrange.IO.<init>(IO.java:40)
at de.pala.updater.Management.<init>(Management.java:28)
at de.pala.updater.GUI.Main.<init>(Main.java:131)
at de.pala.updater.profitui.Startup$1.run(Startup.java:62)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Reply With Quote