-
Bug
-
Resolution: Done
-
Blocker
-
7.4.0.GA
-
2019 Week 26-28
-
Compatibility/Configuration
-
Low
During Smartrouter bootstrap, a java.lang.NumberFormatException is thrown because of a double equals during a variable association:
Exception in thread "main" java.lang.ExceptionInInitializerError Caused by: java.lang.NumberFormatException: For input string: "=9000" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:652) at java.base/java.lang.Integer.parseInt(Integer.java:770) at org.kie.server.router.KieServerRouter.<clinit>(KieServerRouter.java:75)