Thread: Odd java bug
View Single Post
  #1  
Unread 11-21-2012, 11:09 AM
zaradann zaradann is offline
A Grassland Beetle
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 60
Default Odd java bug

when the CoE changes were made to profitui 2 days ago a weird java bug appeared and happens every time now. It appeared when the eq2.ini was updated. There have been no java updates this week, no windoze or abode updates that I recall in the same timeframe. The odd thing is, my old secondary pc didn't have this error.

But I have updated eq2maps often, will try on the other pc also, see if error occurs. Listed is the java error:

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