Re: Autoconfig failed, Non supported character set
Posted by ErmanArslansOracleBlog on Mar 25, 2022; 1:01pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Autoconfig-failed-Non-supported-character-set-tp10805p10808.html
I guess, we need to modify the adgentns.pl as well..
There is no orai18n.jar in the classpath that is set by adgentns.pl and actually adgentns.pl is the one that is failing..
See adgentns.pl's classpath ;
Classpath : :/u02/oracle/TEST/19.0.0/jdbc/lib/ojdbc8.jar:/u02/oracle/TEST/19.0.0/appsutil/java/xmlparserv2.jar:/u02/oracle/TEST/19.0.0/appsutil/java:/u02/oracle/TEST/19.0.0/jlib/netcfg.jar:/u02/oracle/TEST/19.0.0/jlib/ldapjclnt19.jar
See how it is failing;
Loading ORACLE_HOME environment from /u02/oracle/TEST/19.0.0
Logfile: /u02/oracle/TEST/19.0.0/appsutil/log/TEST_proddb01/03250225/NetServiceHandler.log
AC-50480: Internal error occurred: java.sql.SQLException: Non supported character set (add orai18n.jar in your classpath): AR8ISO8859P6
java.sql.SQLException: Non supported character set (add orai18n.jar in your classpath): AR8ISO8859P
**So it seems we need to update adgentns.pl with the same logic...