From user-return-1918-apmail-forrest-user-archive=forrest.apache.org@forrest.apache.org Fri Mar 18 11:11:35 2005 Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 95358 invoked from network); 18 Mar 2005 11:11:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Mar 2005 11:11:34 -0000 Received: (qmail 93682 invoked by uid 500); 18 Mar 2005 11:11:33 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 93639 invoked by uid 500); 18 Mar 2005 11:11:32 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 93623 invoked by uid 99); 18 Mar 2005 11:11:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from www2.kc.aoindustries.com (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Mar 2005 03:11:29 -0800 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9) with ESMTP id j2IBBRYS031626 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 18 Mar 2005 05:11:27 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.12.9-20030917/8.12.9/Submit) id j2IBBQMi031591 for user@forrest.apache.org; Fri, 18 Mar 2005 05:11:26 -0600 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Fri, 18 Mar 2005 22:11:21 +1100 From: David Crossley To: user@forrest.apache.org Subject: Re: Problem upgrading to forrest 6 Message-ID: <20050318111121.GB24306@igg.indexgeo.com.au> References: <423862D6.3070503@apache.org> <200503161806.j2GI6IYR004502@www2.kc.aoindustries.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200503161806.j2GI6IYR004502@www2.kc.aoindustries.com> User-Agent: Mutt/1.4i X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Kola Oyedeji wrote: > I've just attempted to upgrade to Forrest 6 > > I've set my new Forrest_Home environment variable. The Path environment > variable references %Forrest_home% so I'm assuming this does not need > changing. Everytime I attempt to run forrest I get the following error: > > ======================================================================= > C:\Program Files\apache-forrest-0.6\src\core\targets\validate.xml:143: > Parser or > g.apache.crimson.parser.XMLReaderImpl doesn't recognize feature > http://apache.or > g/xml/features/validation/dynamic > ======================================================================= > > I am at a loss as to what can be the problem - a quick google turned up a > thread which suggested running forrest.bat (I'm on windows XP) but this made > no difference. > > I am running JVM 1.4.2_05 Forrest doesn't use crismon but Xerces by default, so somehow the wrong parser is being used. Searching the archives finds this thread, where someone else had a similar issue. Perhaps that will help you: http://marc.theaimsgroup.com/?t=110194350100001 --David