Skip to content

Instantly share code, notes, and snippets.

@takano32
Created December 1, 2009 08:49
Show Gist options
  • Select an option

  • Save takano32/246170 to your computer and use it in GitHub Desktop.

Select an option

Save takano32/246170 to your computer and use it in GitHub Desktop.
Server Error in '/' Application.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +4844759
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +194
System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error) +527
System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj) +359
System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket() +88
System.Data.SqlClient.TdsParserStateObject.ReadBuffer() +39
System.Data.SqlClient.TdsParserStateObject.ReadByte() +20
System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +107
System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +33
System.Data.SqlClient.SqlDataReader.get_MetaData() +83
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +297
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +954
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +162
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +141
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +12
System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() +12
NHibernate.AdoNet.AbstractBatcher.ExecuteReader(IDbCommand cmd) +35
NHibernate.Loader.Loader.GetResultSet(IDbCommand st, Boolean autoDiscoverTypes, Boolean callable, RowSelection selection, ISessionImplementor session) +239
NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +203
NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +70
NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +165
[ADOException: could not execute query
[ SELECT this_.Id as Id27_0_, this_.Status as Status27_0_, this_.PaidAccountStatus as PaidAcco3_27_0_, this_.Profile_id as Profile4_27_0_, this_.AdDefinition_id as AdDefini5_27_0_, this_.Username as Username27_0_, this_.BaseAvatar as BaseAvatar27_0_, this_.LiveAvatar as LiveAvatar27_0_, this_.LiveAvatarTwitterProfileUrl as LiveAvat9_27_0_, this_.Token as Token27_0_, this_.TwitterId as TwitterId27_0_, this_.FavouritesCount as Favouri12_27_0_, this_.SupporterCount as Support13_27_0_, this_.FollowersCount as Followe14_27_0_, this_.FriendsCount as Friends15_27_0_, this_.TimeLineUpdated as TimeLin16_27_0_, this_.LastUpdated as LastUpd17_27_0_, this_.IPAddress as IPAddress27_0_, this_.Title as Title27_0_, this_.DateCreated as DateCre20_27_0_ FROM [User] this_ WHERE this_.Status = ? ORDER BY this_.SupporterCount desc ]
Positional parameters: #0>Active
[SQL: SELECT this_.Id as Id27_0_, this_.Status as Status27_0_, this_.PaidAccountStatus as PaidAcco3_27_0_, this_.Profile_id as Profile4_27_0_, this_.AdDefinition_id as AdDefini5_27_0_, this_.Username as Username27_0_, this_.BaseAvatar as BaseAvatar27_0_, this_.LiveAvatar as LiveAvatar27_0_, this_.LiveAvatarTwitterProfileUrl as LiveAvat9_27_0_, this_.Token as Token27_0_, this_.TwitterId as TwitterId27_0_, this_.FavouritesCount as Favouri12_27_0_, this_.SupporterCount as Support13_27_0_, this_.FollowersCount as Followe14_27_0_, this_.FriendsCount as Friends15_27_0_, this_.TimeLineUpdated as TimeLin16_27_0_, this_.LastUpdated as LastUpd17_27_0_, this_.IPAddress as IPAddress27_0_, this_.Title as Title27_0_, this_.DateCreated as DateCre20_27_0_ FROM [User] this_ WHERE this_.Status = ? ORDER BY this_.SupporterCount desc]]
NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +259
NHibernate.Loader.Loader.ListIgnoreQueryCache(ISessionImplementor session, QueryParameters queryParameters) +18
NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) +81
NHibernate.Impl.SessionImpl.List(CriteriaImpl criteria, IList results) +334
NHibernate.Impl.CriteriaImpl.List(IList results) +41
NHibernate.Impl.CriteriaImpl.List() +35
NHibernate.Linq.<GetEnumerator>d__0.MoveNext() +71
System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +7663156
System.Linq.Enumerable.ToList(IEnumerable`1 source) +61
Twibbon.Web.Models.ViewModelFactories.HomeViewModelFactory.GetIndexViewModel(TimeframeEnum timeframe) in D:\Development\Twibbon\trunk\Twibbon.Web\Models\ViewModelFactories\HomeViewModelFactory.cs:35
Twibbon.Web.Code.Services.WebCacheHelper.GetHomeIndexViewModel(TimeframeEnum timeframe, String cacheKey) in D:\Development\Twibbon\trunk\Twibbon.Web\Code\Services\WebCacheHelper.cs:64
Twibbon.Web.Code.Services.WebCacheHelper.GetHomeIndexViewModel(TimeframeEnum timeframe) in D:\Development\Twibbon\trunk\Twibbon.Web\Code\Services\WebCacheHelper.cs:43
Twibbon.Web.Controllers.HomeController.Index(Nullable`1 timeframe) in D:\Development\Twibbon\trunk\Twibbon.Web\Controllers\HomeController.cs:37
lambda_method(ExecutionScope , ControllerBase , Object[] ) +85
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +178
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +24
System.Web.Mvc.<>c__DisplayClassa.<InvokeActionMethodWithFilters>b__7() +52
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +254
System.Web.Mvc.<>c__DisplayClassc.<InvokeActionMethodWithFilters>b__9() +19
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +192
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +399
System.Web.Mvc.Controller.ExecuteCore() +126
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +27
System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +7
System.Web.Mvc.MvcHandler.ProcessRequest(HttpContextBase httpContext) +151
System.Web.Mvc.MvcHandler.ProcessRequest(HttpContext httpContext) +57
System.Web.Mvc.MvcHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext httpContext) +7
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment