Newbie display question
[email protected] Wed, 30 Aug 2006 10:17:10 -0500
| Newsgroups | gmane.comp.krysalis.user |
|---|---|
| Message-ID | <OF87CDF7EC.FE842715-ON862571DA.004D4F3A-862571DA.0053F86C@thrivent.com> |
We're trying to get jCharts running within our AIX WebSphere environment
(AIX 5.2, WAS 5.0.2.10, JDK 1.3.1), but not having much luck. Our server
guy has set up vfb to use display :1. (See process list below.) When the
servlet goes through its init(), the jvm locks up and we have to kill the
process and restart to get the other apps in that jvm running again. We
see the "pieChart INIT" line written out to the log, but nothing else. I'm
guessing we still don't have something set up correctly for the display,
but not sure what.
public void init() {
//---all charts of this type of pie chart are going to
share the same properties.
System.out.println("pieChart INIT");
this.properties = new PieChart2DProperties();
System.out.println("INIT properties");
this.legendProperties = new LegendProperties();
System.out.println("INIT legend properties");
this.legendProperties.setNumColumns(2);
System.out.println("INIT legend columns");
this.legendProperties.setPlacement(LegendProperties.BOTTOM);
System.out.println("INIT legend placement");
this.chartProperties = new ChartProperties();
System.out.println("INIT chart properties");
this.chartProperties.setEdgePadding(3f);
System.out.println("pieChart INIT COMPLETE");
}
root 229490 225394 0 14:12:02 - 0:04 /usr/lpp/X11/bin/X -D
/usr/lib/X11//rgb -T -force :0 -auth /var/dt/A:0-U03hia
root 348342 1 0 14:12:49 - 0:00 /usr/bin/X11/X -vfb :1
Greg Hoven
Lead Integration Analyst - Java Framework Engineering
Thrivent Financial
625 4th Ave S
Minneapolis, MN 55415
Work - 612.340.5820
Cell - 612.968.4448
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
krysalis-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/krysalis-users