Recent Posts by cstoll

Subscribe to Recent Posts by cstoll 4 post(s) found

Feb 16, 2009
Avatar cstoll 4 post(s)

Comment Topic: Announcements / [Release] JBidwatcher 2.0 is out!

Hi Morgan –
Just ran 2.0 from the executable file. (Windows XP Pro SP2) Incredibly slow to open, just over 10 minutes. While opening and afterwards, it was pulling 100% CPU on a reasonably powerful dual-core system and notably degrading other programs. It did ultimately access all watched items, however the system was unusable for anything else. Shutdown was just as delayed. Second try, similar issues and similar errorfile produced. details below. I’m back on beta11 – that only took 66 seconds to open and left my CPU in peace.

Sun Feb 15 22:23:04 EST 2009: Error setting up scripting: java.lang.NoClassDefFoundError: org/jruby/runtime/builtin/IRubyObject
Sun Feb 15 22:29:36 EST 2009: Loading listings from the database (28/813/816 entries, 895/964 auctions)
Sun Feb 15 22:33:00 EST 2009: Done with the initial load (got 28 active entries)
Sun Feb 15 22:34:13 EST 2009: Can't get row for update (id = '2167').
A lock could not be obtained within the time requested
java.sql.SQLTransactionRollbackException: A lock could not be obtained within the time requested
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeQuery(Unknown Source)
	at com.jbidwatcher.util.db.Table.getRow(Table.java:252)
	at com.jbidwatcher.util.db.Table.updateMap(Table.java:208)
	at com.jbidwatcher.util.db.Table.insertOrUpdate(Table.java:202)
	at com.jbidwatcher.util.db.ActiveRecord.saveDB(ActiveRecord.java:116)
	at com.jbidwatcher.auction.AuctionEntry.saveDB(AuctionEntry.java:1764)
	at com.jbidwatcher.auction.AuctionEntry.setAuctionInfo(AuctionEntry.java:1591)
	at com.jbidwatcher.auction.server.AuctionServer.reload(AuctionServer.java:185)
	at com.jbidwatcher.auction.AuctionEntry.update(AuctionEntry.java:1135)
	at com.jbidwatcher.auction.Auctions.doUpdate(Auctions.java:158)
	at com.jbidwatcher.auction.Auctions.doNextUpdate(Auctions.java:188)
	at com.jbidwatcher.auction.Auctions.check(Auctions.java:210)
	at com.jbidwatcher.ui.ListManager.checkEachList(ListManager.java:152)
	at com.jbidwatcher.ui.AuctionsManager.check(AuctionsManager.java:93)
	at com.jbidwatcher.util.queue.TimerHandler.run(TimerHandler.java:56)
Caused by: java.sql.SQLException: A lock could not be obtained within the time requested
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	... 23 more
Caused by: ERROR 40XL1: A lock could not be obtained within the time requested
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.services.locks.ConcurrentLockSet.lockObject(Unknown Source)
	at org.apache.derby.impl.services.locks.AbstractPool.lockObject(Unknown Source)
	at org.apache.derby.impl.services.locks.ConcurrentPool.lockObject(Unknown Source)
	at org.apache.derby.impl.store.raw.xact.RowLocking3.lockContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseContainerHandle.useContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer(Unknown Source)
	at org.apache.derby.impl.store.raw.xact.Xact.openContainer(Unknown Source)
	at org.apache.derby.impl.store.access.conglomerate.OpenConglomerate.init(Unknown Source)
	at org.apache.derby.impl.store.access.heap.Heap.open(Unknown Source)
	at org.apache.derby.impl.store.access.RAMTransaction.openConglomerate(Unknown Source)
	at org.apache.derby.impl.store.access.RAMTransaction.openCompiledConglomerate(Unknown Source)
	at org.apache.derby.impl.store.access.btree.index.B2IForwardScan.init(Unknown Source)
	at org.apache.derby.impl.store.access.btree.index.B2I.openScan(Unknown Source)
	at org.apache.derby.impl.store.access.RAMTransaction.openScan(Unknown Source)
	at org.apache.derby.impl.store.access.RAMTransaction.openCompiledScan(Unknown Source)
	at org.apache.derby.impl.sql.execute.TableScanResultSet.openScanController(Unknown Source)
	at org.apache.derby.impl.sql.execute.TableScanResultSet.openScanController(Unknown Source)
	at org.apache.derby.impl.sql.execute.TableScanResultSet.openCore(Unknown Source)
	at org.apache.derby.impl.sql.execute.IndexRowToBaseRowResultSet.openCore(Unknown Source)
	at org.apache.derby.impl.sql.execute.BasicNoPutResultSetImpl.open(Unknown Source)
	at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
	... 17 more
