If you don't have X11 installed on that machine you need to make sure you supplement the CFMX7 install with the X11 base libraries.
Specifically you have to make sure you've got libXp.so.6 present on your system. CFChart is dependent on it. Laterz, J On 7/15/05, Matthew Geier <[EMAIL PROTECTED] > wrote: > > I have just upgraded our CF servers to MX7 and every thing seems to > have survived except charts. > Trying to use a chart results in the following - > > > The system has attempted to use an undefined value, which usually > indicates a programming error, either in your code or some system code. > > Null Pointers are another name for undefined values. > > The error occurred in /u3/www/vservers/metadev/test/chart.cfm: line 86 > > 84 : itemcolumn="Year_Month" > 85 : valuecolumn="new_clusters_created"> > 86 : </cfchartseries> > 87 : > 88 : > > ........ > > Date/Time 15-Jul-05 05:59 PM > Stack Trace > at > cfchart2ecfm2073490982.runPage(/u3/www/vservers/metadev/test/chart.cfm:86) > > java.lang.NullPointerException > at > com.gp.image.graphics.general.fonts.USwingFontRepository.<init>( > USwingFontRepository.java:23) > at > com.gp.image.graphics.general.fonts.USwingFontRepository$SWF .<init>( > USwingFontRepository.java:46) > at > com.gp.image.graphics.general.UFontManagerFactory.checkSWF( > UFontManagerFactory.java:79) > at > com.gp.image.graphics.general.UFontManagerFactory.SWF( > UFontManagerFactory.java :19) > at com.gp.image.graphics.flash.FGraphics.<init>(FGraphics.java:134) > > and so on. > > Which would indicate to me that some where along the line some vital > java class is missing. But i've not been able to figure out what. > > Any one able to point me in the right direction ? > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:14:3998 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.14 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
