Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Why are we getting CRJAZ1240I exception?

Hi,

While checking if the ccm/jts servers are running using the repotools command, we found the error below. What needs to be done in resolving this IO exception?

[rationaladmin@lxapp8053 server]$ ./repotools-ccm.sh isServerRunning
Repo Tools
Provisioning using "./conf/ccm/provision_profiles".
  Change and Configuration Management - Core Libraries, Version 4.0 (RTC-I20120612-0919)
  Jazz Foundation - Core Libraries, Version 4.0 (RJF-I20120531-1400)

CRJAZ1363I Loading the configuration from "file:conf/ccm/teamserver.properties".
CRJAZ1778I This server is configured as an application.
CRJAZ1093I The following service class was not activated: "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService"
CRJAZ1240I An IO exception was caught while trying to obtain a file lock for file "/tmp/_JazzRepo1BDDB19F24C05CABB09657BFA54801588473E8C4". This is needed to lock access to the repository database at location "oracle:ccmusr@/lxdb8055:1521/CLM01P".
The server is running.
[rationaladmin@lxapp8053 server]$ ./repotools-jts.sh isServerRunning
Repo Tools
Provisioning using "./conf/jts/provision_profiles".
  Jazz Foundation - Core Libraries, Version 4.0 (RJF-I20120531-1400)

CRJAZ1363I Loading the configuration from "file:conf/jts/teamserver.properties".
CRJAZ1779I This server is configured as a JTS.
CRJAZ1093I The following service class was not activated: "com.ibm.team.repository.service.internal.rdb.ConnectionPoolService"
CRJAZ1240I An IO exception was caught while trying to obtain a file lock for file "/tmp/_JazzRepoDBDF9858ECEBF2A3599495E31D5AE1D2A0995FDD". This is needed to lock access to the repository database at location "oracle:jtsusr@/lxdb8055:1521/CLM01P".
The server is running.

0 votes



One answer

Permanent link
This looks similar:


the problem turned out to be that the file already existed as created by the root user, so other users only had read but not write access to the file.  In this case she was trying to run as herself.

Maybe you can try changing the permission of /tmp/_JazzRepoDBDF9858ECEBF2A3599495E31D5AE1D2A0995FDD so rationaladmin can access the file. 

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Oct 01 '12, 9:23 p.m.

Question was seen: 4,558 times

Last updated: Oct 01 '12, 10:00 p.m.

Confirmation Cancel Confirm