View Single Post
  #309  
Unread 07-18-2013, 07:24 PM
Jrel Jrel is offline
A Crazed Gnoll
 
Join Date: Jun 2008
Server: Butcherblock
Posts: 21
Default

Quote:
Originally Posted by nobody99 View Post
Initial installation went fine, using DrumsUI no problem.
When I run updater either from my PC or from the website I get this error though:

Code:
Exception thrown while getting location

java.sql.SQLException: No data is available
	at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
	at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
	at org.hsqldb.jdbc.jdbcResultSet.checkAvailable(Unknown Source)
	at org.hsqldb.jdbc.jdbcResultSet.getColumnInType(Unknown Source)
	at org.hsqldb.jdbc.jdbcResultSet.getString(Unknown Source)
	at org.hsqldb.jdbc.jdbcResultSet.getString(Unknown Source)
	at de.pala.updater.Arrange.IO.getPoint(IO.java:516)
	at de.pala.updater.Arrange.GUI.getLocation(GUI.java:172)
	at de.pala.updater.GUI.Main.<init>(Main.java:143)
	at de.pala.updater.drumsui.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)
It started happening last week for no apparent reason. I've been running Drums and the updater fine since January. Tried updating my Java to the current version, but still getting the error. It keeps forgetting the file path to my EQII directory also, and I always Run it as Administrator on Windows 7 (UAC off).

I fixed it by using the Settings > Updater > Reset all Settings in the Updater. Just remember if you are doing it this way to ignore all the files it wants to change if you've got extra UI addons/changes in the DrumsUI folder..

Last edited by Jrel : 07-18-2013 at 07:36 PM.
Reply With Quote