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

不言
Release: 2023-03-01 06:38:02
Original
7498 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:
source:php.cn
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 [email protected]
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!