Hi,

I'm getting the exception below when I'm trying to load
http://www.expedia.ca/Sunset-District-Hotels.d163838.Travel-Guide-Hotels
... It's not critical since I'm catching everything, but I'm wondering
if this is normal or if this is something which need to be fixed...

java.lang.NullPointerException
        at 
org.apache.http.impl.cookie.BestMatchSpec.formatCookies(BestMatchSpec.java:193)
        at 
org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:196)
        at 
org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:109)
        at 
org.apache.http.protocol.HttpRequestExecutor.preProcess(HttpRequestExecutor.java:176)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:515)
        at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
        at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
        at 
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
        at org.spaggiari.distparser.CrawlerThread$1.run(CrawlerThread.java:267)


--
JM

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to