Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am trying to run my java app on ubuntu server, but i constantly receive this error: java.lang.InternalError: Can't connect to X11 window server. I set the DISPLAY variable to :0.0 but that didn't help. In the X11 log file i got these error messages: (EE) open /dev/fb0: No such file or directory (EE) intel(0): No kernel modesetting driver detected. (EE) Screen(s) found, but none have a usable configuration.

share|improve this question
do you have an X server running on :0.0? And is the user authorized to use it (xauth)? – mulaz Dec 6 '12 at 12:22
Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. I am logged as root – flux_relux77 Dec 6 '12 at 12:26
1  
yes, but is the actuall X server running? – mulaz Dec 6 '12 at 12:30
no, i cannot start the X server – flux_relux77 Dec 6 '12 at 12:37
I'd suggest you look at the stack trace, figure out what class is throwing the error, and find its source, to understand why the error is occurring. – Daniel R Hicks Dec 6 '12 at 12:56

closed as not a real question by Nifle, Brad Patton, Dave Rook, Dave M, 8088 Apr 23 at 16:46

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.