The reference in your stacktrace might be an indicator that you are not running tomcat in 'headless' mode.
And now I understand from where the "by so-and-so on such-and-such" came from in your original email. Check out http://alov.org/topic.do?t_id=369 ------------------------ by artem on 2004/02/18 02:54 Make sure that java on your server is 1.3 or higher. To work in headless environment (without X server) you have to add the following line in your catalina.sh CATALINA_OPTS="-Djava.awt.headless=true $CATALINA_OPTS" ------------------------ > -----Original Message----- > From: Hugo Osorio [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 06, 2005 5:15 PM > To: Tomcat Users List > Subject: Re: help on a publication > > > I have this failure inside the log, when i am trying to see > the context in the navigator.. > > i can solve this only fixing up the X Window ? I thought X > Window had nothing to do with this > > could be another thing? > > thank you > > > 2005-10-06 19:32:32 StandardContext[/alovmap]Context > initialized 58 2005-10-06 19:32:32 > StandardContext[/alovmap]Exception starting filter ogcFilter > 59 java.lang.NoClassDefFoundError 60 at > java.lang.Class.forName0(Native Method) 61 at > java.lang.Class.forName(Class.java:141) > 62 at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment( > GraphicsEnvironment.java:62) > 63 at java.awt.Font.initializeFont(Font.java:308) > 64 at java.awt.Font.<init>(Font.java:344) > 65 at org.alov.map.MapUtils.<clinit>(MapUtils.java:116) > 66 at org.alov.serv.OGC_Filter.init(OGC_Filter.java:179) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]