Guest User

Untitled

a guest
Oct 19th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. Server Error in '/' Application.
  2.  
  3. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
  4.  
  5. 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.
  6.  
  7. Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
  8.  
  9. Source Error:
  10.  
  11.  
  12. Line 384: sqlCmd.CommandTimeout = intTimeOut;
  13. Line 385:
  14. Line 386: DataSet ds = _db.ExecuteDataSet( sqlCmd );
  15. Line 387: return get_FirstDataTable( ds );
  16. Line 388: }
  17.  
  18. Source File: c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess.cs Line: 386
  19.  
  20. Stack Trace:
  21.  
  22.  
  23. [SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
  24. System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) +404
  25. System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +524
  26. System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning() +433
  27. System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) +2624
  28. System.Data.SqlClient.SqlDataReader.ConsumeMetaData() +88
  29. System.Data.SqlClient.SqlDataReader.get_MetaData() +114
  30. System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +505
  31. System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) +2008
  32. System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) +480
  33. System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +28
  34. System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +1416
  35. System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +22
  36. System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +21
  37. System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +325
  38. System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +441
  39. System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +205
  40. Microsoft.Practices.EnterpriseLibrary.Data.Database.DoLoadDataSet(IDbCommand command, DataSet dataSet, String[] tableNames) in e:\Builds\EntLib\Latest\Source\Blocks\Data\Src\Data\Database.cs:517
  41. Microsoft.Practices.EnterpriseLibrary.Data.Database.LoadDataSet(DbCommand command, DataSet dataSet, String[] tableNames) in e:\Builds\EntLib\Latest\Source\Blocks\Data\Src\Data\Database.cs:1383
  42. Microsoft.Practices.EnterpriseLibrary.Data.Database.ExecuteDataSet(DbCommand command) in e:\Builds\EntLib\Latest\Source\Blocks\Data\Src\Data\Database.cs:590
  43. JADaab.<>c__DisplayClass1.<Get_DataTableSP>b__0() in c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess.cs:386
  44. JADaab.JA_DataAccess.processMethod(process`1 method) in c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess.cs:314
  45.  
  46. [Exception: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
  47.  
  48. Command:
  49. spCategory_RecentAnsweredQuestions
  50.  
  51. param1 | Name: [Positional]
  52. Type: [System.Int32]
  53. Value: [5]
  54.  
  55. param2 | Name: [Positional]
  56. Type: [System.Int32]
  57. Value: [1]
  58.  
  59. param3 | Name: [Positional]
  60. Type: [System.Int32]
  61. Value: [56411]
  62.  
  63. ]
  64. JADaab.JA_DataAccess.processMethod(process`1 method) in c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess.cs:329
  65. JADaab.JA_DataAccess.Get_DataTableSP(String spName, Object[] spParams) in c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess.cs:379
  66. JADaab.da_generic.Get_DataTableSP(String sConfigConnectionName, Boolean ConfigSetting, Int32 TimeOut, String spName, JASkipRetry skipRetryEvent, JALastExceptionDetail lastExceptionDetailEvent, Object[] spParams) in c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess_Generic.cs:265
  67. JADaab.da.Get_DataTableSP(String spName, Object[] spParams) in c:\JA_Application_git\Projects\Utilities\JADataAccess\JADataAccess_Generic.cs:610
  68. ja_dal.Follow_dal.GetQuestionsForFollowedCategory(Int32 partnerId, Int32 categoryId) in c:\JA_Application_git\Projects\Utilities\Library\src\dal\Follow_dal.cs:137
  69. JA.Web.Controls.Follow.FollowedCategories.getCategoryQuestions(Category category) in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Testpath\Follow\FollowedCategories.ascx.cs:76
  70. JA.Web.Controls.Follow.FollowedCategories.<Load_GUI>b__0(Object _, RepeaterItemEventArgs e) in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Testpath\Follow\FollowedCategories.ascx.cs:60
  71. System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +204
  72. System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource) +627
  73. System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e) +165
  74. JA.Web.Controls.Follow.FollowedCategories.Display_Data() in c:\JA_Application_git\Projects\WebApplications\WebApplication\App_Controls\Testpath\Follow\FollowedCategories.ascx.cs:116
  75. ja_pages.BaseControl.Handle_PageFlow() in c:\JA_Application_git\Projects\Utilities\Library\src\pages\_baseControl.cs:415
  76. ja_pages.BaseControl.Page_Load(Object sender, EventArgs e) in c:\JA_Application_git\Projects\Utilities\Library\src\pages\_baseControl.cs:367
  77. System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
  78. ja_pages.BaseControl.OnLoad(EventArgs e) in c:\JA_Application_git\Projects\Utilities\Library\src\pages\_baseControl.cs:351
  79. System.Web.UI.Control.LoadRecursive() +116
  80. System.Web.UI.Control.LoadRecursive() +206
  81. System.Web.UI.Control.LoadRecursive() +206
  82. System.Web.UI.Control.LoadRecursive() +206
  83. System.Web.UI.Control.LoadRecursive() +206
  84. System.Web.UI.Control.LoadRecursive() +206
  85. System.Web.UI.Control.LoadRecursive() +206
  86. System.Web.UI.Control.LoadRecursive() +206
  87. System.Web.UI.Control.LoadRecursive() +206
  88. System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2750
Add Comment
Please, Sign In to add comment