Heim >Backend-Entwicklung >PHP-Tutorial >Bei der Verwendung von Kettle ist die Meldung „Auftrag konnte nicht aus XML-Datei geladen werden' aufgetreten

Bei der Verwendung von Kettle ist die Meldung „Auftrag konnte nicht aus XML-Datei geladen werden' aufgetreten

不言
不言Original
2018-05-24 15:31:177761Durchsuche

Das Problem „Der Job konnte nicht aus der XML-Datei geladen werden“ ist beim Ausführen des folgenden Codes aufgetreten

Ausführungscode:

            JobMeta jobMeta = new JobMeta(log, jobFileName, null);

Ausnahmeinformationen:

org.pentaho.di.core.exception.KettleXMLException: 
Unable to load the job from XML file [file:///D:/credit/hldzxjb/ep_yw.kjb]

Unable to load job info from XML node

Unable to read Job Entry copy info from XML node : org.pentaho.di.core.exception.KettleStepLoaderException: 
No valid step/plugin specified (jobPlugin=null) for TRANS


No valid step/plugin specified (jobPlugin=null) for TRANS

Antwortinhalt:

Das Problem „Der Job konnte nicht aus der XML-Datei geladen werden“ ist beim Ausführen des folgenden Codes aufgetreten

Ausführungscode:

            JobMeta jobMeta = new JobMeta(log, jobFileName, null);

Ausnahme Informationen:

org.pentaho.di.core.exception.KettleXMLException: 
Unable to load the job from XML file [file:///D:/credit/hldzxjb/ep_yw.kjb]

Unable to load job info from XML node

Unable to read Job Entry copy info from XML node : org.pentaho.di.core.exception.KettleStepLoaderException: 
No valid step/plugin specified (jobPlugin=null) for TRANS


No valid step/plugin specified (jobPlugin=null) for TRANS
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn