this.sb.crawlQueues.errorURL.push(request, ASCII.getBytes(this.sb.peers.mySeed().hash),newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE," ftp server download, "+detail,-1);
this.sb.crawlQueues.errorURL.push(request,profile,ASCII.getBytes(this.sb.peers.mySeed().hash),newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE," ftp server download, "+detail,-1);
thrownewIOException("FTPLoader: Unable to download URL '"+request.url().toString()+"': "+detail);
this.sb.crawlQueues.errorURL.push(request, myHash,newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE,"no redirection url provided, field '"+HeaderFramework.LOCATION+"' is empty",statusCode);
this.sb.crawlQueues.errorURL.push(request,profile,myHash,newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE,"no redirection url provided, field '"+HeaderFramework.LOCATION+"' is empty",statusCode);
thrownewIOException("REJECTED EMTPY REDIRECTION '"+client.getHttpResponse().getStatusLine()+"' for URL "+requestURLString);
}
@ -160,32 +160,32 @@ public final class HTTPLoader {
this.sb.crawlQueues.errorURL.push(request, myHash,newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE,"redirection to double content",statusCode);
this.sb.crawlQueues.errorURL.push(request,profile,myHash,newDate(),1,FailCategory.TEMPORARY_NETWORK_FAILURE,"redirection to double content",statusCode);
thrownewIOException("CRAWLER Redirection of URL="+requestURLString+" ignored. The url appears already in htcache");
thrownewIOException("REJECTED URL "+request.url()+" because file size '"+contentLength+"' exceeds max filesize limit of "+maxFileSize+" bytes. (GET)");
this.sb.crawlQueues.errorURL.push(request,this.sb.peers.mySeed().hash.getBytes(),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
this.sb.crawlQueues.errorURL.push(request,crawlProfile,this.sb.peers.mySeed().hash.getBytes(),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
thrownewIOException("DISPATCHER Rejecting URL '"+request.url().toString()+"'. URL is in blacklist.");
Switchboard.getSwitchboard().crawlQueues.errorURL.push(newRequest(url,null),ASCII.getBytes(Switchboard.getSwitchboard().peers.mySeed().hash),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
Switchboard.getSwitchboard().crawlQueues.errorURL.push(newRequest(url,null),null,ASCII.getBytes(Switchboard.getSwitchboard().peers.mySeed().hash),newDate(),1,FailCategory.FINAL_LOAD_CONTEXT,"url in blacklist",-1);
ConcurrentLog.fine("snippet fetch","MEDIA-SNIPPET Rejecting URL '"+url.toString()+"'. URL is in blacklist.");