EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   ProfitUI (https://www.eq2interface.com/forums/forumdisplay.php?f=41)
-   -   Auto updater java error? (https://www.eq2interface.com/forums/showthread.php?t=14157)

lolio 05-04-2010 02:11 AM

Auto updater java error?
 
:mad:
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.

Brax 05-04-2010 06:44 AM

Quote:

Originally Posted by lolio (Post 90233)
... "Journal Quest window is not compatible with the current client"...

Maybe you are playing on the test server? There is a new quest window on test.

Kaldran 05-04-2010 12:52 PM

Quote:

Originally Posted by lolio (Post 90233)
updater.data (The requested operation cannot be performed on a file with a user-mapped section open)

That means it cannot open the file, because it is open already. Most likely by a crashed instance of the updater itself. Just do a reboot.

lolio 05-04-2010 05:43 PM

I am on blackburrow and have rebooted many times. When I try for the first time after a reboot i get a registry exception thrown error that looks like this

Exception thrown while reading registry

java.io.IOException: Cannot run program "reg": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at java.lang.Runtime.exec(Unknown Source)
at de.pala.updater.IO.RegistryQuery.regStringQuery(RegistryQuery.java:27)
at de.pala.updater.IO.RegistryQuery.eq2RegQuery(RegistryQuery.java:49)
at de.pala.updater.GUI.Main.getRegKey(Main.java:735)
at de.pala.updater.GUI.Main.<init>(Main.java:178)
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)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 17 more

:confused::confused::confused::confused::confused:

Papabard 05-04-2010 06:42 PM

not sure but I think you need to run updater as adminstrator if you aren't and also need to delete the files in the temporary folder java is pointing to

C:\Documents and Settings\Daniel.UNIT-2EVC5S6KWF\Application Data\ProfitUI Reborn Updater\ all files in that folder.

Then rerun the updater.

lolio 05-04-2010 07:05 PM

:mad::mad::mad::mad::mad:
Nothing is working, and I have put too much time into trying to fix this. Looks like I'll be using fetish. Thanks for the help.

Yurmene 05-19-2010 03:49 PM

"Journal Quest window is not compatible with the current client".

I used to receive this error message also, but once I re-installed Sony Station Launcher , then launched ProfitUI Updater, the only file that was updated was the Quest Journal. My initial problem was pathing, but that was a different issue, which reinstalling did not fix, but it did fix the Quest Journal. Not sure if this will fix your problem, but it did mine.


All times are GMT -5. The time now is 03:48 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI