piccardi
2 post(s)
|
Topic: JBidwatcher Help /
Parsing error
I’m getting this error with JBidWatcher 1.0.2 and 1.0.3.pre2:
Wed Apr 02 00:38:25 CEST 2008: Error parsing date (Mar-30-08 ?15:50:00 PDT), setting to completed.
java.text.ParseException: Unparseable date: “Mar-30-08 ?15:50:00 PDT”
at java.text.DateFormat.parse(DateFormat.java:335)
at AuctionServer.figureDate(Unknown Source)
at AuctionServer.figureDate(Unknown Source)
at ebayServer$ebayAuction.checkDates(Unknown Source)
at ebayServer$ebayAuction.parseAuction(Unknown Source)
at AuctionServer.loadAuction(Unknown Source)
at AuctionServer.reloadAuction(Unknown Source)
at AuctionEntry.update(Unknown Source)
at Auctions.doUpdate(Unknown Source)
at Auctions.doNextUpdate(Unknown Source)
at Auctions.check(Unknown Source)
at AuctionsManager.checkAuctions(Unknown Source)
at AuctionsManager.check(Unknown Source)
at TimerHandler.run(Unknown Source)
and it do no take the new entries?
Has ebay changet its date format again?
Thanks
Simone
|
piccardi
2 post(s)
|
Topic: JBidwatcher Help /
Problem parsing date
Hi,
starting some day ago I’m getting the following error:
Thu Nov 22 00:12:42 CET 2007: Error parsing date (Nov-14-077:32:49 PST), setting to completed.
java.text.ParseException: Unparseable date: “Nov-14-077:32:49 PST”
at java.text.DateFormat.parse(DateFormat.java:352)
at AuctionServer.figureDate(Unknown Source)
at AuctionServer.figureDate(Unknown Source)
at ebayServer$ebayAuction.checkDates(Unknown Source)
at ebayServer$ebayAuction.parseAuction(Unknown Source)
at AuctionServer.loadAuction(Unknown Source)
at AuctionServer.reloadAuction(Unknown Source)
at AuctionEntry.update(Unknown Source)
at Auctions.doUpdate(Unknown Source)
at Auctions.doNextUpdate(Unknown Source)
at Auctions.check(Unknown Source)
at AuctionsManager.checkAuctions(Unknown Source)
at AuctionsManager.check(Unknown Source)
at TimerHandler.run(Unknown Source)
and similar ones repeated many times.
I’m using JBidWatcher-1.0.3pre2 on a Debian PPC with the IBM java macchine. I got the same error also with JBidWatcher-1.0.2. As I said few days ago it was working fine, now I don’t have time on item and I cannot bid. The other data seems there.
Any idea about what was the problem?
Thanks
|