Error when updated from Team Server

0
Some times when I try to update from from Mendix from Team Server, Its throwing error as below: SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/6977c169-a27e-498d-8cc7-a9bc03129393/trunk' ---> SharpSvn.SvnRepositoryIOException: OPTIONS of 'https://teamserver.sprintr.com/6977c169-a27e-498d-8cc7-a9bc03129393/trunk': Could not create SSL connection through proxy server: 500 Internal Server Error (https://teamserver.sprintr.com) --- End of inner exception stack trace --- at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 78 at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, svnerrort* error, Object targets) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 42 at SharpSvn.SvnClient.Status(String path, SvnStatusArgs args, EventHandler1 statusHandler) in g:\dist\src\sharpsvn\commands\status.cpp:line 72 at SharpSvn.SvnClient.GetStatus(String path, SvnStatusArgs args, Collection1& statuses) in g:\dist\src\sharpsvn\commands\status.cpp:line 141 at Mendix.Modeler.VersionControl.SvnUtil.<>cDisplayClass10.<getstatuses>bd(SvnClient c) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 216 at Mendix.Modeler.VersionControl.SvnUtil.ClientDoT in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 178 at Mendix.Modeler.VersionControl.SvnUtil.GetStatuses(String localDir, Boolean retrieveRemoteStatus) in c:\cygwin\home\autobuild\build\Mendix-4\modeler\Modeler\VersionControl\SvnUtil.cs:line 216 What may the reason for this type of error? I cannot update from Team server until I restart my system.
asked
1 answers
0

Hi Nirmal, probably this is a proxy issue. You try to restart your system and open your modeler and run your application. This may solve our problem.

answered