CSM install fails with java.lang.NumberFormatException: For input string: "03070007007
search cancel

CSM install fails with java.lang.NumberFormatException: For input string: "03070007007

book

Article ID: 133162

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER

Issue/Introduction

Installing CSM fails with java.lang.NumberFormatException: For input string: "03070007007

Environment

Release: 

Component:

Resolution

Please refer to the attachments in this case. There are 4 jar files. Rename them to be MSMDeployer.jar , MSMInstaller.jar , MSMValidator.jar and MSMOptValGen.jar .

Under /MSMSetup/ replace

MSMDeployer.jar

MSMInstaller.jar

Under /Bin replace MSMValidator.jar

Under /MSMSetup/lib/ replace MSMOptValGen.jar

 

These jar files are for CA CSM 6.1 however they can also be used for 6.0. If you are using 6.0, under path /../MSMSetup/SAMPLIB/ rename all the 60 and 600 suffixed members to 61 and 610. For example CSM3M600 to CSM3M610 and CSMPDB60 to CSMPDB61 etc.

 Before running the CSMN6103 modify the SRVHFS2 and SRVHFS3 DDDEF's from:
REP  DDDEF(SRVHFS2)                                               
      PATH('/parentpath/msm/datacom/dbsrv/bin/'). 
 REP  DDDEF(SRVHFS3)                                               
      PATH('/parentpath/msm/datacom/dbsrv/lib/'). 
  to:

 REP  DDDEF(SRVHFS2)                                               
      PATH('/parentpath/msm/datacom/dbsrv/lib/'). 
 REP  DDDEF(SRVHFS3)                                               
      PATH('/parentpath/msm/datacom/dbsrv/bin/'). 

SRVHFS2 should end with /lib and SRVHFS3 end in /bin.

 

 

Attachments

1560176036855__MSMValidator.jar get_app
1560176008808__MSMOptValGen.jar get_app
1560175981403__MSMDeployer.jar get_app
1560175923178__MSMInstaller.jar get_app