Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Description:
===========
When attempting underployment/redeployment the following exception is seen:
==============
com.tibco.infra.repository.NotAllowedException: MdtDatabasePurgeProcessor cannot lock for update: There is not enough space in the file system. at com.tibco.repo.FileRepoServer.lockInstance(FileRepoServer.java:317) at
===============
Environment:
===========
TIBCO Administrator,TIBCO Runtime Agent
OS: UNIX
Resolution:
=========
The issue is caused by not enough space in the temp direcory. There are two ways to resolve this issue:
1). Clean up some space in the temp folder. On UNIX use df -k to check if the temp space is available.
2) Try the following steps:
=====================
--in hawkagent_<domain_name>.tra add the following parameter:
java.property.java.io.tmpdir=<tibco>/hakwagent_tmpdir
--in tibcoadmin_<domain_name>.tra add the following parameter:
java.property.java.io.tmpdir=<tibco>/admin_tmpdir
-- in $(tra_home)/5.x/bin/AppManage.tra, add the following line:
java.property.java.io.tmpdir=<tibco>/app_tmpdir (if you are using Appmanage then add the parameter for appmanage).
==============
Make sure there is enough space for directories:
--restart both Administrator and Hawk processes.
3). Check these temp folders for size regularly and make sure there's enough space for the temporary files.