This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: NumberFormatException when doing silent install with response file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2023
06:47 AM
I have response file and doing silent install using below command
installer.bin -i silent -r responseFile
It has been throwing NumberFormatException.
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 15, 2023
06:26 AM
Response file has property as below
port=9092
I changed it as below
port="9092"
Then problem has been fixed.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 15, 2023
06:26 AM
Response file has property as below
port=9092
I changed it as below
port="9092"
Then problem has been fixed.
