Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. justin.zollar_1098
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    justin.zollar_1098

    @justin.zollar_1098

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    justin.zollar_1098 Follow

    Best posts made by justin.zollar_1098

    This user hasn't posted anything yet.

    Latest posts made by justin.zollar_1098

    • RE: SQL Timeout When Starting Agent Service

      @stevedennis Thanks a lot for your feedback. I ran that query, and here are some results from today's failure:
      "An error occurred in the web application: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding."
      717f00ab-df64-409b-8d1b-d67660e49c91-image.png

      Briefly, I wanted to provide you with a history of this issue. We've been running the tool for a few years now, and out of no-where about 6 months ago, this happened. But somehow after around 2 weeks, it suddenly allowed us to start the service on Windows. Now we've been having this problem for about 4 weeks.

      Here's the error we see when trying to run the Otter service EXE via the command line:
      6fc547f5-f094-4cb5-88de-b1951e741900-image.png

      Thanks a lot for your time and help looking at this. I've spent hours on this so far haha.

      Thanks - Justin

      posted in Support
      J
      justin.zollar_1098
    • SQL Timeout When Starting Agent Service

      Hello,

      We are running into an issue where we are trying to start the agent service, and we get a very vague error message before the Agent times out. We've checked all permissions on the SQL Server side, and we have tried restarting the server, as well as the SQL Server. There isn't anything clear to our team that indicates any particular issue. Any help would be greatly appreciated.
      Here's the error:

      Stack trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
      at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
      at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
      at Inedo.Data.DatabaseContext.ExecuteInternal(String storedProcName, GenericDbParameter[] parameters)
      at Inedo.Data.SqlServerDatabaseContext.ExecuteInternal(String storedProcName, GenericDbParameter[] parameters)
      at Inedo.Data.StrongDataReader.<Read>d__61.MoveNext() at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable1 source)
      at Inedo.Otter.Data.DB.Context.LogMessages_GetMessage(Nullable`1 LogMessage_Id)
      at Inedo.Otter.WebApplication.Pages.Administration.ErrorLogs.ViewErrorLogEntryPage.CreateChildControls()
      at Inedo.Otter.WebApplication.Pages.OtterSimplePageBase.<InitializeAsync>d__2.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at Inedo.Web.PageFree.SimplePageBase.<ProcessRequestAsync>d__47.MoveNext()
      --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
      at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar)
      at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
      at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
      at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

      posted in Support
      J
      justin.zollar_1098