Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 41541 invoked from network); 4 Mar 2004 10:06:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Mar 2004 10:06:21 -0000 Received: (qmail 38512 invoked by uid 500); 4 Mar 2004 10:05:39 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 38489 invoked by uid 500); 4 Mar 2004 10:05:39 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 38452 invoked from network); 4 Mar 2004 10:05:39 -0000 Received: from unknown (HELO out1.smtp.messagingengine.com) (66.111.4.25) by daedalus.apache.org with SMTP; 4 Mar 2004 10:05:39 -0000 X-Sasl-enc: ULVSXLDl4ihEeQTDahJ6cA 1078394715 Received: from upaya.co.uk (unknown [213.48.13.39]) by www.fastmail.fm (Postfix) with ESMTP id D5F1F6B3E49 for ; Thu, 4 Mar 2004 05:05:15 -0500 (EST) Message-ID: <4046FF4E.50205@upaya.co.uk> Date: Thu, 04 Mar 2004 10:05:02 +0000 From: Upayavira User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Error found handling the request. - Cocoon 1.8 References: <20040304100201.11176.qmail@web61103.mail.yahoo.com> In-Reply-To: <20040304100201.11176.qmail@web61103.mail.yahoo.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Why are you using Cocoon 1.8? It has reached 2.1.4 now, and the changes between v1 and v2 were HUGE, so most people here won't know anything about 1.8. Regards, Upayavira Murthy wrote: >Hi, > >I'm encountering the below error while trying to >generate the '.rtf' file with images. Without images >'.rtf' file is opening fine. > >I'm quite new to cocoon world, any help would be >greatly appreciated. > >Env details: > >1. Cocoon version 1.8 >2. Servlet Engine iAS/6.5 SP1 > > >Error stack trace is below, > > >Error found handling the request. >java.lang.NoClassDefFoundError > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:115) > at java.awt.Toolkit$2.run(Toolkit.java:507) > at java.security.AccessController.doPrivileged(Native >Method) > at >java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498) > at >org.jfor.jfor.tools.jpeg.Encoder.encodeJPEG(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfExternalGraphic.writeRtfContentWithException(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfExternalGraphic.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfContainer.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfTableCell.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfContainer.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfTableRow.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfContainer.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfContainer.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfContainer.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfContainer.writeRtfContent(Unknown >Source) > at >org.jfor.jfor.rtflib.rtfdoc.RtfElement.writeRtf(Unknown >Source) > at org.jfor.jfor.rtflib.rtfdoc.RtfFile.flush(Unknown >Source) > at org.jfor.jfor.converter.Converter.writeRtf(Unknown >Source) > at >org.jfor.jfor.converter.Converter.endDocument(Unknown >Source) > at >org.jfor.jfor.tools.DomToSaxAdapter.simulateParsing(Unknown >Source) > at org.jfor.jfor.converter.Converter.(Unknown Source) > at >org.jfor.jfor.cocoon1.Cocoon1Formatter.format(Unknown >Source) > at org.apache.cocoon.Engine.handle(Engine.java:375) > at org.apache.cocoon.Cocoon.service(Cocoon.java:167) > at >javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at >com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown >Source) > at >com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown >Source) > at com.kivasoft.applogic.AppLogic.execute(Unknown >Source) > at com.kivasoft.applogic.AppLogic.execute(Unknown >Source) > at com.kivasoft.thread.ThreadBasic.run(Native Method) > at java.lang.Thread.run(Thread.java:479) > > >Warning: this page has been dynamically generated. > > >Copyright (c) 1999-2000 The Apache XML Project. >All rights reserved. > > > >Regards >Murthy > >__________________________________ >Do you Yahoo!? >Yahoo! Search - Find what you�re looking for faster >http://search.yahoo.com > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org >For additional commands, e-mail: users-help@cocoon.apache.org > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org