Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III

Runtime server status on TAC

Hi all !
On Talend Administrator Console, when I click on "Servers" I can see both servers : tac server (including Runtime, commandline, etc...) and a runtime server only.
The runtime server appears like DOWN (with a red cross) but everything else is green and functionnal (CPU usage for exemple).
All Talend server are running on Ubuntu 12.04.
I didn't find an answer to this problem on the net, so I hope someone here can help me.
Sorry for my poor english,
Olivier
Labels (3)
8 Replies
Anonymous
Not applicable

oliver - could you please post a screenshot?
i am not sure what is failing - if it is the server (jobserver) then check that it is running by opening a terminal in the system running it:
netstat -n
and see if you find the port where it should be listening to.
regards
Bira1
Contributor

Hi Olivier,

 

Did you get any solutions to this issue?

 

I have the same issue.

 

Thank you.


status_runtime_server.jpg
Djx1
Contributor

Hi Olivier, Jubiratan

I am currently having the same issue

Did you manage to solve it?

Thank you


Screenshot_20190305_152544.png
Anonymous
Not applicable

Same issue for me too. Please, someone help with this.

I can able to Run the job and the ports numbers, CPU everything showing fine but the server status was in DOWN state.

Please, someone from Talend team at least help us why it was showing like this. Please check the screenshot attached. 


Capture.PNG
Anonymous
Not applicable

Hello 

Anyone got answer for this ? ? 

Djx1
Contributor

Hi Gurumahesh

No i have not sorted mine out yet wil post as soon as i resolve the issue

Thanks

Djx1
Contributor

Hi

I've solved my issue

Solution
To resolve this issue, perform the following steps:

1) Stop Runtime.

2) Edit the /etc/hosts file.

3) Replace 127.0.0.1 with the real Runtime IP address.

4)Start Runtime.

Anonymous
Not applicable

[Solution]

You can fix this by :

-->

vi etc\org.apache.karaf.management.cfg:

change rmiRegistryHost rmiServerHost: 127.0.0.1 → 0.0.0.0 (Remote connection support)

 

if the above won't work, then includes the following extra steps

  1. replace all 127.0.0.1 to 0.0.0.0 for etc\org.apache.karaf.management.cfg

2. vi "<runtime-dir>\etc\****-wrapper.conf" file:

wrapper.java.additional.XX=-Djava.rmi.server.hostname=0.0.0.0