You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
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
Offline
I found a workaround if you have a Windows machine.
http://www.talendforge.org/forum/viewtopic.php?id=12303
Offline
java -jar TMDMCE-Server-All-rxxxxx-Vxxxxxx.jar -console
will do...
Offline
Pages: 1