VANWEBUI started task has the IllegalCharsetNameException error
search cancel

VANWEBUI started task has the IllegalCharsetNameException error

book

Article ID: 397407

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction

Installed Vantage web client VANWEBUI and then customized the VANWEBUI started proc. The following error is received when the VANWEBUI task is started.

Exception in thread "main" java/nio/charset/IllegalCharsetNameException: IS74/logs
.at java/nio/charset/Charset.checkName (Charset.java:326)                      
.at java/nio/charset/Charset.lookup2 (Charset.java:532)                        
.at java/nio/charset/Charset.lookup (Charset.java:508)                         
.at java/nio/charset/Charset.defaultCharset (Charset.java:661)                 
.at java/lang/StringCoding.encode (StringCoding.java:416)                      
.at java/lang/System.afterClinitInitialization (System.java:161)               
.at java/lang/Thread.initialize (Thread.java:351)                              
.at java/lang/Thread.<init> (Thread.java:160)                                  

Cause

The following VANWEBUI started proc unix statement was causing the error.

IJO="$IJO -Dfile.encoding=IS74/logs

Resolution

Change the unix statement in the proc as follows to fix the exception.
IJO="$IJO -Dfile.encoding=ISO8859-1