2 Replies Latest reply on Jan 13, 2010 11:56 AM by ips

    JOPR 2.3.1 crashes after installation.

      Hello!

       

      JOPR 2.3.1 crashes after installation.

       

      Environment

       

      Linux 2.6.31-COMMON #2 SMP Tue Oct 6 19:34:42 MSD 2009 x86_64 Intel(R) Xeon(R) CPU E7450 @ 2.40GHz GenuineIntel GNU/Linux


      java version "1.6.0_17"
      Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
      Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)

       

      Log

       

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      #  SIGILL (0x4) at pc=0x00007f2a87c24ee1, pid=22264, tid=139820748638480
      #
      # JRE version: 6.0_17-b04
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.3-b01 mixed mode linux-amd64 )
      # Problematic frame:
      # C  [libfontconfig.so.1+0x11ee1]  FcCharSetCount+0x71
      #
      # If you would like to submit a bug report, please visit:
      #   http://java.sun.com/webapps/bugreport/crash.jsp
      # The crash happened outside the Java Virtual Machine in native code.
      # See problematic frame for where to report the bug.

        • 1. Re: JOPR 2.3.1 crashes after installation.
          mazz

          You have a problem with your JRE. Look at the stack that caused the crash - the JRE is trying to initialize some X11 stuff and it crashed - specifically, something with the X font subsystem. Suggest you upgrade your JRE or use a different JRE vendor.

           

          Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
          C  [libfontconfig.so.1+0x11ee1]  FcCharSetCount+0x71

          Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
          j  sun.font.FontManager.getFontPath(Z)Ljava/lang/String;+0
          j  sun.java2d.SunGraphicsEnvironment.getPlatformFontPath(Z)Ljava/lang/String;+1
          j  sun.awt.X11GraphicsEnvironment.getFileNameFromPlatformName(Ljava/lang/String;)Ljava/lang/String;+263
          j  sun.java2d.SunGraphicsEnvironment.initCompositeFonts(Lsun/awt/FontConfiguration;Ljava/util/Hashtable;)V+32
          j  sun.java2d.SunGraphicsEnvironment.access$400(Lsun/java2d/SunGraphicsEnvironment;Lsun/awt/FontConfiguration;Ljava/util/Hashtable;)V+3
          j  sun.java2d.SunGraphicsEnvironment$2.run()Ljava/lang/Object;+880
          v  ~StubRoutines::call_stub
          J  java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
          j  sun.java2d.SunGraphicsEnvironment.<init>()V+44
          j  sun.awt.X11GraphicsEnvironment.<init>()V+1
          v  ~StubRoutines::call_stub
          j  sun.reflect.NativeConstructorAccessorImpl.newInstance0(Ljava/lang/reflect/Constructor;[Ljava/lang/Object;)Ljava/lang/Object;+0
          j  sun.reflect.NativeConstructorAccessorImpl.newInstance([Ljava/lang/Object;)Ljava/lang/Object;+72
          J  java.lang.Class.newInstance()Ljava/lang/Object;
          j  java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment()Ljava/awt/GraphicsEnvironment;+27
          j  java.awt.image.BufferedImage.createGraphics()Ljava/awt/Graphics2D;+0
          j

          • 2. Re: JOPR 2.3.1 crashes after installation.
            ips
            You might also look if you have anything funky in your LD_LIBRARY_PATH and if you are missing any standard font packages on the system (e.g. urw-fonts).   The "Sun Java (091114)" section from http://www.sabi.co.uk/Notes/linuxFonts.html may help you troubleshoot your environment: