I am evaluating Otter for some Powershell automation,
on a completly fresh installation on a Windows machine I do get an error when trying to create a folder, both for Scripts and also Job Templates.
(500) Server Error
Raft not found.
Here the error details:
Details: URL: http://SERVER:8626/rafts/create-folder?itemType=JobTemplate
Referrer: http://SERVER:8626/rafts/create-folder?itemType=JobTemplate
User: (unknown)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36
Stack trace: at Inedo.Otter.Rafts.RaftItemSource.WriteItem(RaftItemId itemId, String content)
at Inedo.Otter.Rafts.RaftItems.WriteItem(RaftItemId itemId, String content)
at Inedo.Otter.WebApplication.Pages.Rafts.CreateRaftFolderPage.<>c__DisplayClass14_0.<CreateChildControls>b__1()
at Inedo.Web.Controls.ButtonLinks.PostBackButtonLink.Inedo.Web.Controls.ISimpleEventProcesser.ProcessEventAsync(String eventName, String eventArgument)
at Inedo.Web.PageFree.SimplePageBase.<ExecutePageLifeCycleAsync>d__57.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__56.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.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Help would much appreciated!