Products | Versions |
---|---|
TIBCO Hawk | 5.2.0 |
If Hawk 5.2.0 standalone edition was installed on top of TRA 5.10.x or 5.11.x, some components like webconsole and httpadater would be installed. Those components bundles old log4j jars(v1.2.x).
./TIBCO_HOME/tibco/cfgmgmt/hawk/bin/log4j_agent.properties
./tibco/_installInfo/assembly_registry/tpcl_log4j
./tibco/tra/5.11/lib/log4j2Props.jar
./tibco/hawk/5.2/lib/ext/slf4j-log4j12-1.6.4.jar
./tibco/hawk/5.2/lib/ext/log4j-1.2.15.jar
./tibco/hawk/5.2/lib/compat/ant-apache-log4j.jar
./tibco/hawk/5.2/lib/compat/log4j-1.2.15.jar
./tibco/hawk/5.2/lib/compat/slf4j-log4j12-1.5.2.jar
./tibco/hawk/5.2/bin/log4j_agent.properties
./tibco/hawk/5.2/webconsole/tomcat/lib/log4j-1.2.15.jar
./tibco/hawk/5.2/webconsole/tomcat/lib/slf4j-log4j12-1.6.4.jar
./tibco/hawk/5.2/webconsole/tomcat/webapps/hawkwebconsole/WEB-INF/conf/log4j_webconsole.properties
./tibco/hawk/5.2/webconsole/tomcat/webapps/hawkwebconsole/WEB-INF/lib/log4j-1.2.15.jar
./tibco/hawk/5.2/webconsole/tomcat/webapps/hawkwebconsole/WEB-INF/lib/slf4j-log4j12-1.6.4.jar
./tibco/hawk/5.2/adapters/http/WEB-INF/classes/log4j_http_adapter.properties
./tibco/hawk/5.2/adapters/http/WEB-INF/lib/log4j-1.2.15.jar
./tibco/hawk/5.2/adapters/http/WEB-INF/lib/slf4j-log4j12-1.6.4.jar
./tibco/tpcl/5.11/lib/log4j-slf4j-impl-2.17.1.jar
./tibco/tpcl/5.11/lib/slf4j-log4j12-1.7.31.jar
./tibco/tpcl/5.11/lib/log4j-api-2.17.1.jar
./tibco/tpcl/5.11/lib/log4j-core-2.17.1.jar
./tibco/tpcl/5.11/lib/log4j-appserver-2.17.1.jar
./tibco/tpcl/5.11/ant/1.10/lib/ant-apache-log4j.pom
./tibco/tpcl/5.11/ant/1.10/lib/ant-apache-log4j.jar
When you upgrade to TRA 5.11.3, the installer wont touch the jars in those folders. That is expected behavior. Because they are not TRA components, they are part of standalone hawk.
Log4j jars in those folder are used only by that component. That means if you don't use webconsole and httpadapter, those jars wont be loaded by any applications. It should be OK to leave them there. However, some customers may want to get rid of all old log4j jars from the file system. As Hawk 5.2.0 standalone doesn't provide such a service pack, some post installation steps are required to address that.