Thread: Updater Issue
View Single Post
  #1  
Unread 10-11-2009, 08:06 PM
Abyzmal Abyzmal is offline
A Young Mystail Rat
 
Join Date: Nov 2005
Server: Antonia Bayle
Posts: 2
Default Updater Issue

This just started this evening. Updater worked fine earlier today then it started throwing up these errors.

I have deleted entire app with java control panel.

Reinstalled fine, loaded and still throwing these errors.
Exception thrown while getting language

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.getLanguage(IO.java:406)
at de.pala.updater.Arrange.GUI.getLanguage(GUI.java:113)
at de.pala.updater.GUI.Main.<init>(Main.java:135)
at de.pala.updater.profitui.Startup$1.run(Startup.java:56)
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)
Looks to me like a problem with the update site but not really sure.
Reply With Quote