|
Dear all, I have set up collect (version 4.0.102) on a linux server. NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" I start the executable with ./OpenForisCollect-launcher.run It works well, but sometime I need to start collect from ssh connexion, for example after that I reboot the server. I am struggling, because Collect require a display to run and with ssh, there are no display. I got the following message: ./OpenForisCollect-launcher.run Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. I tried to set a DISPLAY, with Xvfb for example, but it did not work: Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using 'localhost:10' as the value of the DISPLAY variable. So my question, is there a way to start collect without any display? If I understand well, the display is only required for the window that tell us that collect is running. I thank you in advance for any help. Jonathan Lisein |
|
My IT specialist found the following solution. run with virtual X11 with xvfb:
|
|
Dear Jonathan, |