Sun Feb 15 22:34:13 EST 2009: Can't store row in table.
At least one parameter to the current statement is uninitialized.
java.sql.SQLException: At least one parameter to the current statement is uninitialized.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.execute(Unknown Source)
	at com.jbidwatcher.util.db.Table.storeMap(Table.java:274)
	at com.jbidwatcher.util.db.Table.updateMap(Table.java:211)
	at com.jbidwatcher.util.db.Table.insertOrUpdate(Table.java:202)
	at com.jbidwatcher.util.db.ActiveRecord.saveDB(ActiveRecord.java:116)
	at com.jbidwatcher.auction.AuctionEntry.saveDB(AuctionEntry.java:1764)
	at com.jbidwatcher.auction.AuctionEntry.setAuctionInfo(AuctionEntry.java:1591)
	at com.jbidwatcher.auction.server.AuctionServer.reload(AuctionServer.java:185)
	at com.jbidwatcher.auction.AuctionEntry.update(AuctionEntry.java:1135)
	at com.jbidwatcher.auction.Auctions.doUpdate(Auctions.java:158)
	at com.jbidwatcher.auction.Auctions.doNextUpdate(Auctions.java:188)
	at com.jbidwatcher.auction.Auctions.check(Auctions.java:210)
	at com.jbidwatcher.ui.ListManager.checkEachList(ListManager.java:152)
	at com.jbidwatcher.ui.AuctionsManager.check(AuctionsManager.java:93)
	at com.jbidwatcher.util.queue.TimerHandler.run(TimerHandler.java:56)
Caused by: java.sql.SQLException: At least one parameter to the current statement is uninitialized.
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source)
	... 23 more
Caused by: ERROR 07000: At least one parameter to the current statement is uninitialized.
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.execute.BaseActivation.throwIfMissingParms(Unknown Source)
	at org.apache.derby.exe.acb9810038x011fx7d1bxc1b0xffffde5866421.execute(Unknown Source)
	at org.apache.derby.impl.sql.GenericActivationHolder.execute(Unknown Source)
	at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source)
	... 17 more
Sun Feb 15 22:38:18 EST 2009: Exception during the check() operation of class com.jbidwatcher.ui.AuctionsManager
null
java.lang.NullPointerException
	at com.jbidwatcher.util.db.ActiveRecord.convertResultsToList(ActiveRecord.java:145)
	at com.jbidwatcher.util.db.ActiveRecord.findAllBySQL(ActiveRecord.java:138)
	at com.jbidwatcher.auction.AuctionEntry.findAll(AuctionEntry.java:1834)
	at com.jbidwatcher.auction.server.AuctionServerManager.toXML(AuctionServerManager.java:303)
	at com.jbidwatcher.ui.AuctionsManager.saveAuctions(AuctionsManager.java:285)
	at com.jbidwatcher.ui.AuctionsManager.checkSnapshot(AuctionsManager.java:78)
	at com.jbidwatcher.ui.AuctionsManager.check(AuctionsManager.java:95)
	at com.jbidwatcher.util.queue.TimerHandler.run(TimerHandler.java:56)
Sun Feb 15 22:38:18 EST 2009: Shutting down JBidwatcher.
 
Feb 6, 2009
Avatar cstoll 4 post(s)

Comment Topic: JBidwatcher Help / Old Logs...Keep Them of Delete Them?

I deleted over 10G of old error log files from the .jbidwatcher file a few months ago, and have had no problems from it. If you open one it’s a list of problems, not of your auction items (unless there was a problem with one), so seems disposable.

 
Oct 14, 2007
Avatar cstoll 4 post(s)

Comment Topic: JBidwatcher Help / blank pane, deleting config did not help

Kept futzing with it & figured out the custom view option… fixed now.
I was not clear that one had to click directly on a given tab to make changes to the view – I kept getting creating new tabs…

 
Oct 13, 2007
Avatar cstoll 4 post(s)

Comment Topic: JBidwatcher Help / blank pane, deleting config did not help

jbidwatcher 1.02 opened with the no-display symptoms others have described, no columns, no info, except dates in completed auctions.
Your FAQ referred to Mac problems, I am running Windows XP Pro.
I deleted jbidwatcher, downloaded win.exe version 1.02, but jbidwatcher started with same problem.
I deleted again, downloaded the .jar version 1.02, unzipped it, removed the config file, rezipped it & renamed .jar, started the new .jar file. Same problem.
Searched the system for any/all files containing jbid, ensured there are none lurking about. Have now deleted all versions, archived & old, downloaded again, but same problems repeat on start.
I would very much appreciate any help or suggestions, I’m stumped.
thanks