Images in admin console Dan
    Images in admin console Yandy Avila
        Images in admin console Clint Andrews

From: Dan
Date: 8/1/15 2:03 PM
Topic: Images in admin console
Type: Installation
Post a follow up

Let me preface with this- I'm brand new to Xeams, so maybe this is a very simple issue.

I have a brand new installation of Xeams on a Ubuntu Server 14.04 64-bit. It appears as if what should be graph images are not loading in the admin console. I've viewed in multiple browsers(Chrome and Firefox) with the same result.

If I try to open the image link in its own tab I get: 

Here is a link to the screen I'm getting:     imgur.com/wAFXnyZ

The image “http//x.x.x.x:5272/ImageController?w=350&operation=mem” cannot be displayed because it contains errors.Any ideas?

Top

From: Yandy Avila
Date: 2/5/16 12:55 PM
Topic: Images in admin console
Type: Installation
Post a follow up

I'm getting the same error on Ubuntu Server 14.04 64 bit installation. I have searched everywhere and I can't seem to find a solution anywhere. If you come up with something, please reply to this post. I'm new to Xeams as well.

 

Thanks

Top

From: Clint Andrews
Date: 2/11/16 10:31 PM
Topic: Images in admin console
Type: Installation
Post a follow up

I was having the same issue with ClearOS 6 installation, which is based off from CentOS.  I was able to fix it by installing libgcc.  

yum install libgcc_s.so.1

I also modified the run.sh file to set the font render into a headless mode.

jre/bin/java -server -Xmx512m -cp $CP -DLoggingConfigFile=logconfig.xml -Djava.awt.headless=true com.synametrics.xeams.ServerStarter

Top