Skip to main content
Announcements
New: No-code data prep in Qlik Cloud Analytics™ TAKE A TOUR
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Error when starting Talend Runtime

Hello, I just installed Talend Runtime 5.1.1 on a new linux server running RHEL 6.2. When I start Talend-Runtime I see the following error in the log, does anyone know how to solve this?
12:59:56,392 | ERROR | observer.server) | oring.jmx.server.OsInfoRetriever 237 | 188 - org.talend.monitoring.server - 5.1.1 | Exception when starting Sigar monitoring
java.lang.UnsatisfiedLinkError: org.hyperic.sigar.Sigar.getNativeVersion()Ljava/lang/String;
at org.hyperic.sigar.Sigar.getNativeVersion(Native Method)
at org.hyperic.sigar.Sigar.<clinit>(Sigar.java:101)
at sigar.CPUMonitoringData.<clinit>(CPUMonitoringData.java:32)
at sigar.SigarCpuInfo.computeCPUMonitoringData(SigarCpuInfo.java:152)
at sigar.SigarCpuInfo.access$000(SigarCpuInfo.java:31)
at sigar.SigarCpuInfo$1.run(SigarCpuInfo.java:129)
at sigar.SigarCpuInfo.startMonitoring(SigarCpuInfo.java:133)
at org.talend.monitoring.jmx.server.OsInfoRetriever.startSigarMonitoring(OsInfoRetriever.java:234)
at org.talend.monitoring.jmx.server.OsInfoRetriever.<init>(OsInfoRetriever.java:303)
at org.talend.monitoring.jmx.server.OSInformationAgent.start(OSInformationAgent.java:105)
at org.talend.remote.jobserver.server.TalendJobServer.startMonitoringServer(TalendJobServer.java:223)
at org.talend.remote.jobserver.server.TalendJobServer.startOnly(TalendJobServer.java:129)
at org.talend.remote.jobserver.server.activator.Activator.updated(Activator.java:59)
at org.apache.felix.cm.impl.ConfigurationManager$ManagedServiceUpdate.run(ConfigurationManager.java:1160)
at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:104)
at java.lang.Thread.run(Thread.java:662)
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

this is the response I got from support, which solved my issue:
1) Stop the runtime
2) Download the zip file attached on your RH6.2 and unzip it
3) Ask your system admin, to add to LD_LIBRARY_PATH or LDPATH (or both) the path <hyperic-sigar-1.6.4_HOME>/sigar-bin/lib, where <hyperic-sigar-1.6.4_HOME> is the directory were you unziped the zip file
4) Restart the runtime and check
It is like the native library used by java to get the information on the server is missing, it seems to be know on Red Hat: http://stackoverflow.com/questions/12119569/java-lang-unsatisfiedlinkerror-org-hyperic-sigar-sigar-g...

View solution in original post

3 Replies
Anonymous
Not applicable
Author

this is the response I got from support, which solved my issue:
1) Stop the runtime
2) Download the zip file attached on your RH6.2 and unzip it
3) Ask your system admin, to add to LD_LIBRARY_PATH or LDPATH (or both) the path <hyperic-sigar-1.6.4_HOME>/sigar-bin/lib, where <hyperic-sigar-1.6.4_HOME> is the directory were you unziped the zip file
4) Restart the runtime and check
It is like the native library used by java to get the information on the server is missing, it seems to be know on Red Hat: http://stackoverflow.com/questions/12119569/java-lang-unsatisfiedlinkerror-org-hyperic-sigar-sigar-g...
Anonymous
Not applicable
Author

Thank you dneuman64 for sharing, i forgot to answer here too.
Regards,
Anonymous
Not applicable
Author

Thank you dneuman64 for sharing, i forgot to answer here too.
Regards,