BW Start Up logs are not populating

BW Start Up logs are not populating

book

Article ID: KB0079580

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks 5.x

Description

What causes BW to not generate the start up logs?

For example:When application starts it prints only below information(No BW version printed here).
---------------------
2018 Sep 18 10:36:03:887 GMT +0200 BW.TestApp-TestApp User [BW-User] - Job-1 [BusinessDomain/TestLogging.process/User]: User 
2018 Sep 18 10:38:48:289 GMT +0200 BW.TestApp-TestApp User [BW-User] - Job-1000 [BusinessDomain/TestLogging.process/User]: User 
2018 Sep 21 12:27:26:168 GMT +0200 BW.TestApp-TestApp User [BW-User] - Job-2000 [BusinessDomain/TestLogging.process/User]: User 
---------------------

Instead of following logs containing BW versions:
----------------------
2018 Sep 20 11:42:19:884 GMT +0530 BW.TestApp-TestApp Info [BW-Core] BWENGINE-300001 Process Engine version 5.13.0, build V24, 2015-8-11
2018 Sep 20 11:42:19:890 GMT +0530 BW.TestApp-TestApp Info [BW-Core] BWENGINE-300009 BW Plugins: version 5.13.0, build V24, 2015-8-11
2018 Sep 20 11:42:19:895 GMT +0530 BW.TestApp-TestApp Info [BW-Core] BWENGINE-300010 XML Support: TIBCOXML Version 5.60.0.003
2018 Sep 20 11:42:19:895 GMT +0530 BW.TestApp-TestApp Info [BW-Core] BWENGINE-300011 Java version: Java HotSpot(TM) 64-Bit Server VM 
--------------------

Issue/Introduction

BW Start Up logs are not populating

Environment

All

Resolution

This issue is because "Trace.Info.*=false" is set either in application.tra file(when running in deployed environment) or in properties.cfg (when running in designer).
You need to comment the line
"Trace.Info.*=false" or explicitly set this property to true.