On 11/27/05, Daniel Łaś <[EMAIL PROTECTED]> wrote: > I found different stack trace than previously posted.Maybe this will be > more helpfull. > > 2005-11-27 16:54:36 StandardWrapperValve[action]: Servlet.service() for > servlet action threw exception > java.lang.NoClassDefFoundError > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:141) > at > java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:62) > at java.awt.Font.initializeFont(Font.java:308)
Are you running in a 'headless' environment? On Unix/Linux with no graphics libraries (such as X11) installed? This thread on the JFree forums might help: http://www.jfree.org/phpBB2/viewtopic.php?t=1012 -- Wendy