Hello, seems like something wrong here...
Error:
The request was aborted: The connection was closed unexpectedly.
Stack trace:
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Cache.ForwardingReadStream.Read(Byte[] buffer, Int32 offset, Int32 count) at Arachnode.SiteCrawler.Components.WebClient.DownloadData(String absoluteUri)
Please see Daroz comment here:
http://community.salesforce.com/t5/NET-Development/The-connection-was-closed-unexpectedly/m-p/14414
Thanks,
ok, maybe some of my changes in the plugin system caused some problems?
What I did is to create an abstract plugin class:
public
abstract class MasterPages : ACrawlAction
And another plugin inherits it:
public class MasterPagesMusicSela : MasterPages {protected List<Tbh_Categories> Movie_Categories;public MasterPagesMusicSela(): base() {....
class MasterPagesMusicSela : MasterPages {protected List<Tbh_Categories> Movie_Categories;public MasterPagesMusicSela(): base() {....
Don't think you have done anything to cause it. This error is a server problem, from what I know. The server itself is closing the connections, but not arachnode.net.
For best service when you require assistance:
Skype: arachnodedotnet
That would be just great idea if we could try again to get the page.
As we agreed, a page that requested and failed (from any reason) would be fetched again late on the crawl...nice feature. can help alot.
But what is the reason this error is inside DisallowedAbsoluteUris table too? exception table is the only place should populate this error. please correct me if I got it all wrong.
If an exception is encountered, an entry will also be made in the DisallowedAbsoluteUris table.