The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Rapidminer studio installation error Can't connect to X11 window server using

AjiVargheseAjiVarghese Member Posts: 1 Learner III
edited July 2019 in Help

Hello,

I am trying to run the rapidminer-studio-installer script .When I attempt to run the script (ubuntu 14.04) it errors out:


=========================

Jul 01, 2016 12:42:17 AM com.rapidminer.launcher.GUILauncher main
INFO: Launching RapidMiner, platform ANY
Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'localhost:10.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:65)
at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:115)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:74)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:264)
at java.awt.GraphicsEnvironment.createGE(GraphicsEnvironment.java:103)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
at com.rapidminer.gui.RapidMinerGUI.<clinit>(RapidMinerGUI.java:233)
at com.rapidminer.launcher.GUILauncher.registerGUIStartupListeners(GUILauncher.java:341)
at com.rapidminer.launcher.GUILauncher.main(GUILauncher.java:331)

=========================
OS

Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-91-generic x86_64)

=========

 


What could be wrong here? Could you please suggest me.

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee-RapidMiner, Member, University Professor Posts: 1,996 RM Engineering

    Hi,

     

    given that there is no Studio installer script (there is one for RapidMiner Server, though), you are talking about the regular script to start the GUI of RapidMiner Studio.

    The error indicates that your X Server is not running. You need that to be able to use the GUI of Studio.

     

    Regards,

    Marco

Sign In or Register to comment.