Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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.

0683p000009MBmZ.png
Labels (3)
12 Replies
Anonymous
Not applicable
Author

You will need a Java 8 JDK. Are you using the installer?
Anonymous
Not applicable
Author

should i use the open JDK ver 8 or java JDK ver 8, i used apt-get to install java ealier. thanks for your reply.
Anonymous
Not applicable
Author

Hi,
So far, talend don't support for Open JDK.
TalendHelpCenter:Requiring a JDK installation to build jobs starting from version 6.0
Best regards
Sabrina
Anonymous
Not applicable
Author

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)
Anonymous
Not applicable
Author

can anyone please look at this..
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

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 ?
Anonymous
Not applicable
Author

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
Anonymous
Not applicable
Author

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