Unanswered question

svn: MERGE request failed?

We are getting the below error while we are trying to share a project in team server
org.tmatesoft.svn.core.SVNException: svn: Commit failed (details follow):
svn: timed out waiting for server
svn: MERGE request failed on '/svnroot/FC_UPG/FC_UPG/6_5/project'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
at org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:908)
at org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:837)
at com.neotys.nl.k.a.c.s.a(s.java:314)
at com.neotys.nl.gui.i.V.b(V.java:200)
at com.neotys.nl.gui.i.V.access$000(V.java:49)
at com.neotys.nl.gui.i.M.run(M.java:73)

Prakash V.
Prakash V.

Prakash V.

Level
0
43 / 100
points

Answers

As you can see in the error it's a timeout issue. Your NTS server may be overloaded. Please check your NTS server while sharing your project from your NeoLoad controller. Did you get that error right away or in the middle of the sharing process?

Prakash V.
Prakash V.

Prakash V.

Level
0
43 / 100
points

The error was seen only in the middle of the sharing process.

Prakash V.
Prakash V.

Prakash V.

Level
0
43 / 100
points

Also please note that its a 150 MB project size with around 100+ scripts.

150MB is not an issue if your NTS server does not have anything that slowing down it like anti-virus. Check the CPU/Memory of your NTS while sharing as it may provide some clues.

In case you can try to increase the timeout in NeoLoad side like explained in that post

Prakash V.
Prakash V.

Prakash V.

Level
0
43 / 100
points

Also to add, our repository comprises of scripts captured in two different neoload versions... 6.5 & 6.7.. hope that will not be the spoiler here

Prakash V.
Prakash V.

Prakash V.

Level
0
43 / 100
points

This is now resolved.

The resolution was to change the timeout in the NTS path
NTS/tomcat/conf/server.xml

change timeout setting in server.xml connectionTimeout parameter from 20000 to a higher number.

After doing this, suggested to perform a system restart else the tomcat service can also be restarted