Navigation

    Inedo Community Forums

    Forums

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

    Joshua_1353

    @Joshua_1353

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

    Joshua_1353 Follow

    Best posts made by Joshua_1353

    This user hasn't posted anything yet.

    Latest posts made by Joshua_1353

    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @atripp

      @Joshua_1353 said in [Otter 3.0] Unable to configure Default Git Raft:

      @atripp That shouldn't matter, I'm not using a password, I'm using a PAT token also Otter is configured to use the main brain on the repository.

      As I said in post on the eighth (quoted above, though brain should branch), I've already configured otter to use the branch named main for its source branch on git hub. I don't think branch names is the issue. Any thoughts on what else the issue might be, I would love to get this feature working.

      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @atripp Any updates on this issue?

      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @atripp That shouldn't matter, I'm not using a password, I'm using a PAT token also Otter is configured to use the main brain on the repository.

      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @atripp I tried using a public repository as you suggested (with and without credentials) and it resulted in the same error message as before.

      Here's the repository I created https://github.com/UTM-Online/DebugRaft and I've added you to it as a contributor. I've also granted you read access to the repository I'm trying to configure with Otter located here https://github.com/UTM-Online/DefaultRaft/.

      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @rhessinger

      Message: An error occurred in the web application: Failed to fetch repository: too many redirects or authentication replays

      Details:

      URL: http://otter/rafts/items?raftId=3
      Referrer: http://otter/administration/rafts
      User: (unknown)
      User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.56
      Stack trace: at Inedo.Extensions.Git.RaftRepositories.GitRaftRepository2.Fetch(Repository repository)
      at Inedo.Extensions.Git.RaftRepositories.GitRaftRepository2.Inedo.Extensibility.RaftRepositories.ISyncRaft.SynchronizeAsync(ILogSink logSink)
      at Inedo.Otter.WebApplication.Pages.Rafts.ListRaftItemsPage.<CreateChildControlsAsync>d__13.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.Otter.WebApplication.Pages.OtterSimplePageBase.<InitializeAsync>d__7.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.<ExecutePageLifeCycleAsync>d__51.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__50.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 Inedo.Web.Handlers.AsyncHandlerWrapper.EndProcessRequest(IAsyncResult result)
      at System.Web.HttpApplication.CallHandlerExecutionStep.InvokeEndHandler(IAsyncResult ar)
      at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)
      
      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @rhessinger I will try that and reply with the updated error message.

      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @rhessinger Here's the root folders from the repo:
      0be5c0fc-5800-4a86-9e25-f03fe36eec2f-image.png

      posted in Support
      J
      Joshua_1353
    • RE: [Otter 3.0] Unable to configure Default Git Raft

      @rhessinger said in [Otter 3.0] Unable to configure Default Git Raft:

      What provider are you hosting your Git repository through?

      • I'm using the Git extension version 1.10.1

      Are you using Secure Credentials to connect to this? Or are you using the username and password fields on the Git raft?

      • Yes, I'm using secure credentials currently, though I've also tried using the username and password fields on the raft as well with no effect.

      Do you see any other errors in the diagnostics center?

      • Not that I recall, when I looked at the diagnostics center it only showed the exception, I pasted in my initial post for the period I was working with the git raft.

      Did your Git repository have anything in it already or was it a blank repository?

      • Yes, it was initialized with a mirror of the content from the default raft using the steps provided in the documentation you have avalible on docs.inedo.com.
      posted in Support
      J
      Joshua_1353
    • [Otter 3.0] Unable to configure Default Git Raft

      I'm trying to configure a new default raft in Otter 3.0. When I create a git raft using a name other than default everything works as expected. However, if I create a raft using the same repository & credentials that previously worked and name it "default" any attempts to utilize the raft result in a HTTP 500 error. Below is the stack track of the exception from the server.

      URL: http://otter/rafts/items?raftId=3
      Referrer: http://otter/administration/rafts
      User: (unknown)
      User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36 Edg/88.0.705.50
      Stack trace: at LibGit2Sharp.Core.Ensure.HandleError(Int32 result)
      at LibGit2Sharp.Core.Proxy.git_remote_fetch(RemoteHandle remote, IEnumerable`1 refSpecs, GitFetchOptions fetchOptions, String logMessage)
      at LibGit2Sharp.Commands.Fetch(Repository repository, String remote, IEnumerable`1 refspecs, FetchOptions options, String logMessage)
      at Inedo.Extensions.Git.RaftRepositories.GitRaftRepository2.Fetch(Repository repository)
      at Inedo.Extensions.Git.RaftRepositories.GitRaftRepository2.Inedo.Extensibility.RaftRepositories.ISyncRaft.SynchronizeAsync(ILogSink logSink)
      at Inedo.Otter.WebApplication.Pages.Rafts.ListRaftItemsPage.<CreateChildControlsAsync>d__13.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.Otter.WebApplication.Pages.OtterSimplePageBase.<InitializeAsync>d__7.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.<ExecutePageLifeCycleAsync>d__51.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__50.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 Inedo.Web.Handlers.AsyncHandlerWrapper.EndProcessRequest(IAsyncResult result)
      at System.Web.HttpApplication.CallHandlerExecutionStep.InvokeEndHandler(IAsyncResult ar)
      at System.Web.HttpApplication.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar)
      
      posted in Support
      J
      Joshua_1353
    • RE: OTTER 3.0 - Git Based-Raft ?

      @Joshua_1353 Though now I can't create a default raft using git. When I do, if I try to browse files I get a 500 error indicating too many redirects or auth request. However if I take the same raft returning 500's and rename it to something like "test" and save the changes then everything works as expected.

      posted in Support
      J
      Joshua_1353