From dev-return-22575-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Wed Feb 08 04:09:26 2006 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 4860 invoked from network); 8 Feb 2006 04:09:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 04:09:26 -0000 Received: (qmail 71807 invoked by uid 500); 8 Feb 2006 04:09:26 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 71636 invoked by uid 500); 8 Feb 2006 04:09:25 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 71625 invoked by uid 99); 8 Feb 2006 04:09:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 20:09:25 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 20:09:24 -0800 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id k18493Xl020612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Feb 2006 22:09:04 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k18493wt020525 for dev@forrest.apache.org; Tue, 7 Feb 2006 22:09:03 -0600 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 8 Feb 2006 15:08:57 +1100 From: David Crossley To: dev@forrest.apache.org Subject: Re: Why does forrest-issues.xml produce not wellformed xml? Message-ID: <20060208040857.GB15668@igg.indexgeo.com.au> References: <1139363712.10062.25.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1139363712.10062.25.camel@localhost> User-Agent: Mutt/1.4.2.1i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thorsten Scherler wrote: > > is there a reason why > http://localhost:8888/forrest-issues.xml on site-author > produces not well-formed markup? It is Jira RSS providing this. See the project.issues-rss-url in site-author/forrest.properties file. Each Issue Description is wrapped in a CDATA section. Perhaps our stylesheet does not handle that properly. -David > ... >
> >
> Does this indicate a memory leak? >
> > ... > > ************* > This non valid markup produces in the dispatcher for http://localhost:8888/forrest-issues.html > > dispatcherError: 500 - Internal server error > The contract "content-main" has thrown thrown an exception by resolving raw data from "cocoon://forrest-issues.body.xml". > > dispatcherErrorStack: > org.xml.sax.SAXParseException: The element type "br" must be terminated by the matching end-tag "
". > > > Thanks to the error handling in the dispatcher it did not took me long to find forrest-issues.xml > in site-author//sitemap.xmap and not on the file system. > > > > > > > > The dispatcher needs wellformed input data as raw data. > > Somebody has an idea? > > salu2 > -- > thorsten > > "Together we stand, divided we fall!" > Hey you (Pink Floyd)