View Single Post
  #182  
Unread 06-25-2013, 08:04 PM
Ryissa Ryissa is offline
A Brown Bear
 
Join Date: Aug 2011
Server: Crushbone
Posts: 9
Default

Quote:
Originally Posted by tknarr View Post
Did you install with Java 7? The common problems I've seen are:

1. Updater was originally installed into an earlier version of Java, when a later version tries to run it it fails. Common when Java's auto-updated itself. Clear it and reinstall it through the latest Java, and do manual updates of Java.

2. Updater was installed from Chrome, the installation is corrupted. Clear it if needed and reinstall using Firefox or IE.

The "clear it through javaws and then reinstall" has always cleared it up for me. Beyond that, I'm stumped. The updater isn't something I'm familiar with, and lately it's been increasingly twitchy.
The updater has done something similar to me. Unistalled both Java and the Updater, then installed Java, and used Firefox to install the Updater. Still no go.

Not being able to update is so far only affecting my map file, but since I use EQ2 Maps it's looking awful using the default UI file for that.

Here's what I'm seeing:
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.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