View Single Post
  #210  
Unread 11-06-2012, 12:01 PM
swampfox162 swampfox162 is offline
A Young Mystail Rat
 
Join Date: Nov 2010
Server: Unkown
Posts: 3
Default

I recently started getting this error every time i run the updater. I have reinstalled Java6 and 7 multiple times and even installed both 32bit and 64bit. I have no clue why its saying this, any help would be appreciated.
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$400(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.awt.EventQueue$2.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.AccessControlContext$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