Skip to Main Content

Trying to add database driver (JDBC): jdbc.idbDriver - Warning, not in CLASSPATH?

Ujjwal RanaJun 23 2015 — edited Jun 23 2015

This the output of java from my PC under linux platform (rhel 6.5).

[pentaho@vertica-srv1 Downloads]$ java -version

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)

[pentaho@vertica-srv1 Downloads]$ javac -version

javac 1.7.0_79

[pentaho@vertica-srv1 Downloads]$ which java

/usr/bin/java

[pentaho@vertica-srv1 data-integration]$ whereis java

java: /usr/bin/java

[pentaho@vertica-srv1 data-integration]$

But the problem is while trying to open ETL program under linux platform [pentaho@vertica-srv1 data-integration]$ ./spoon.sh .... I received the following error messages. Please suggest how the below mentioned issue can be solved ??? Let me know if any further information is required.

[pentaho@vertica-srv1 data-integration]$ ./spoon.sh

Trying to add database driver (JDBC): RmiJdbc.RJDriver - Warning, not in CLASSPATH?

Trying to add database driver (JDBC): jdbc.idbDriver - Warning, not in CLASSPATH?

Trying to add database driver (JDBC): org.gjt.mm.mysql.Driver - Warning, not in CLASSPATH?

Trying to add database driver (JDBC): com.mckoi.JDBCDriver - Warning, not in CLASSPATH?

[KnowledgeFlow] Loading properties and plugins...

Looking forward to hear from you all.

Thanks

Ujjwal Rana

Comments
Post Details
Added on Jun 23 2015
1 comment
1,489 views