yendor
11 post(s)
|
Topic: Announcements /
[Release] JBidwatcher 2.1.4 is out
Yes, that resolves the hang on OS X 10.4 experienced with 2.1.4. Thanks!
|
| |
yendor
11 post(s)
|
Topic: Announcements /
[Release] JBidwatcher 2.1.4 is out
2.1.4 hangs on launch on OS X 10.4 (“Loading auctions” screen) … and there it remains, idle:
Sun Feb 27 11:04:06 EST 2011: JBidwatcher 2.1.4-0-g12c0f60
Sun Feb 27 11:04:06 EST 2011: Apple Computer, Inc. Java, version 1.5.0_19 on Mac OS X
Sun Feb 27 11:04:06 EST 2011: Logging to /Users/dbrodale/.jbidwatcher/errors.3.log
Sun Feb 27 11:04:06 EST 2011: Upgrading error
java.sql.SQLException: Failed to create database ‘jbdb’, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at com.jbidwatcher.util.db.Database.setup(Database.java:92)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.Upgrader.upgrade(Upgrader.java:26)
at com.jbidwatcher.app.JBidWatch.main(JBidWatch.java:442)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Caused by: java.sql.SQLException: Directory /Users/dbrodale/.jbidwatcher//Users/dbrodale/.jbidwatcher/jbdb already exists.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.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)
… 19 more
Caused by: ERROR XBM0J: Directory /Users/dbrodale/.jbidwatcher//Users/dbrodale/.jbidwatcher/jbdb already exists.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.services.monitor.StorageFactoryService$9.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.services.monitor.StorageFactoryService.createServiceRoot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
… 19 more
Sun Feb 27 11:04:07 EST 2011: Scripting is not enabled.
Sun Feb 27 11:04:08 EST 2011: JBidwatcher: java.lang.RuntimeException: Can’t access the auctions database table
java.lang.RuntimeException: Can’t access the auctions database table
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:32)
at com.jbidwatcher.auction.AuctionInfo.getRealDatabase(AuctionInfo.java:511)
at com.jbidwatcher.auction.AuctionInfo.getDatabase(AuctionInfo.java:508)
at com.jbidwatcher.util.db.ActiveRecord.count(ActiveRecord.java:63)
at com.jbidwatcher.auction.AuctionInfo.count(AuctionInfo.java:538)
at com.jbidwatcher.ui.AuctionsManager.loadAuctionsFromDatabase(AuctionsManager.java:226)
at com.jbidwatcher.app.JBidWatch.<init>(JBidWatch.java:630)
at com.jbidwatcher.app.JBidWatch.main(JBidWatch.java:486)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
Caused by: java.sql.SQLException: Failed to create database ‘jbdb’, see the next exception for details.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.createDatabase(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection30.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver30.getNewEmbedConnection(Unknown Source)
at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source)
at org.apache.derby.jdbc.AutoloadedDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at com.jbidwatcher.util.db.Database.setup(Database.java:92)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:57)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:29)
… 14 more
Caused by: java.sql.SQLException: Directory /Users/dbrodale/.jbidwatcher//Users/dbrodale/.jbidwatcher/jbdb already exists.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.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)
… 26 more
Caused by: ERROR XBM0J: Directory /Users/dbrodale/.jbidwatcher//Users/dbrodale/.jbidwatcher/jbdb already exists.
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.services.monitor.StorageFactoryService$9.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.derby.impl.services.monitor.StorageFactoryService.createServiceRoot(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source)
at org.apache.derby.impl.services.monitor.BaseMonitor.createPersistentService(Unknown Source)
at org.apache.derby.iapi.services.monitor.Monitor.createPersistentService(Unknown Source)
… 26 more
|
| |
yendor
11 post(s)
|
Topic: JBidwatcher Help /
Vista Drag & Drop stooped working?
See earlier thread in this forum for root cause:
http://forum.jbidwatcher.com/forums/1/topics/2192
|
| |
yendor
11 post(s)
|
Topic: JBidwatcher Help /
"seller" unknown and some strange behaviour
Marc, not sure whether it’s related, but at least for eBay in the US, eBay switched over to their new auction layout, which has played havoc with jBidwatcher on my end in a similar fashion.
|
| |
yendor
11 post(s)
|
Topic: JBidwatcher Help /
Bidwatcher shows auction as FP incorrectly
On the other hand, I, too, went back to “normal” pages from eBay’s Beta, and still encounter the issue from time to time.
|
| |
yendor
11 post(s)
|
Topic: JBidwatcher Help /
Bidwatcher shows auction as FP incorrectly
Sniping hasn’t been an issue on my end, but I’ve not bothered to check whether any snipes were scheduled to fire while the problem was in play. The display error has been intermittent for me, so I don’t think there’s been a large window of opportunity for the two events to collide as a test case.
|
| |
yendor
11 post(s)
|
Topic: JBidwatcher Help /
Bidwatcher shows auction as FP incorrectly
I’m still on 1.0.2 as well (OS X 10.4.11) and have seen this behavior for the last two weeks or so. On occasion, after running a while, properly listed auctions all show as fixed priced with seller listed as “(unknown)” in the program. Usually, the error reverts itself back to proper listings. No idea on this end what the underlying issue may be. I’ve put off upgrading past 1.0.2 for the time being, maybe it’s time to upgrade … ?
Anyway, you’re not alone in observing this issue.
|
| |
yendor
11 post(s)
|
Topic: Announcements /
[Release] JBidwatcher 1.0.2 is now available!
Alas, the “silent” updating described above appears not to work as outlined (for me, at least) on OS X 10.4.10 … is there some hidden trick to it? ‘File’->‘Check for Updates’, as there appears to be no noticeable end result here.
|
| |
yendor
11 post(s)
|
Topic: Announcements /
Yet another test version 1.0.2pre4
Morgan, thanks for the speedy updates. I’m still getting the occasional “red eye” on queued items—they periodically appear on an update, clear on a later update, then appear again, etc.
Relative the number of items queued, it’s only a small fraction of listings that behave in this manner. An example would be item #160139144441 (ebay.com) but it just cleared the red eye (again) on the last update.
OS X 10.4.10 / Intel
|
| |
yendor
11 post(s)
|
Topic: Announcements /
JBidwatcher 1.0.1 is not currently working.
Kevin, I can safely add auctions both by drag-n-drop and by cmd+I … and I don’t see any complaints in the Console. I’m running the pre-release on OS X 10.4.10 atop a 15” MBP (Intel). Auctions are pulled from ebay.com (US).
|
| |
yendor
11 post(s)
|
Topic: Announcements /
JBidwatcher 1.0.1 is not currently working.
...short of sniping (untried as of yet), seems to resolve standing issues on OS X 10.4.10 with respect to properly parsing and updating queued listings. Sweet! (Just make sure to `cp -R ~/.jbidwatcher` to another location in case of mishaps.)
Is this the first time JBidwatcher has been built with Java 1.5? I haven’t fired up the old lappy in a while, but isn’t this flavor unavailable to users of OS X 10.3.9 … ?
|