A
Arun Kumar Mohapatra
Guest
One of the reason that takes time to change webspeed agent process state "STARTING" to "AVAILABLE" is due to time taken by the agent process to connect any configured database. Normally we are passing database to which agent process wants to connect as "srvrStartupParam" in ubroker.properties file. if database connection takes more time then starting of agent process takes more time to complete, in this scenario you need to verify why DB takes more time to accept any connection request. Also another reason is to search for available server socket for binding. Normally we are providing a socket range using "srvrMaxPort" & "srvrMinPort" in ubroker.properties file. when an agent starts it searches for the available socket with in that range, this searching also takes some time extra time to get available socket to bind. But there is very less chance that this operation takes 30min time to start. Thanks, Arun
Continue reading...
Continue reading...