I am having issues loading the program. It gives a Java error I believe.
Java version. 1.6.0_16
Error Log:
08/11/2009 16.18.18:com.jthink.jaikoz.db.Db:printSQLException:SEVERE: Err:Table/View ‘DISCOGS_RELEASE’ does not exist.:ErrCode:20000:State:42X05
08/11/2009 16.18.18:com.jthink.jaikoz.db.Db:printSQLException:SEVERE: Err:Table/View ‘DISCOGS_RELEASE’ does not exist.:ErrCode:20000:State:42X05
08/11/2009 16.18.18:com.jthink.jaikoz.MainWindow:setupWindow:SEVERE: java.sql.BatchUpdateException: Table/View ‘DISCOGS_RELEASE’ does not exist.
java.lang.RuntimeException: java.sql.BatchUpdateException: Table/View ‘DISCOGS_RELEASE’ does not exist.
\tat com.jthink.jaikoz.db.Db.emptyCache(Db.java:581)
\tat com.jthink.jaikoz.MainWindow.setupWindow(MainWindow.java:335)
\tat com.jthink.jaikoz.Start$2.run(Start.java:111)
\tat java.awt.event.InvocationEvent.dispatch(Unknown Source)
\tat java.awt.EventQueue.dispatchEvent(Unknown Source)
\tat java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
\tat java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
\tat java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
\tat java.awt.EventDispatchThread.pumpEvents(Unknown Source)
\tat java.awt.EventDispatchThread.pumpEvents(Unknown Source)
\tat java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.sql.BatchUpdateException: Table/View ‘DISCOGS_RELEASE’ does not exist.
\tat org.apache.derby.impl.jdbc.EmbedStatement.executeBatch(Unknown Source)
\tat com.mchange.v2.c3p0.impl.NewProxyStatement.executeBatch(NewProxyStatement.java:743)
\tat com.jthink.jaikoz.db.Db.emptyCache(Db.java:574)
\t… 10 more
Caused by: java.sql.SQLSyntaxErrorException: Table/View ‘DISCOGS_RELEASE’ does not exist.
\tat org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
\tat org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
\tat org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
\tat org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
\tat org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
\tat org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
\tat org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source)
\tat org.apache.derby.impl.jdbc.EmbedStatement.executeBatchElement(Unknown Source)
\t… 13 more
Caused by: java.sql.SQLException: Table/View ‘DISCOGS_RELEASE’ does not exist.
\tat org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
\tat org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
\t… 21 more
Caused by: ERROR 42X05: Table/View ‘DISCOGS_RELEASE’ does not exist.
\tat org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
\tat org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
\tat org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
\tat org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
\tat org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
\tat org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
\tat org.apache.derby.impl.sql.compile.DeleteNode.bindStatement(Unknown Source)
\tat org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
\tat org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
\tat org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
\t… 15 more
Is this a known issue with Windows 7?