现在的位置: 首页 > 综合 > 正文

爬虫BUG集锦及解决方案

2012年07月24日 ⁄ 综合 ⁄ 共 1485字 ⁄ 字号 评论关闭
Application: data.crawl.start.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: ServiceStack.Redis.RedisException
Stack:
   at ServiceStack.Redis.RedisNativeClient.Connect()
   at ServiceStack.Redis.RedisNativeClient.AssertConnectedSocket()
   at ServiceStack.Redis.RedisNativeClient.SendCommand(Byte[][])
   at ServiceStack.Redis.RedisNativeClient.SendExpectInt(Byte[][])
   at ServiceStack.Redis.RedisNativeClient.Exists(System.String)
   at ServiceStack.Redis.RedisClient.ContainsKey(System.String)
   at data.crawl.core.redis.CrawlDb.AddUrlEntry_Injector(System.Collections.Generic.List`1<data.crawl.core.model.UrlEntry>, Int64)
   at data.crawl.core.Injector.Inject(System.String)
   at data.crawl.core.Crawl.Start(System.String, System.String)
   at data.crawl.start.Program.Main(System.String[])
Application: data.crawl.daltool.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Data.SqlClient.SqlException
Stack:
   at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(System.Data.Common.DbConnection, System.Data.ProviderBase.DbConnectionFactory)
   at System.Data.SqlClient.SqlConnection.Open()
   at data.crawl.dal.SqlHelper.ExecuteReader(System.String, System.Data.CommandType, System.String, System.Data.SqlClient.SqlParameter[])
   at data.crawl.dal.SqlHelper.ExecuteReader(System.String, System.Data.CommandType, System.String)
   at data.crawl.dal.tables.TRelation.GetMapUnparsed()
   at data.crawl.daltool.Program.Main(System.String[])

 

抱歉!评论已关闭.