Skip to main content
Solved

Can FME-Workbench be used in a GUI for CentOS7

  • August 16, 2018
  • 5 replies
  • 11 views

I've got FME workbench installed and licensed on a CentOS7 machine an Amazon EC2. I've successfully run models through command line, but I would ideally like to have the actual FME GUI. I followed these instructions to install a the gnome gui and connecting through VNC https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-remote-access-for-the-gnome-desktop-on-centos-7#step-8-%E2%80%94-securing-vnc-sessions-through-ssh-tunneling

When I click on the FME workbench application in the gui it crashes when it tries to load the main window.

Do I just need to use something other than gnome?

 

Best answer by philiptivel

Andrea, based on that error I did a yum remove dracut-fips and now the FME Workbench UI appears to be working!!!

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

andreaatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 450 replies
  • August 16, 2018
Hi @philiptivel,

 

Could you try running the following command to see if it works or provides more information: 

 

/opt/fme-desktop-2018/fmeworkbench fmetest.fmw

  • Author
  • 2 replies
  • August 16, 2018

Andrea, I get this error when I run that command:

[maintuser@ip-172-31-2-18 data]$ /opt/fme-desktop-2018/fmeworkbench fmetest.fmw bf_skey.c(69): OpenSSL internal error, assertion failed: Cipher BLOWFISH forbidden in FIPS mode! Aborted (core dumped)


  • Author
  • 2 replies
  • Best Answer
  • August 16, 2018

Andrea, based on that error I did a yum remove dracut-fips and now the FME Workbench UI appears to be working!!!


andreaatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • 450 replies
  • August 16, 2018

Andrea, based on that error I did a yum remove dracut-fips and now the FME Workbench UI appears to be working!!!

That's great to hear! Thank you for the updates!

 

 


ravenkopelman
Safer
Forum|alt.badge.img+1
  • Safer
  • 91 replies
  • August 16, 2018

Andrea, based on that error I did a yum remove dracut-fips and now the FME Workbench UI appears to be working!!!

Thanks for the update @philiptivel - we'll consider reducing our use of Blowfish so that FIPS enforcement doesn't have to be disabled on the system.