Closed markheger closed 4 years ago
solved in v2.4.3 and v2.5.0
According this list https://snyk.io/vuln/maven:io.netty%3Anetty-all io.netty:netty-all 4.1.44.Final has no known security issues.
05 Nov 2020 07:46:30.112+0000 [11730] ERROR #splapptrc,J[2],P[2],SampleRes.InsertResults M[Logging.scala:com.ibm.event.common.Logging$class.logError:70] - unable to open database: No response after 120 SECONDS to server /9.30.147.231:9002
4.0.29_Final
This version is also on the list https://www.cvedetails.com/cve/CVE-2016-4970/ According this list https://snyk.io/vuln/maven:io.netty%3Anetty-all there is no 4.0.x version available without any security issues.
Including
netty-all: 4.1.52.Final
prevents operator code to connect to Db2 Event Store. Connect task blocks and/or runs into timeout.Fallback to
netty-all: 4.1.42.Final
resolves the connection problem.Even other versions like 4.1.46 cause connection problems.