yacyCore.log.logFine("yacyClient.publishMySeed thread '"+Thread.currentThread().getName()+"' exception: "+e.getMessage()+"; retry = "+retry);// here VERY OFTEN a 'Connection reset' appears. What is the cause?
// try again (go into loop)
}
return-1;
result=null;
}
if(result==null||result.size()<3){
yacyCore.log.logFine("yacyClient.publishMySeed result error: "+
// we do this if we did not get contact with the other peer
yacyCore.log.logFine("connect: no contact to a "+seed.get(yacySeed.PEERTYPE,yacySeed.PEERTYPE_VIRGIN)+" peer '"+seed.getName()+"' at "+seed.getPublicAddress());
yacyCore.log.logFine("connect: no contact to a "+seed.get(yacySeed.PEERTYPE,yacySeed.PEERTYPE_VIRGIN)+" peer '"+seed.getName()+"' at "+seed.getPublicAddress()+". Cause: "+cause);