Import of SVN dumpfile failed & caused RTC connection lo

My import of SVN dumpfile to RTC 2.0 failed on uploading one revision of a file:
An error occurred uploading contents for revision 7543 of file '/src/lib/xercesImpl.jar'
But it also caused the lost of my active RTC repository connection. First time it happened, I thought it is the disconnection caused the import failure. So I tried again, and it failed at the same file and revision and my repository connection is lost at the sametime.
Has anyone seen this before? What is the cause? How to get around this?
Any hint is appreciated!
An error occurred uploading contents for revision 7543 of file '/src/lib/xercesImpl.jar'
But it also caused the lost of my active RTC repository connection. First time it happened, I thought it is the disconnection caused the import failure. So I tried again, and it failed at the same file and revision and my repository connection is lost at the sametime.
Has anyone seen this before? What is the cause? How to get around this?
Any hint is appreciated!
4 answers

I would need to see the exception to offer any advice here. Can you open
a defect report and attach the error log? Also, if you are not already
doing so, you may want to try the latest 2.0.0.2 build since there was
some bug fixes made in the release to the SVN importer.
Michael
ghu wrote:
a defect report and attach the error log? Also, if you are not already
doing so, you may want to try the latest 2.0.0.2 build since there was
some bug fixes made in the release to the SVN importer.
Michael
ghu wrote:
My import of SVN dumpfile to RTC 2.0 failed on uploading one revision
of a file:
An error occurred uploading contents for revision 7543 of file
'/src/lib/xercesImpl.jar'
But it also caused the lost of my active RTC repository connection.
First time it happened, I thought it is the disconnection caused the
import failure. So I tried again, and it failed at the same file and
revision and my repository connection is lost at the sametime.
Has anyone seen this before? What is the cause? How to get around
this?
Any hint is appreciated!

This is similar to an issue reported by another post:
http://jazz.net/forums/viewtopic.php?t=6204
But they didn't report the conection lost when it happeens.
Both cases can be solved by reset the server side paratemer com.ibm.team.repository.tmpdir ,com.ibm.team.scm.vcs.tmpdir,com.ibm.team.scm.tmpdir not point to /tmp, which is the default and apparently caused trouble.
http://jazz.net/forums/viewtopic.php?t=6204
But they didn't report the conection lost when it happeens.
Both cases can be solved by reset the server side paratemer com.ibm.team.repository.tmpdir ,com.ibm.team.scm.vcs.tmpdir,com.ibm.team.scm.tmpdir not point to /tmp, which is the default and apparently caused trouble.