CSM MSMSetup.sh failed with java.lang.NumberFormatException: For input string: ""
search cancel

CSM MSMSetup.sh failed with java.lang.NumberFormatException: For input string: ""

book

Article ID: 220724

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER

Issue/Introduction

MSMSetup.sh failed:
DEBUG 2021-07-29 08:06:31,484 (JobSubmitFTP.java:231): statusMsg: AD97176A  JOB90963  OUTPUT   10 Spool Files                             
DEBUG 2021-07-29 08:06:31,484 (JobSubmitFTP.java:232): summary.getRunStatus() has OUTPUT string: AD97176A  JOB90963  OUTPUT   10 Spool Files                             
DEBUG 2021-07-29 08:06:31,484 (JobSubmitFTP.java:408): inside getNonZeroStatus
ERROR 2021-07-29 08:06:31,485 (UtilMeth.java:139): For input string: ""
ERROR 2021-07-29 08:06:31,485 (UtilMeth.java:145): java.lang.NumberFormatException: For input string: ""
 at java.lang.NumberFormatException.forInputString(NumberFormatException.java:77)

 

 

Environment

Release : 6.1

Component :

Resolution

It was trying to get the RC from the run of CSM6101 but nothing was returned causing the java.lang.NumberFormatException: For input string: ""

It looks like you are using JESINTERFACELEVEL=1 and 2 is required. Try specifying job.submission.mode=TSO   in the MSMSetupOptionsFile.properties file and try it again.