Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In out development environment (talend di) we created a simple job to execute a simple query. We are using sqlbase jdbc driver with tJdbcConnection. sqlbase is link in as external reference. In development the job is running fine. As we deploy the job to the TAC via SVN/remote connection the job breaks up with errors:
Exception in component tJDBCConnection_1 java.lang.ClassNotFoundException: jdbc.gupta.sqlbase.SqlbaseDriver
It seems that the JDBC driver "SQLBaseJDBC11.7.jar" is not copied to into the job. It's obvious that after transmission to the TAC the library is missing. We have tried to copy the job to different folders at the TAC-Server and the usage of tLoadLibrary without success. Any ideas?
Hello,
The external libraries that you have downloaded at Studio start-up will not be shared and thus the other users of Talend Administration Center will not be able to use CommandLine to generate their Jobs.
Could you please take a look at this online document about:TalendHelpCenter:Installing external modules to install modules in CommandLine?
Best regards
Sabrina
Hello,
Hello,
Would you mind creating a case on talend support portal so that we can give a remote assistance to you through support cycle with priority?
Best regards
Sabrina
When running the program I get a ClassNotFoundException referring to the selected driver: JDBC-Class not found. - org.apache.derby.jdbc.You need to set in on your classpath all the libraries for the classes you are going to call and for all the dependencies of those classes. In out development environment (talend di) we created a simple job to execute a simple query.
Hi,
When setting up TAC for the first time, or changing the TAC database, you may see the error Driver not found.
You are either missing the needed driver or may have the incorrect driver.
Solution
Best Regards
Aman