cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
durgeshsingh21
Level 3

NumberFormatException when doing silent install with response file

Jump to solution

I have response file and doing silent install using below command

installer.bin -i silent -r responseFile

It has been throwing NumberFormatException.

0 Kudos
(1) Solution
durgeshsingh21
Level 3

Response file has property as below

port=9092

I changed it as below

port="9092"

Then problem has been fixed.

View solution in original post

0 Kudos
(1) Reply
durgeshsingh21
Level 3

Response file has property as below

port=9092

I changed it as below

port="9092"

Then problem has been fixed.

0 Kudos