TIBCO Business Works / Adapter Services “starting up” State

TIBCO BW / Adapter services take long time to start.We gotta add the following property to the base bwengine.tra file then restart the slow-starting services and see if the startup speeds up:

java.property.java.security.egd=file:/dev/./urandom

If you prefer, you can test the same property on one slow application service first by adding it to the application’s .tra file. If it works, apply it to the base bwengine.tra.

If the solution above helps, consider the following option below for a global fix:

Open the <jre_home>/lib/security/java.security configurations file, and edit/modify the property “securerandom.source” as follows:

Change the property

securerandom.source=file:/dev/urandom

to

securerandom.source=file:/dev/./urandom

and save the change.

Probably You Might get rid of indefinite starting up issue, provided all the resources in the Admin server are enough for management.

Leave a comment