Return-Path: Delivered-To: apmail-avalon-dev-archive@www.apache.org Received: (qmail 22718 invoked from network); 6 Apr 2004 11:32:00 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Apr 2004 11:32:00 -0000 Received: (qmail 91537 invoked by uid 500); 6 Apr 2004 11:31:57 -0000 Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 91474 invoked by uid 500); 6 Apr 2004 11:31:56 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 91449 invoked from network); 6 Apr 2004 11:31:56 -0000 Received: from unknown (HELO gizmo08ps.bigpond.com) (144.140.71.18) by daedalus.apache.org with SMTP; 6 Apr 2004 11:31:56 -0000 Received: (qmail 2261 invoked from network); 6 Apr 2004 11:22:50 -0000 Received: from unknown (HELO psmam03.bigpond.com) (144.135.25.75) by gizmo08ps.bigpond.com with SMTP; 6 Apr 2004 11:22:50 -0000 Received: from cpe-203-51-139-126.vic.bigpond.net.au ([203.51.139.126]) by psmam03.bigpond.com(MAM REL_3_4_2 89/9587848) with SMTP id 9587848; Tue, 06 Apr 2004 21:31:55 +1000 From: "Jim Alateras" To: "'Avalon Developers List'" Subject: [merlin] Configuration Error Date: Tue, 6 Apr 2004 21:31:39 +1000 Message-ID: <007101c41bca$ba4ba580$6580a8c0@VENUS> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <407275FB.1030605@apache.org> 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 I am getting the following configuration error, when I start my merlin application (I am using v 3.2.4 of merlin) but I don't know where to start looking for the problem. The class specified in the trace is actually in the xerces archive, which is in my repository. ---- exception report ---------------------------------------------------------- Exception: org.apache.avalon.merlin.KernelException Message: Could not load the kernel directive: file:/C:/applications/merlin/config/kernel.xml ---- cause --------------------------------------------------------------------- Exception: javax.xml.parsers.FactoryConfigurationError Message: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found ---- stack trace --------------------------------------------------------------- javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:141 ) org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.(DefaultConfigurationBuilder.java:135) org.apache.avalon.framework.configuration.DefaultConfigurationBuilder.(DefaultConfigurationBuilder.java:118) org.apache.avalon.merlin.impl.DefaultFactory.getKernelConfiguration(Defa ultFactory.java:834) org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFactory.java: 241) org.apache.avalon.merlin.cli.Main.(Main.java:329) org.apache.avalon.merlin.cli.Main.main(Main.java:281) ------------------------------------------------------------------------ -------- I am using the following command to start my merlin applications merlin config\block.xml -repository c:\applications\merlin\repository -config config\config.xml Any help would be appreciated. cheers --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org