View Single Post
  #1  
Unread 05-04-2010, 02:11 AM
lolio lolio is offline
A Young Mystail Rat
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 3
Unhappy Auto updater java error?


I downloaded Profit UI reborn recently and really liked it. The only issue is I cannot get to my quest journal because "Journal Quest window is not compatible with the current client". My friend told me I needed to download the profit updater, so I did that and followed all the instructions. I download the newest Java from their website and when I go to open up the updater after downloading Java, I get 2 EXCEPTION THROWN errors that crash the updater.

The first one is :

Exception thrown while opening HSQLDB connection

java.sql.SQLException: File input/output error C:\Documents and Settings\Daniel.UNIT-2EVC5S6WF\Application Data\ProfitUI Reborn Updater\updater.backup java.io.FileNotFoundException: C:\Documents and Settings\Daniel.UNIT-2EVC5S6KWF\Application Data\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.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)

After exiting out of that window another exception thrown error immediately pops up. The second one says:

Exception thrown while opening database connection

java.sql.SQLException: File input/output error C:\Documents and Settings\Daniel.UNIT-2EVC5S6WF\Application Data\ProfitUI Reborn Updater\updater.backup java.io.FileNotFoundException: C:\Documents and Settings\Daniel.UNIT-2EVC5S6KWF\Application Data\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.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)
java.lang.NullPointerException
at de.pala.updater.Arrange.IO.getLanguage(IO.java:403)
at de.pala.updater.Arrange.GUI.getLanguage(GUI.java:123)
at de.pala.updater.GUI.Main.<init>(Main.java:135)
at de.pala.updater.profitui.Startup$1.run(Startup.java:62)
at java.awt.event.InvocationEvent.dispatch(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)




I have no idea what I'm doing wrong and if anyone out there knows, help would be greatly appreciated. I have been looking at the help forums and can find nothing. I have uninstalled Java multiple times and downloaded the updater multiple times as well to see if it was a bug, but it seems like there is a serious problem. The program is listed under all programs and I can launch it, but that's as far as it goes before the errors crash the updater.
Reply With Quote