Driver not found (see installation guide for more information)
i am trying to install the talend 6 on Ubuntu server Java (Jre)1.7.80 has been installed, when i am trying to fill in the parameters in is not working, not sure why, also i tried to find the document for installation on Ubuntu server but could not found any.
error screenshot is attached.
we used ppa:webupd8team/java repo to install Java8
# apt-get install oracle-java8-installer
readlink -f $(which java)
/usr/lib/jvm/java-8-oracle/jre/bin/java
# java -version
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
this is the java version i have now, but the error is still there..it still says driver not found
(see installation guide for more information)
Hi,
Have you ever placed required modules in
<TomcatPath>/webapps/org.talend.administrator/WEB-INF/lib?
Could you please take a look the document about:
TalendHelpCenter:Configuring the Studio?
Best regards
Sabrina
no, i didn't download any modules, i just unzip the
Talend-AdministrationCentre to webapps, i am installing on Ubuntu and the link you provided me is for windows.
could you please give me more specific details how can i download which modules for Ubuntu ?
Hi,
Are you using Talend installer to install your product?
Have you already reported a ticket on Talend Support Portal(
https://support.talend.com/otrs/customer.pl)?
In this way, we can give you a remote assistance.
The link I provided is the installation guide which is for both Windows and Linux. Have you tried to place mysql jdbc driver jar file into TomcatPath>/webapps/org.talend.administrator/WEB-INF/lib to see if it works?(The error message indicates that Tac cannot find this mysql jdbc driver)
Best regards
Sabrina
thank you Xdshi..!!! it worked, i copied the mysql-connector-java-5.1.22-bin.jar to /org.talend.administrator/WEB-INF/lib and restart the tomcat it worked.
now when i am trying to log administrator centre with default admin@company.com and admin password it says unknow user
when i look at configuration.properties file in /org.talend.administrator/WEB-INF/classes, it look ok to me... could you please help ?
###############################################################
# DEFAULT ADMIN ACCOUNT PARAMETERS
###############################################################
install.defaultaccount.login=admin@company.com
install.defaultaccount.password=oV***********Mrg==,Encrypt
install.defaultaccount.firstname=admin
install.defaultaccount.lastname=admin
install.defaultaccount.type=DI