报错

2013-05-28 13:00:24.984 - DEBUG(2) {pool-1-thread-1} - 抽取MPI开始
ERROR 28-05 13:00:26,468 - tablein - An error occurred, processing will be stopped: 
Error occured while trying to connect to the database


Error occured while trying to connect to the database


不能为连接池预加载连接
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
192.168.1.104:1521:tjhis








ERROR 28-05 13:00:26,468 - tablein - 错误初始化步骤[tablein]
ERROR 28-05 13:00:26,468 - DI_MPI_REGISTERINFO_tr - 步骤 [tablein.0] 初始化失败!
ERROR 28-05 13:00:26,484 - Transformation - Unable to prepare for execution of the transformation
ERROR 28-05 13:00:26,484 - Transformation - org.pentaho.di.core.exception.KettleException: 
无法初始化至少一个步骤.  执行无法开始!




at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:792)
at org.pentaho.di.trans.Trans.execute(Trans.java:364)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:1024)
at org.pentaho.di.job.Job.execute(Job.java:503)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:368)
at org.pentaho.di.job.Job.run(Job.java:288)


0
1
ERROR 28-05 13:00:26,562 - 表输入 - An error occurred, processing will be stopped: 
Error occured while trying to connect to the database


Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
192.168.1.104:1521:tjhis






ERROR 28-05 13:00:26,562 - 表输入 - 错误初始化步骤[表输入]
ERROR 28-05 13:00:26,562 - DI_MPI_ADDRESS_page - 步骤 [表输入.0] 初始化失败!
ERROR 28-05 13:00:26,562 - 分页 - Unable to prepare for execution of the transformation
ERROR 28-05 13:00:26,562 - 分页 - org.pentaho.di.core.exception.KettleException: 
无法初始化至少一个步骤.  执行无法开始!




at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:792)
at org.pentaho.di.trans.Trans.execute(Trans.java:364)
at org.pentaho.di.job.entries.trans.JobEntryTrans.execute(JobEntryTrans.java:1024)
at org.pentaho.di.job.Job.execute(Job.java:503)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:642)
at org.pentaho.di.job.Job.execute(Job.java:368)
at org.pentaho.di.job.Job.run(Job.java:288)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)


0
1
ERROR 28-05 13:00:27,578 - 表输入 - An error occurred, processing will be stopped: 
Error occured while trying to connect to the database


Error connecting to database: (using class oracle.jdbc.driver.OracleDriver)
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
192.168.1.104:1521:tjhis

---------------------------------------------------------------------------------------------------------

以上是报错,堆栈的层次我看不出来,所以没分析出来原因,最后发现数据库没有启动。

根据结论,再看报错,其实是有些线索的,是我当初没看仔细。

错误信息中有“表输入”字样,其实说的就是第一个节点,在获取数据。

而以下错误就是很明显的数据库连接问题:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
192.168.1.104:1521:tjhis

你可能感兴趣的:(EIG)