mg_gti
1 post
|
Topic: JBidwatcher Help /
Sniping not working at all
Here’s what I get every time, with 2.0beta9. Any ideas?
Sun Dec 21 13:44:44 EST 2008: Sun Dec 21 13:44:44 EST 2008: —xxxxx -- – Preparing snipe. Sun Dec 21 13:44:44 EST 2008: Getting the sign in cookie. Sun Dec 21 13:44:45 EST 2008: Done getting the sign in cookie. Sun Dec 21 13:44:45 EST 2008: Sun Dec 21 13:44:45 EST 2008: —xxxxx -- – Loading bid request… Sun Dec 21 13:44:45 EST 2008: Failure to get the bid key! BID FAILURE!
 java.net.UnknownHostException:
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedE…(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.jbidwatcher.util.http.Http.receiveData(Http.java:168)
at com.jbidwatcher.util.http.Http.receivePage(Http.java:192)
at com.jbidwatcher.auction.server.ebay.ebayBidder.getBidFormInternal(ebayBidder.java:225)
at com.jbidwatcher.auction.server.ebay.ebayBidder.getBidForm(ebayBidder.java:116)
at com.jbidwatcher.auction.Snipe.preSnipe(Snipe.java:99)
at com.jbidwatcher.auction.Snipe.fire(Snipe.java:46)
at com.jbidwatcher.auction.server.ebay.ebayServer$SnipeListener.messageAction(ebayServer.java:612)
at com.jbidwatcher.util.queue.PlainMessageQueue.run(PlainMessageQueue.java:55)
at java.lang.Thread.run(Unknown Source) Caused by: java.net.UnknownHostException:
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpC…(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderFi…(Unknown Source)
at com.jbidwatcher.util.http.CookieJar.handleRedirect(CookieJar.java:164)
at com.jbidwatcher.util.http.CookieJar.getAllCookiesFromPage(CookieJar.java:146)
at com.jbidwatcher.util.http.CookieJar.getAllCookiesFromPage(CookieJar.java:126)
at com.jbidwatcher.auction.server.ebay.ebayBidder.getBidFormInternal(ebayBidder.java:221)
... 6 more
|