Project

General

Profile

Actions

Bug #12556

closed

NumberFormatException in NodeAPI 8 (runResponse)

Added by François ARMAND almost 6 years ago. Updated almost 6 years ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

In node API service 8, we have that code:

out.write(s"Error when trying to contact internal remote-run API: ${e.getMessage}".toByte)

This code will throw a `java.lang.NumberFormatException` because "toByte" try to parse the string as a byte.

Actions #1

Updated by François ARMAND almost 6 years ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from François ARMAND to Vincent MEMBRÉ
  • Pull Request set to https://github.com/Normation/rudder/pull/1923
Actions #2

Updated by Rudder Quality Assistant almost 6 years ago

  • Assignee changed from Vincent MEMBRÉ to François ARMAND
Actions #3

Updated by François ARMAND almost 6 years ago

  • Assignee changed from François ARMAND to Vincent MEMBRÉ
Actions #4

Updated by Rudder Quality Assistant almost 6 years ago

  • Assignee changed from Vincent MEMBRÉ to François ARMAND
Actions #5

Updated by François ARMAND almost 6 years ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by Benoît PECCATTE almost 6 years ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 4.1.12, 4.2.6 and 4.3.1 which were released today.

Actions

Also available in: Atom PDF