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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error while running job on unix server.

Hi Team,

I am running job on unix server and while running job i am facing error in starting of job. PFA for error.

Please help me to understand and resolve this error.

 

Thanks,

Bhushan

Labels (2)
10 Replies
fdenis
Master
Master

check your path, a lot of unix error are due to "\" in place of "/".
Anonymous
Not applicable
Author

Hi fdenis,

Thanks for reply. This issue is not about paths. I am using correct paths.

 

Thanks,

Bhushan.

fdenis
Master
Master

is there some other jobs who are running on this server?
Anonymous
Not applicable
Author

Hi fdenis,

I am running only one job at a time. after completion of one job i will trigger another job.

 

Thanks,

Bhushan.

fdenis
Master
Master

just try a simple job (creating one local file).
so we may know if it's the configuration or te job
Anonymous
Not applicable
Author

Hi fdenis,

I am getting below error:

"java.net.SocketException: Network is unreachable (connect failed)"

 

Why this error is occurred every time that am not able to understand.

 

Thanks,

Bhushan.  

fdenis
Master
Master

are you using TAC?
Anonymous
Not applicable
Author

Hi fdenis,

I am not using TAC for this jobs. I have configured server in talend application and running job using console.

 

Thanks,

Bhushan.

fdenis
Master
Master

you have setup a server in talend application:
Talend - run/debug - remote
but did you install Talend runtime service on the server?

with no tac: just build your job, copy files to the sever and manually run it.