Uploaded image for project: 'KIE Cloud'
  1. KIE Cloud
  2. KIECLOUD-261

NumberFormatException during Smartrouter bootstrap

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.4.0.GA
    • 7.4.0.GA
    • RHPAM

      During Smartrouter bootstrap, a java.lang.NumberFormatException is thrown because of a double equals during a variable association:

      https://github.com/jboss-container-images/jboss-kie-modules/blob/master/jboss-kie-smartrouter/added/launch/jboss-kie-smartrouter.sh#L95

       
      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)
      

              rhn-support-zanini Ricardo Zanini
              rhn-support-zanini Ricardo Zanini
              Jakub Schwan Jakub Schwan
              Jakub Schwan Jakub Schwan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: