Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good Morning,
I've recently installed the Talend Server suite in a CentOS 7 Virtual Machine (within Virtualbox).
Everything went well with the "Easy Install Server" mode except a mongodb script for the dictionnary part at the end of the installation, but it doesn't matter because being one of the last parts it shouldn't impact what has been installed before and also I haven't tried to use it until now.
Then, I've restarted the installation in advanced mode to complete with the last item "Talend Server Services", but Talend Servers didn't transmute "as services".
It's not what I expected, but it isn't what really matters.
So, I've started the TAC, runtime and so on with the following custom script :
#!/bin/sh systemctl stop firewalld sh /opt/Talend-6.5.1/cmdline/start_cmdline.sh #/opt/Talend-6.5.1/jobserver/start_jobserver.sh /opt/Talend-6.5.1/runtime/bin/start sh /opt/Talend-6.5.1/iam/start_iam.sh /opt/Talend-6.5.1/tac/Artifact-Repository-Nexus-V2.14.3-02/nexus-2.14.3-02/bin/nexus start #sh /opt/Talend-6.5.1/esb/zookeeper/bin/zkServer.sh start sh /opt/Talend-6.5.1/tac/start_tac.sh #sh /opt/Talend-6.5.1/logserv/start_logserver.sh
Then, I've declared the runtime in the TAC, but I'm quite annoyed as it stays in a "DOWN" status while all its connection ports are green :
I'm then stuck because I can't deploy my routes and services.
=> How can I update this runtime status ?
I've also declared 2 runtimes in addition which are running in separate VM.
One went UP and the second which is a duplicate except the network address remains DOWN while indicators are also green.
I'm confused.
=> How can I fix the DOWN status ? How can I make all my servers UP ?
Your help will be very much appreciated.
Thank You.
Best Regards,
Jacky Siveton
[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