Problems with source commit to Teamserver!

1
We are having problems with committing our Mendix project: after we added java actions in the microflows with its code in eclipse, we get the following error while committing. SharpSvn.SvnRepositoryIOException: Commit failed (details follow): ---> SharpSvn.SvnRepositoryIOException: Repository moved temporarily to 'http://10.45.130.48:15871/cgi-bin/blockpage.cgi%3Fws-session=18446744072005093408'; please relocate --- 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, svn_error_t* error, Object targets) in g:\dist\src\sharpsvn\svnclientargs.cpp:line 42 at SharpSvn.SvnClient.Commit(ICollection`1 paths, SvnCommitArgs args, SvnCommitResult& result) in g:\dist\src\sharpsvn\commands\commit.cpp:line 227 at SharpSvn.SvnClient.Commit(String path, SvnCommitArgs args, SvnCommitResult& result) in g:\dist\src\sharpsvn\commands\commit.cpp:line 87 at Mendix.Modeler.VersionControl.SvnClientAdapter.Commit(String path, SvnCommitArgs args, SvnCommitResult& result) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnClientAdapter.cs:line 140 at Mendix.Modeler.VersionControl.RevCommitter.<>c__DisplayClass34.<>c__DisplayClass36.<CommitToRepository>b__32(ISvnClient c) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\RevCommitter.cs:line 375 at Mendix.Modeler.VersionControl.SvnConnector.ClientDo[T](Func`2 action) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 90 at Mendix.Modeler.VersionControl.RevCommitter.<>c__DisplayClass34.<CommitToRepository>b__31() in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\RevCommitter.cs:line 375 at Mendix.Modeler.Utility.ActionUtil.TryNTimes[TException](Action action, Int32 n, Int32 sleepBetweenTries) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Utility\ActionUtil.cs:line 28 at Mendix.Modeler.VersionControl.RevCommitter.CommitToRepository(String projectFilePath, String message, RevisionMetadata metadata) in c:\jenkins\workspace\AppStudio-Modeler\src\Mendix.Modeler.Core\VersionControl\RevCommitter.cs:line 367 Does someone has any idea why committing to the teamserver is not possible anymore?
asked
1 answers
1

http://10.45.130.48:15871/cgi-bin/blockpage.cgi

Sound you are not talkint to the teamserver in the first place, but to some proxy server or something similar?

answered