<p>automatic update: add the following line to /etc/crontab<br/>0 6 * * * root apt-get update && apt-get -y --force-yes install yacy</p>
<p>automatic update: add the following line to /etc/crontab<br/>0 6 * * * root apt-get update && apt-get -y --force-yes install yacy</p>
::
::
<p>YaCy has been installed to the Program Files directory. Automatic update is not possible.<br/>Download and install the latest version from the web page <ahref="http://www.yacy.net/">http://www.yacy.net/</a></p>
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);
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);
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("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)");
thrownewIOException("REJECTED URL "+request.url()+" because file size '"+contentLength+"' exceeds max filesize limit of "+maxFileSize+" bytes. (GET)");