Quantcast
Channel: Pentaho Community Forums
Viewing all articles
Browse latest Browse all 16689

Kettle job in java - random error

$
0
0
Hi,

I'm working with kettle 4.2.1 integrated in a java application (jmx). The database is Oracle 11g.
And we've got a bug, which happends randomly (see logs).There is no oracle error.
It's a transformation which is called by kettle job which is called by a java application.
We don't know where is the cause of the bug...


Quote:

Couldn't prepare statement:
SELECT RC.ID ID_COMPTAGE, nvl(rif.gmt,0) GMT
FROM rc_comptage rc,
rc_type_comptage rtc,
rc_service rs,
rc_interface_fournisseur rif
WHERE RC.GUID_SYNCHRO IS NOT NULL
AND RC.GUID_SYNCHRO = ?
AND RC.ID_TYPE_COMPTAGE = RTC.ID
AND RTC.TYPE_COMPTAGE = ?
AND RC.ID_SERVICE = ?
AND rc.id_service = rs.id
AND rs.ID_INTERFACE_FOURNISSEUR = rif.id
Connexion interrompue

ERROR 11-07-2013 14:54:11,594 - di:342 - rcweb2_traitement_releves_gen - L'initialisation de l'étape [LOOK comptage.0] a échoué!
ERROR 11-07-2013 14:54:11,594 - di:342 - Generique - Impossible d'ouvrir la transformation : null
ERROR 11-07-2013 14:54:11,594 - di:342 - Generique - java.lang.NullPointerException
at org.pentaho.di.trans.steps.joinrows.JoinRows.dispose(JoinRows.java:467)
at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:766)
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:368)
at org.pentaho.di.job.Job.run(Job.java:288)

Viewing all articles
Browse latest Browse all 16689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>