NetXMS Support Forum

English Support => General Support => Topic started by: dushyantmdave on February 11, 2013, 10:42:32 AM

Title: not able to install netxms console on Linux
Post by: dushyantmdave on February 11, 2013, 10:42:32 AM
#ls
about_files  about.html  configuration  libcairo-swt.so  nxmc  nxmc.ini  plugins
# ./nxmc
Segmentation fault
Title: Re: not able to install netxms console on Linux
Post by: Victor Kirhenshtein on February 11, 2013, 12:23:07 PM
What Linux distribution and what NetXMS console version you are using?

Best regards,
Victor
Title: Re: not able to install netxms console on Linux
Post by: dushyantmdave on February 11, 2013, 12:27:09 PM
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
Title: Re: not able to install netxms console on Linux
Post by: dushyantmdave on February 11, 2013, 02:41:03 PM
is it required any additional software like wine in linux ?
Title: Re: not able to install netxms console on Linux
Post by: Victor Kirhenshtein on February 11, 2013, 02:47:49 PM
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
Title: Re: not able to install netxms console on Linux
Post by: dushyantmdave on February 11, 2013, 03:35:04 PM
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.
Title: Re: not able to install netxms console on Linux
Post by: Alex Kirhenshtein on February 11, 2013, 04:16:48 PM
Try to remove ~/.fontconfig (or just rename it for testing)

See also: https://bugzilla.redhat.com/show_bug.cgi?id=532718
http://lists.freedesktop.org/archives/fontconfig/2009-June/003168.html
Title: Re: not able to install netxms console on Linux
Post by: dushyantmdave on February 12, 2013, 08:35:34 AM
Hello Alex,

I have used ulimit -c unlimited

and the problem is solved

Thanks a lot.