Description:
Deployment is successful, but application's repository is not created under the folder %TIBCO_HOME%\tra\domain\domainname\datafiles\applicationname_root . This may happens randomly and deployment of big .ear files is more likely to happen.
Symptoms:<-----------
2014 Oct 22 03:53:09:423 GMT +2 BW.Oracle-RMSServices-Oracle-RMSServices Error [BW-Core] BWENGINE-100037 Repository not found: C:/tibco/tra/domain/ESB-DEV-C15/datafiles/Oracle-RMSServices_root
Repository not found: C:/tibco/tra/domain/ESB-DEV-C15/datafiles/Oracle-RMSServices_root
at com.tibco.pe.core.RepoLoader.<init>(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.do(Unknown Source)
at com.tibco.pe.PEMain.a(Unknown Source)
at com.tibco.pe.PEMain.<init>(Unknown Source)
at com.tibco.pe.PEMain.main(Unknown Source)
----->
Cause:During deployment, TRA hawk agent would create a .tmp folder (like "C:/tibco/tra/domain/ESB-DEV-C15/datafiles/Oracle-RMSServices_root.tmp"), and create all files for the application, then delete the older folder, and rename the .tmp folder to the application's repo folder. Some anti-virus software may think this behavior is suspicious and stop hawk agent from renaming the .tmp folder and delete this folder.