Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to read file (job using another job) #10

Open
corentin-pasquier opened this issue Feb 24, 2023 · 0 comments
Open

Unable to read file (job using another job) #10

corentin-pasquier opened this issue Feb 24, 2023 · 0 comments

Comments

@corentin-pasquier
Copy link

Hello,

I was trying to use your image, but I have a problem with a job using another job:

2023/02/24 12:56:54 - EXECUTION_TRAITEMENT - Start of job execution
2023/02/24 12:56:54 - EXECUTION_TRAITEMENT - Starting entry [debut_tache]
org.pentaho.di.core.exception.KettleXMLException:
Unable to load the job from XML file [/Commun/debut_tache.kjb]
Unable to read file [file:///Commun/debut_tache.kjb]
Could not read from "file:///Commun/debut_tache.kjb" because it is not a file.
        at org.pentaho.di.job.JobMeta.<init>(JobMeta.java:786)
        at org.pentaho.di.job.entries.job.JobEntryJob.getJobMeta(JobEntryJob.java:1279)
        at org.pentaho.di.job.entries.job.JobEntryJob.getJobMeta(JobEntryJob.java:1219)
        at org.pentaho.di.job.entries.job.JobEntryJob.execute(JobEntryJob.java:619)
        at org.pentaho.di.job.Job.execute(Job.java:724)
        at org.pentaho.di.job.Job.execute(Job.java:865)
        at org.pentaho.di.job.Job.execute(Job.java:546)
        at org.pentaho.di.job.Job.run(Job.java:436)
Caused by: org.pentaho.di.core.exception.KettleXMLException:

This is the repository:
image

And this is the command i ran:

$ ls -la | grep Commun
 4096 24 févr. 14:24 Commun
$ docker container run --rm -v /home/[email protected]/repository-kettle-france:/jobs andrespp/pdi runj Commun/EXECUTION_TRAITEMENT.kjb

I know this project hasn't been updated for along time but i'm trying ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant