Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi I try to get Data from my Database with a long Databasename: "jdbcracle:thin:@qumxx:15xx:apexxx"
If i run the Job i get the error Message:
[statistics] connecting to socket on port 3387
[statistics] connected
Exception in component tJDBCInput_1
java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:191)
at airpluslookup.airpluslookup_0_1.AirPlusLookup.tJDBCInput_1Process(AirPlusLookup.java:3951)
at airpluslookup.airpluslookup_0_1.AirPlusLookup.tFileInputDelimited_1Process(AirPlusLookup.java:2049)
at airpluslookup.airpluslookup_0_1.AirPlusLookup.runJobInTOS(AirPlusLookup.java:4424)
at airpluslookup.airpluslookup_0_1.AirPlusLookup.main(AirPlusLookup.java:4281)
I Set up the Java Environment variable like TalendHelpCenter:Installation+requirements.
Command javac reports:
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
which Driver jar needed tJDBCInput Adapter?
and which class is to be defined?
best regards