Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Olivier,
Did you get any solutions to this issue?
I have the same issue.
Thank you.
Hi Olivier, Jubiratan
I am currently having the same issue
Did you manage to solve it?
Thank you
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.
Hello
Anyone got answer for this ? ?
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.
[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
2. vi "<runtime-dir>\etc\****-wrapper.conf" file:
wrapper.java.additional.XX=-Djava.rmi.server.hostname=0.0.0.0