Unanswered question

Uploading a project to a Repository returns error

we had issue with the team server installed machine(PC1). So we made a final copy of the scripts to local in a different machine(PC2). Created a new repository in a different machine(PC3). Now i am trying to upload the local copy from PC2 to PC3(teamServer). Connection is perfect and it starts upload for sometime and abruptly stops between 70-85%. i am getting the below Error,

org.tmatesoft.svn.core.SVNException: svn: Commit failed (details follow):
svn:timed out waiting for server
Svn:MERGE request failed on/svnroot/FLEXCUBE_CBS UPGRADE/Flexcube CBS 1/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(SVNCommitchent.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.gu.I.M.run(M.java:73)

Pradeep S.
Pradeep S.

Pradeep S.

Level
0
83 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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?

If you have an anti-virus on your NTS machine please disable it as it can slowdown the NTS.

You can try to increase the timeout on NeoLoad side in case your NTS server is too slow but it may not be enough if the server does not respond anymore. That will set the timeout to 300s

  1. Stop NeoLoad
  2. Edit  <install_dir>\conf\controller.properties file
  3. Go to  section [General] and add on a new line that option: svn.so.timeout=300000
  4. Save
Pradeep S.
Pradeep S.

Pradeep S.

Level
0
83 / 100
points

I have edited the properties file and tried to upload the nlp file again to repository, getting the same issue. I have disabled the anti-virus and network ping is fine between both the PC. I am able to test the connection which says successful. The upload fails only in-between. that's after 50%.

Pradeep S.
Pradeep S.

Pradeep S.

Level
0
83 / 100
points

changing the parameter connectionTimeout in tomcat/bin/server.xml resolved the issue.