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: 
Anonymous
Not applicable

Jobserver unreachable from Talend Studio 7.1.1

Hello,

 

Iam using Talend ETL 7.1.1.

 

I have a problem with JobServer installed in the same machine  with TAC.

 

 

 

When i try to run a job from studio using remote mode i get this error message :

 

Exécution en erreur 0683p000009MA5A.pngrg.talend.remote.commons.exception.ClientServerException: java.net.ConnectException: Server unreachable 127.0.0.1:8000, message: Connection refused: connect
[java.net.ConnectException: Server unreachable 127.0.0.1:8000, message: Connection refused: connect]

 

So i can't use my jobserver from studio.

 

The status of the server in TAC is UP.

Running job OK with JobConductor using job server

 

Any idea about thi issue ?

 

Regards

 

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi
Just made a testing and I am able to connect to Jobserver from studio on version 7.1.1.
Can you please execute this command from CMD to check if it is possible to open a connection to 127.0.1.1 on port 8000?
>telnet 127.0.0.1 8000

Regards
Shong

Anonymous
Not applicable
Author

Hello,

Thans for reply.

 

Yes i can reached the jobserver with telnet 127.0.0.1:8000 but not from the studio.

 

But when i change the host in TAC (servers conf.) from 127.0.0.1 to the IP of the jobserver, it works

 

It is normal ?

 

 

Best regards