My Oracle Support Banner

If System Locale Is Set to "C" - ISS Script Returns with Error (Doc ID 1921473.1)

Last updated on SEPTEMBER 27, 2024

Applies to:

Oracle Communications Indexing and Search Service - Version 1.0 and later
Information in this document applies to any platform.

Symptoms

ISS 1u5 p22 with Java 7, when system locale is set to "C":

  

Changes

Added the jvm arg to set file encoding to java.args.searchsvc in jiss.conf and restarted the server:

Add:  -Dfile.encoding=UTF-8  

# grep java.args.searchsvc /jiss/etc/jiss.conf
java.args.searchsvc = -d64 -Xms8g -Xmx8g -Xmn4g -XX:-UseAdaptiveSizePolicy -XX:PermSize=128m -XX:MaxPermSize=128m -XX:+UseNUMA -XX:+NUMAStats -XX:+UseLargePages -XX:ThreadStackSize=256 -XX:+UseParallelGC -XX:+UseParallelOldGC -XX:ParallelGCThreads=8 -XX:SurvivorRatio=6 -XX:MaxTenuringThreshold=15 -Xloggc:/jiss/logs/iss-searchSvc.gclog -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:+PrintPromotionFailure -XX:+PrintHeapAtGC -XX:+PrintFlagsFinal -Dfile.encoding=UTF-8

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.