It's all about the answers!

Ask a question

Problems configuring eclipse to check in/out files - Error Message


Philip Johnson (30910) | asked Sep 06 '13, 8:39 a.m.
retagged Sep 09 '13, 8:27 a.m. by Laura W. Hinson (16126)
 Hi All,

If anyone could help with the below would be very greatful.

We have never tried to use CCM for Source Control but we are starting from Monday.
Upon trying to use the system today we saw the error described in this link:

http://pic.dhe.ibm.com/infocenter/clmhelp/v4r0m2/index.jsp?topic=%2Fcom.ibm.messages.jazz.foundation%2FCRJAZ0098E.html

Has anyone seen the error before / know steps that could be taken to solve this?

Thanks,
Phil

Comments
Simon Eickel commented Sep 06 '13, 10:38 a.m.

when do you get this error?
Please specify your use case a bit :)

One answer



permanent link
Philip Johnson (30910) | answered Sep 06 '13, 10:46 a.m.
 Hi Simon - thanks for coming back to us, the issue has since been resolved,

The problem was when saving a stream the error in the link above would appear.

This was caused because the tmp directory at root was read only - a chmod to 777 on the tmp directory removed this error.

Thanks,
Phil

Comments
Kevin Ramer commented Sep 06 '13, 12:30 p.m.

Minor point:  /tmp/ is usually configured 1777 via chmod.  Not required, just sayin'

drwxrwxrwt. 55 root root 57344 Sep  6 12:28 /tmp

The 't' limits deletion to owner or root.

Your answer


Register or to post your answer.