Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

java.io.IOException: Cannot run program "--stat_port=null"

Hi,

I am having this error:

The system cannot find the file specified

java.io.IOException: Cannot run program "--stat_port=null": CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) ~[?:1.8.0_201]

at java.lang.Runtime.exec(Runtime.java:620) ~[?:1.8.0_201]

at java.lang.Runtime.exec(Runtime.java:485) ~[?:1.8.0_201]

at tams.archive_basetablespart1_karan_0_1.Archive_BaseTablesPart1_Karan.tRunJob_40Process(Archive_BaseTablesPart1_Karan.java:27421) [classes/:?]

at tams.archive_basetablespart1_karan_0_1.Archive_BaseTablesPart1_Karan$3.run(Archive_BaseTablesPart1_Karan.java:28238) [classes/:?]

Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified

at java.lang.ProcessImpl.create(Native Method) ~[?:1.8.0_201]

at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) ~[?:1.8.0_201]

at java.lang.ProcessImpl.start(ProcessImpl.java:137) ~[?:1.8.0_201]

at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ~[?:1.8.0_201]

... 4 more

There is no file used in the process.

This job was originally created in Talend Open Studio 6.2.1 But now I am migrating this job to Talend Studio 7.3.1 and there was no such error in TOS 6.2.1

Is it something I have missed in the migration?

Thanks in advance.

Labels (5)
1 Reply
Anonymous
Not applicable

Hi

It seems the main job is trying to run a child job that does not exist. Review your tRunJob_40 components settings.

 

Regards

Shong