Home > Backend Development > PHP Tutorial > 'Unable to load the job from XML file' encountered during use of kettle

'Unable to load the job from XML file' encountered during use of kettle

不言
Release: 2023-03-01 06:38:02
Original
7744 people have browsed it

The "Unable to load the job from XML file" problem occurred when executing the following code

Execution code:

            JobMeta jobMeta = new JobMeta(log, jobFileName, null);
Copy after login
Copy after login

Exception message:

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
Copy after login
Copy after login

Reply content:

Occurred when executing the following code "Unable to load the job from XML file" problem

Execution code:

            JobMeta jobMeta = new JobMeta(log, jobFileName, null);
Copy after login
Copy after login

Exception information:

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
Copy after login
Copy after login
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Install JAVA
From 1970-01-01 08:00:00
0
0
0
Unable to install java
From 1970-01-01 08:00:00
0
0
0
Can java be used as the backend of the web?
From 1970-01-01 08:00:00
0
0
0
Is this in Java language?
From 1970-01-01 08:00:00
0
0
0
Help: JAVA encrypted data PHP decryption
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template