Actions
Bug #9077
closedInventory "toInt" error when parsing report with VIRTUALMEMORY = 2297795780
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NumberFormatException: For input string: "2297795780"
Because well, Java int space is [-2147483648, 2147483647].
Proposed solution: forbid machine with >2To of virtual memory. (Edit Note: it was of course a joke, this is just a awful bug)
Actions