
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Runtime server status on TAC
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Olivier,
Did you get any solutions to this issue?
I have the same issue.
Thank you.
status_runtime_server.jpg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Olivier, Jubiratan
I am currently having the same issue
Did you manage to solve it?
Thank you
Screenshot_20190305_152544.png

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Anyone got answer for this ? ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No i have not sorted mine out yet wil post as soon as i resolve the issue
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[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
- 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
