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)
The following VANWEBUI started proc unix statement was causing the error.
IJO="$IJO -Dfile.encoding=IS74/logs
Change the unix statement in the proc as follows to fix the exception.
IJO="$IJO -Dfile.encoding=ISO8859-1