Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
RAJ6
Contributor III
Contributor III

tSystem component shows error while running a job in TAC

Hi All,

 

  Am using tSystem component in Talend job. it's working fine. while scheduling the same job in TAC, tSystem component shows error. I have installed TAC in windows environment and using Linux job server for TAC schedule.

I have mentioned error details below:

 [INFO ]: smartnet.z_tsystem_0_1.z_tsystem - TalendJob: 'z_tsystem' - Start.
[statistics] connecting to socket on port 10470
[statistics] connected
[INFO ]: smartnet.z_tsystem_0_1.z_tsystem - tSystem_1 - Setting the parameters.
[INFO ]: smartnet.z_tsystem_0_1.z_tsystem - tSystem_1 - Root directory: 'C:/Users/RAJ/Desktop/test'.
[FATAL]: smartnet.z_tsystem_0_1.z_tsystem - tSystem_1 Cannot run program "cmd" (in directory "C:/Users/RAJ/Desktop/test"): error=2, No such file or directory
java.io.IOException: Cannot run program "cmd" (in directory "C:/Users/RAJ/Desktop/test"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at smartnet.z_tsystem_0_1.z_tsystem.tSystem_1Process(z_tsystem.java:379)
at smartnet.z_tsystem_0_1.z_tsystem.runJobInTOS(z_tsystem.java:823)
at smartnet.z_tsystem_0_1.z_tsystem.main(z_tsystem.java:641)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 5 more
[statistics] disconnected
Exception in component tSystem_1 (z_tsystem)
java.io.IOException: Cannot run program "cmd" (in directory "C:/Users/RAJ/Desktop/test"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at smartnet.z_tsystem_0_1.z_tsystem.tSystem_1Process(z_tsystem.java:379)
at smartnet.z_tsystem_0_1.z_tsystem.runJobInTOS(z_tsystem.java:823)
at smartnet.z_tsystem_0_1.z_tsystem.main(z_tsystem.java:641)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 5 more

 

1 Reply