Screenshot.jpg
When I pass extended=0, it works perfectly.
In this job, when I pass extended=1, it should execute cdrcmr_extended.ktr. But it is failing with the below error.
Please help. Note, I execute it in command line.
Thanks,
Lakshmi
sh kitchen.sh -file ./myfile.kjb -param:cdr_table=cdr20141019 -param:cmr_table=cmr20141019 -param:start_time=1413688500000 -param:end_time=1413689400000 -param:cdr_prev_table=cdr18 -param:cmr_prev_table=cmr8 -param:extended=1
INFO 19-10 03:06:22,615 - Kitchen - Start of run.
INFO 19-10 03:06:22,791 - cdreltjob - Start of job execution
INFO 19-10 03:06:22,795 - cdreltjob - Starting entry [Evaluate rows number in a table]
INFO 19-10 03:06:22,976 - cdreltjob - Starting entry [Simple evaluation(Extended =0 or Extented =1)]
INFO 19-10 03:06:22,977 - cdreltjob - Starting entry [cdrcmr_extended]
INFO 19-10 03:06:22,979 - cdrcmr_extended - Loading transformation from XML file [/opt/cdrcmr_extended.ktr]
ERROR 19-10 03:06:23,035 - cdreltjob - org.pentaho.di.core.exception.KettleException:
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1202)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:621)
at org.pentaho.di.job.Job.execute(Job.java:528)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:393)
at org.pentaho.di.job.Job.run(Job.java:313)
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2880)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2376)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2337)
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1158)
... 7 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:916)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2478)
... 10 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:885)
... 11 more
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.findDatabaseInterface(DatabaseMeta.java:498)
at org.pentaho.di.core.database.DatabaseMeta.getDatabaseInterface(DatabaseMeta.java:474)
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:882)
... 11 more
ERROR 19-10 03:06:23,035 - cdreltjob - org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.Job.execute(Job.java:672)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:393)
at org.pentaho.di.job.Job.run(Job.java:313)
Caused by: org.pentaho.di.core.exception.KettleException:
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1202)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:621)
at org.pentaho.di.job.Job.execute(Job.java:528)
at org.pentaho.di.job.Job.execute(Job.java:667)
... 4 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2880)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2376)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2337)
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1158)
... 7 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:916)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2478)
... 10 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:885)
... 11 more
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.findDatabaseInterface(DatabaseMeta.java:498)
at org.pentaho.di.core.database.DatabaseMeta.getDatabaseInterface(DatabaseMeta.java:474)
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:882)
... 11 more
ERROR 19-10 03:06:23,036 - cdreltjob - org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [Simple evaluation(Extended =0 or Extented =1).0]
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.Job.execute(Job.java:672)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:393)
at org.pentaho.di.job.Job.run(Job.java:313)
Caused by: org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.Job.execute(Job.java:672)
at org.pentaho.di.job.Job.execute(Job.java:667)
... 3 more
Caused by: org.pentaho.di.core.exception.KettleException:
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1202)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:621)
at org.pentaho.di.job.Job.execute(Job.java:528)
at org.pentaho.di.job.Job.execute(Job.java:667)
... 4 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2880)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2376)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2337)
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1158)
... 7 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:916)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2478)
... 10 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:885)
... 11 more
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.findDatabaseInterface(DatabaseMeta.java:498)
at org.pentaho.di.core.database.DatabaseMeta.getDatabaseInterface(DatabaseMeta.java:474)
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:882)
... 11 more
ERROR 19-10 03:06:23,036 - cdreltjob - A serious error occurred during job execution: org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [Evaluate rows number in a table.0]
Unexpected error occurred while launching entry [Simple evaluation(Extended =0 or Extented =1).0]
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
INFO 19-10 03:06:23,037 - Kitchen - Finished!
ERROR 19-10 03:06:23,038 - Kitchen - Finished with errors
INFO 19-10 03:06:23,038 - Kitchen - Start=2014/10/19 03:06:22.617, Stop=2014/10/19 03:06:23.038
INFO 19-10 03:06:23,038 - Kitchen - Processing ended after 0 seconds.
[root@AR-CHN-115-47 data-integration]#
When I pass extended=0, it works perfectly.
In this job, when I pass extended=1, it should execute cdrcmr_extended.ktr. But it is failing with the below error.
Please help. Note, I execute it in command line.
Thanks,
Lakshmi
sh kitchen.sh -file ./myfile.kjb -param:cdr_table=cdr20141019 -param:cmr_table=cmr20141019 -param:start_time=1413688500000 -param:end_time=1413689400000 -param:cdr_prev_table=cdr18 -param:cmr_prev_table=cmr8 -param:extended=1
INFO 19-10 03:06:22,615 - Kitchen - Start of run.
INFO 19-10 03:06:22,791 - cdreltjob - Start of job execution
INFO 19-10 03:06:22,795 - cdreltjob - Starting entry [Evaluate rows number in a table]
INFO 19-10 03:06:22,976 - cdreltjob - Starting entry [Simple evaluation(Extended =0 or Extented =1)]
INFO 19-10 03:06:22,977 - cdreltjob - Starting entry [cdrcmr_extended]
INFO 19-10 03:06:22,979 - cdrcmr_extended - Loading transformation from XML file [/opt/cdrcmr_extended.ktr]
ERROR 19-10 03:06:23,035 - cdreltjob - org.pentaho.di.core.exception.KettleException:
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1202)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:621)
at org.pentaho.di.job.Job.execute(Job.java:528)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:393)
at org.pentaho.di.job.Job.run(Job.java:313)
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2880)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2376)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2337)
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1158)
... 7 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:916)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2478)
... 10 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:885)
... 11 more
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.findDatabaseInterface(DatabaseMeta.java:498)
at org.pentaho.di.core.database.DatabaseMeta.getDatabaseInterface(DatabaseMeta.java:474)
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:882)
... 11 more
ERROR 19-10 03:06:23,035 - cdreltjob - org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.Job.execute(Job.java:672)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:393)
at org.pentaho.di.job.Job.run(Job.java:313)
Caused by: org.pentaho.di.core.exception.KettleException:
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1202)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:621)
at org.pentaho.di.job.Job.execute(Job.java:528)
at org.pentaho.di.job.Job.execute(Job.java:667)
... 4 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2880)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2376)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2337)
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1158)
... 7 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:916)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2478)
... 10 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:885)
... 11 more
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.findDatabaseInterface(DatabaseMeta.java:498)
at org.pentaho.di.core.database.DatabaseMeta.getDatabaseInterface(DatabaseMeta.java:474)
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:882)
... 11 more
ERROR 19-10 03:06:23,036 - cdreltjob - org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [Simple evaluation(Extended =0 or Extented =1).0]
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.Job.execute(Job.java:672)
at org.pentaho.di.job.Job.execute(Job.java:667)
at org.pentaho.di.job.Job.execute(Job.java:393)
at org.pentaho.di.job.Job.run(Job.java:313)
Caused by: org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.Job.execute(Job.java:672)
at org.pentaho.di.job.Job.execute(Job.java:667)
... 3 more
Caused by: org.pentaho.di.core.exception.KettleException:
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1202)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:621)
at org.pentaho.di.job.Job.execute(Job.java:528)
at org.pentaho.di.job.Job.execute(Job.java:667)
... 4 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2880)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2376)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2337)
at org.pentaho.di.job.entries.trans.JobEntryTrans.getTransMeta(JobEntryTrans.java:1158)
... 7 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:916)
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2478)
... 10 more
Caused by: org.pentaho.di.core.exception.KettleXMLException:
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:885)
... 11 more
Caused by: org.pentaho.di.core.exception.KettleDatabaseException:
database type with plugin id [172.20.116.67] couldn't be found!
at org.pentaho.di.core.database.DatabaseMeta.findDatabaseInterface(DatabaseMeta.java:498)
at org.pentaho.di.core.database.DatabaseMeta.getDatabaseInterface(DatabaseMeta.java:474)
at org.pentaho.di.core.database.DatabaseMeta.<init>(DatabaseMeta.java:882)
... 11 more
ERROR 19-10 03:06:23,036 - cdreltjob - A serious error occurred during job execution: org.pentaho.di.core.exception.KettleException:
Unexpected error occurred while launching entry [Evaluate rows number in a table.0]
Unexpected error occurred while launching entry [Simple evaluation(Extended =0 or Extented =1).0]
Unexpected error occurred while launching entry [cdrcmr_extended.0]
Unexpected error during transformation metadata load
Error reading object from XML file
Unable to load database connection info from XML node
Unable to create new database interface
database type with plugin id [172.20.116.67] couldn't be found!
INFO 19-10 03:06:23,037 - Kitchen - Finished!
ERROR 19-10 03:06:23,038 - Kitchen - Finished with errors
INFO 19-10 03:06:23,038 - Kitchen - Start=2014/10/19 03:06:22.617, Stop=2014/10/19 03:06:23.038
INFO 19-10 03:06:23,038 - Kitchen - Processing ended after 0 seconds.
[root@AR-CHN-115-47 data-integration]#