Products | Versions |
---|---|
TIBCO Runtime Agent (TRA) | 5.10 |
TRA Upgrade Manager "Throws java.lang.NumberFormatException" while being executed. Below is the error stack:
WRAPPER - start method threw an exception
Exception in thread "main" java.lang.NumberFormatException: For input string: ""
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:592)
at java.lang.Integer.parseInt(Integer.java:615)
at com.tibco.administrator.command.tool.TraUpgradeManager.if(TraUpgradeManager.java:393)
at com.tibco.administrator.command.tool.TraUpgradeManager.a(TraUpgradeManager.java:317)
at com.tibco.administrator.command.tool.TraUpgradeManager.doUpgrade(TraUpgradeManager.java:126)
at com.tibco.administrator.command.tool.TraUpgradeManager.main(TraUpgradeManager.java:121)