After installing TAC 8.0.1 and attempting to access the DB Config page in TAC, an error occurs:
500 The call failed on the server; see server log for details
The Oracle Database is utilized as TAC's database, and the compatible ODBC jar has been installed. The server log displays the primary error message as follows:
Error: caused by java.sql.SQLException: Non-supported character set (add orai18n.jar to your classpath).
Cause
The dependent orai18n.jar file is missing from the lib folder.
Resolution
Download the orai18n.jar file and ensure it is placed in both of the following folders:
<apache-tomcat>/lib
<apache-tomcat>/webapps/org.talend.administrator/WEB-INF/lib
Once completed, please restart the TAC server.
Environment