It's all about the answers!

Ask a question

Error encountered upon check-in


Javier Garcia (2643) | asked Aug 11 '09, 6:58 a.m.
edited Mar 05 '14, 3:02 p.m. by Geoffrey Clemm (30.1k33035)
When checking in a component with the name "jmock-2.5.1.jar" there is an error. The general error is "Error during upload". The detailed error is : "The versioned content service temp directory has been deleted. This often can happen if the property 'vcs.tmpdir' is a directory within /tmp".

Any clues how to resolve or circumvent this?.

Using RTC 2.0

One answer



permanent link
Christophe Elek (2.9k13021) | answered Aug 11 '09, 6:58 a.m.
JAZZ DEVELOPER
javierg@us.ibm-dot-com.no-spam.invalid (javierg) wrote in
news:h5rjej$vrb$1@localhost.localdomain:

This often can happen if the property 'vcs.tmpdir' is a directory
within /tmp

where does vcs.tmpdir point to ?
Check teamserver.properties, make sure it does not point to your TEMP
dir

http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/index.jsp?topic=/com.
ibm.team.install.doc/topics/t_migrating_repo_after_upgrading_jazzteamserv
er.html


--
Christophe Elek
Jazz L3
IBM Software Group - Rational

Comments
Javier Garcia commented Aug 13 '09, 1:57 p.m. | edited Mar 05 '14, 3:01 p.m.

This is what they are set to:

Versionable Content Temporary Directory: /tmp/versionedcontentservice
Content Temporary Directory: /tmp/contentservice

Also how can i recover from this?.


Javier Garcia commented Aug 26 '09, 10:02 a.m. | edited Mar 05 '14, 3:02 p.m.

This has been solved by:

creating temp directories and setting the config variables in ../server/conf/jazz/teamserver.properties to point to those directories:
com.ibm.team.repository.tmpdir=/jazz_tmp/repository
com.ibm.team.scm.vcs.tmpdir=/jazz_tmp/vcs
com.ibm.team.scm.tmpdir=/jazz_tmp/scm

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.