Connection with teamserver SvnExeptiion

0
We had a problem connecting newly created project in the modeler to the teamserverproject. We created new projects from the modeler (7.23.7) and it created a local project and a team server project but it wasn't able to match the two. When you try to follow the steps given by the modeler: “This project is not connected to the Mendix Platform online services. use the menu items “Projects > More Versioning > Upload to version Control Server’to start using Mendix platform features”  The next error was given:  Mendix.Modeler.VersionControl.VersionControlException: An error occurred while checking the remote directory. ---> SharpSvn.SvnException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/934ff6e2-058f-4d9a-b910-a91ec0968214/trunk' ---> SharpSvn.SvnException: Connection timed out --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) at SharpSvn.SvnClient.List(SvnTarget target, SvnListArgs args, EventHandler`1 listHandler) at Mendix.Modeler.VersionControl.SvnConnector.UriClientDo(Uri repositoryUri, Action`1 action) in C:\jenkins-ci\workspace\AppStudio3.0-Build@4\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 911 at Mendix.Modeler.VersionControl.SvnConnector.IsRemoteDirectoryEmpty(Uri url) in C:\jenkins-ci\workspace\AppStudio3.0-Build@4\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 324 --- End of inner exception stack trace --- at Mendix.Modeler.VersionControl.SvnConnector.IsRemoteDirectoryEmpty(Uri url) in C:\jenkins-ci\workspace\AppStudio3.0-Build@4\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 328 at Mendix.Modeler.UIFramework.Progress.ProgressUtil.<>c__DisplayClass2_0`1.<Do>b__0(IProgressInfo info) in C:\jenkins-ci\workspace\AppStudio3.0-Build@4\modeler\Mendix.Modeler.UIFramework\Progress\ProgressUtil.cs:line 44 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.RunStep(Step step) in C:\jenkins-ci\workspace\AppStudio3.0-Build@4\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 81 at Mendix.Modeler.UIFramework.Progress.ProcessRunner.OnDoWork(Object sender, DoWorkEventArgs e) in C:\jenkins-ci\workspace\AppStudio3.0-Build@4\modeler\Mendix.Modeler.UIFramework\Progress\ProcessRunner.cs:line 61 at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)   This only happend in 7.23.7, if we created a project in Mendix 8.3.0 we were able to create project without any problems.  THE SOLUTION TO THIS PROBLEM WAS THE FOLLOWING:  Provided by Mendix Support: Go to your filedirectory  Open the \Users<username>\AppData\Roaming\Subversion\servers file with any text editor. Add the text http-timeout = 5000 under the section [global]. Save the file.   This solved our problem, just wanted to share this with the community.
asked
2 answers
0

As the question was answered by the poster I added this here to mark the question as answered

THE SOLUTION TO THIS PROBLEM WAS THE FOLLOWING: 

Provided by Mendix Support:

  1. Go to your filedirectory 
  2. Open the \Users<username>\AppData\Roaming\Subversion\servers file with any text editor.
  3. Add the text http-timeout = 5000 under the section [global].
  4. Save the file.

 

This solved our problem, just wanted to share this with the community.

answered
0

Mendix updated this issue with the following : 


We have an update from our R&D team on this.
In Mendix 8 we upgraded to Subversion 1.9 which uses a different communication protocol. That is why there can be differences between Mendix 7 and 8 with respect to network issues.

THE SOLUTION TO THIS PROBLEM WAS THE FOLLOWING: 

Provided by Mendix Support:

  1. Go to your filedirectory 
  2. Open the \Users<username>\AppData\Roaming\Subversion\servers file with any text editor.
  3. Add the text http-timeout = 5000 under the section [global].
  4. Save the file.

 

answered