Modeler error while duplicating microflow -> removes modeler from team server
1
For a project, sometimes when I duplicate a microflow and/or page I get the following error (Standard modeler error popup window): After this, the modeler seems to have lost connection to the team server (I cannot update/commit anymore, changes log is empty, can't open the application through the version selector anymore). Mendix.Modeler.Utility.Progress.ProgressException ---> SharpSvn.SvnInvalidNodeKindException: 'C:\Users\Sande\OneDrive\Documenten\Mendix\RWS - IPB-main\IPB.mpr' is not a working copy at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous) at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) at Mendix.Modeler.VersionControl.Status.RevStatusControl.OnStatusCacheChanged() in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\Status\RevStatusControl.cs:line 169 at System.Action.Invoke() at Mendix.Modeler.Utility.Progress.ProcessRunner.RunStep(Step step) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 88 at Mendix.Modeler.Utility.Progress.ProcessRunner.worker_DoWork(Object sender, DoWorkEventArgs e) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 68 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) --- End of inner exception stack trace --- at Mendix.Modeler.Utility.Progress.ProcessRunner.Run() in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 50 at Mendix.Modeler.Utility.ProgressUtil.Do(Boolean reportsProgress, Boolean supportsCancellation, Action`1 action) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.UIFramework\Progress\ProgressUtil.cs:line 61 at Mendix.Modeler.Projects.FolderBase.AddDocument(INamedDocument document, Boolean save, Boolean raiseStructureChanged) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\Projects\Modules\FolderBase.cs:line 66 at Mendix.Modeler.Projects.ProjectExplorers.ExplorerOperations.DuplicateDocument(INamedDocument original, IFolder target) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\Projects\ProjectExplorers\ExplorerOperations.cs:line 113 at Mendix.Modeler.Projects.ProjectExplorers.ExplorerOperations.DuplicateDocumentAndOpen(INamedDocument original, IFolder target) in C:\jenkins\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\Projects\ProjectExplorers\ExplorerOperations.cs:line 100 at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
asked
Niels van de Sande
1 answers
0
I just saw the same issue with someone doing the introduction training here. After some digging, I found that Microsoft OneDrive can cause these issues. They introduced an update in the April release of Windows and it replaces proper files with placeholder files (for storage optimization) and the Subversion client cannot handle that. You can right-click a folder and choose "Always keep on this device" to disable this behavior. Hope this helps!