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 job in TAC

Hi All,

 

Am using tsystem component in talend job. its working fine. while scheduling same job in TAC. It's shows error. I have installed TAC in windows environments and using job server from linux environments for TAC.

I have mentioned error details below:

[INFO ]: smartnet.z_tsystem_0_1.z_tsystem - TalendJob: 'z_tsystem' - Start.

[statistics] connecting to socket on port 10466
[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"): CreateProcess error=267, The directory name is invalid
java.io.IOException: Cannot run program "cmd" (in directory "C:\Users\RAJ\Desktop\test"): CreateProcess error=267, The directory name is invalid
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: CreateProcess error=267, The directory name is invalid
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
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"): CreateProcess error=267, The directory name is invalid
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: CreateProcess error=267, The directory name is invalid
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 5 more

1 Reply
vapukov
Creator III
Creator III

[FATAL]: smartnet.z_tsystem_0_1.z_tsystem - tSystem_1 Cannot run program "cmd" (in directory "C:\Users\RAJ\Desktop\test"): CreateProcess error=267, The directory name is invalid

all is in error log:

  • when you run job on TAC it can not find your own folder
  • even if you install TAC on your local machine (or run Studio on same Server) - TAC run it self and run all jobs from different user name and have not access to your folder

change path to available for all users/jobs, for example C:\jobs (just as example)