Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Headless Server Install

Hi

Currently using TOS and now looking at MDM so downloaded MDM CE. As I understand it there is a server element running JBoss that allows web user interface for users and a client end using eclipse for development of processes.

However when I try to install the server element on to Ubuntu Server 10.04 with no screen, keyboard or mouse and no GUI installed I run :

java -jar TMDMCE-Server-All-r45078-V4.1.0M2.jar

and get :

java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.

I have tried running :

export DISPLAY=:0.0

then install but get :

Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class java.awt.Toolkit

Any thoughts?

Thanks

Kreef
Labels (2)
2 Replies
Anonymous
Not applicable

emblondel
Contributor
Contributor

java -jar TMDMCE-Server-All-rxxxxx-Vxxxxxx.jar -console
will do...