Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Deployment failure with the below errors.
***
Caused by: com.tibco.infra.repository.WriteOperationRepoTimeoutException: Server not responding for write-operation
at com.tibco.repo.ServerBridge$Req.send(ServerBridge.java:17
COM.TIBCO.hawk.talon.MicroAgentException: com.tibco.pof.entity.WriteOperationTimeoutEntityStoreException:
Server not available at address TIBRepoEntityStore
***
These are timeouts on the repo communication which is used for the domain data and the
Hawk communication which is used for driving the deployment. Reasons could be Admin Sever
being very busy (not responding) or running out of memory or could be network delays between
the target machine and the Admin Server machine.
Recommendations:
1. Specify a value for operationRetry or a larger value for timeout in your domain properties files.
For setting this property, you can modify the repoUrl value in the domain's ".properties"
files (administrationdomain.properties and authorization domain.properties).
Refer to "Optional parameters for server-based locator string (TIBCO Rendezvous)"
under ->TIBCO Administrator Server Configuration Guide (Chapter 5 Advanced Topics)
2. The heartbeat interval is controlled by the Admin server from its TRA file with the
"repo.serverHeartbeatInterval" parameter, increasing it will reduce the chance of a busy
period being interpreted as the server died.
This KB can be appliable to both 5.2 and 5.3 verison.