How can i replace X11 window server?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mazzola
Posts: 1
Joined: Wed Jan 14, 2004 5:06 pm

How can i replace X11 window server?

Post by mazzola » Wed Jan 14, 2004 5:23 pm

Hi,

i have to substitute X11 window server because it has several problem with HP-UNIX 11.0
Do you know a way to substitute X11?

thanks
Michele

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Wed Jan 14, 2004 9:55 pm

It's outside my area of expertise.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

phamdinhnguyen
Posts: 22
Joined: Thu Jan 29, 2004 8:28 pm

X11 installation

Post by phamdinhnguyen » Tue Feb 10, 2004 6:33 pm

AIX 43/ JDK 131 / Websphere 403, and X11 DISPLAY problem

My final working solution for AIX, after exhausting all possible settings/configurations with PureJavaAWT, is XVFB. If you MUST get a solution, check out this link for details:

http://publibn.boulder.ibm.com/doc_link ... Header_363

Best luck!

petem10
Posts: 7
Joined: Thu Mar 25, 2004 9:21 am
Location: Sheffield - UK

same problem, what's the answer...

Post by petem10 » Tue Mar 30, 2004 5:36 pm

I am trying to get my application running on AIX 5.1 and Websphere4.0.5 but I am having the same problems you have encountered here.

I am unsure of the solution.
I have installed xvfb but still no good. Are you saying I need the PJAToolkit aswell as xvfb or not....? do they do the same thing (solve the headless state problem?)

Many thanks in advance for your clarification

MooMooN

PJA Toolkit

Post by MooMooN » Tue Mar 30, 2004 6:20 pm

You can use PJA toolKit. it's works fine.

garv

Post by garv » Wed Mar 31, 2004 3:33 pm

You may also find this of interest:
http://java.sun.com/products/java-media ... .html#xvfb

petem10
Posts: 7
Joined: Thu Mar 25, 2004 9:21 am
Location: Sheffield - UK

no images

Post by petem10 » Fri Apr 02, 2004 1:09 pm

Have tried the PJAToolkit and xvfb and still no luck.... admittedly haven't spent much time checking xvfb configuration so might still be some config issues there.

But PJA is setup on the appserver and configured as per numerous posts that have this running on this architecture.

The worst part is I get no errors in any of the logs, the page loads and instead of charts I get the image can't be found box with a cross in it like it is a bad URL.



Has anyone experienced similar problems in the past, can anyone help explain what I am doing wrong or how I can generate more useful errors to explain the problem??

for info:
The pja jars are off the root of WAS in a:/usr/PJAToolkit/pja.jar etc........and the CLASSPATH reflects this.

My JFreeChart jars are on the application server itself...

Locked