not able to install netxms console on Linux

Started by dushyantmdave, February 11, 2013, 10:42:32 AM

Previous topic - Next topic

dushyantmdave

#ls
about_files  about.html  configuration  libcairo-swt.so  nxmc  nxmc.ini  plugins
# ./nxmc
Segmentation fault

Victor Kirhenshtein

What Linux distribution and what NetXMS console version you are using?

Best regards,
Victor

dushyantmdave

1.2.5 version I am using for both client and server
netxms-1.2.5.tar.gz
nxmc-1.2.5-linux-gtk-x64.tar.gz

dushyantmdave

is it required any additional software like wine in linux ?

Victor Kirhenshtein

No, you don't need Wine. Please tell me what Linux distribution you are using. Also, check what Java runtime is installed. Launcher is not supposed to crash if JVM is missing, but check it anyway.

Best regards,
Victor

dushyantmdave

RHEL 5.5 64 bit

I have installed JRE 7
and now the error is

./nxmc
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x000000366941b7b8, pid=839, tid=1103808832
#
# JRE version: 7.0_13-b20
# Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libfontconfig.so.1+0x1b7b8]  FcStrListCreate+0x38
#
# Core dump written. Default location: /home/nxmc/core or core.839
#
# An error report file with more information is saved as:
# /home/nxmc/hs_err_pid839.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

Alex Kirhenshtein


dushyantmdave

Hello Alex,

I have used ulimit -c unlimited

and the problem is solved

Thanks a lot.