An error occurred while checking for changes on disk

0
Hi all, I’m on studio pro 8.1.0  today when trying to commit or run the app on the sandbox i get the below error   Mendix.Modeler.VersionControl.VersionControlException: An error occurred while checking for changes on disk. ---> SharpSvn.SvnRepositoryIOException: Unexpected HTTP status 408 'Request Timeout' on '/0b3fae6f-0477-4c43-98dc-3d50115f838f/trunk' at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\svnclientargs.cpp:line 78 at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler`1 statusHandler) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\status.cpp:line 70 at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection`1& statuses) in d:\bb\sharpsvn-v1.900x\v40\src\sharpsvn\commands\status.cpp:line 140 at Mendix.Modeler.VersionControl.SvnConnector.PathClientDo(String workingCopyPath, Action`1 action) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.VersionControl\SvnConnector.cs:line 915 at Mendix.Modeler.VersionControl.SvnConnector.GetChanges(String localDir, Boolean retrieveRemoteChanges) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.VersionControl\SvnConnector.cs:line 614 --- End of inner exception stack trace --- at Mendix.Modeler.VersionControl.SvnConnector.GetChanges(String localDir, Boolean retrieveRemoteChanges) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.VersionControl\SvnConnector.cs:line 618 at Mendix.Modeler.VersionControl.WorkingCopyChecker.CheckWorkingCopy(IProject project, ICollection`1& changes, Boolean& isUpdateNecessary) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.VersionControl\WorkingCopyChecker.cs:line 32 at Mendix.Modeler.VersionControl.CommitPreparer.<>c__DisplayClass16_0.<AddCheckWorkingCopyStep>b__0(IProgressInfo info) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.VersionControl\CommitPreparer.cs:line 129 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(Step step) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 80 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in C:\jenkins-ci\workspace\AppStudio3.0-Build@3\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 60 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)   Has anyone seen these before?
asked
1 answers
0

You error message says:

Unexpected HTTP status 408 'Request Timeout' on '/0b3fae6f-0477-4c43-98dc-3d50115f838f/trunk'

Based on this, I would check my internet settings and try again.

 

I have experienced connection errors with the team server before. I can’t remember an instance where the problem wasn’t on my end.

answered