Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 37305 invoked from network); 8 Nov 2007 15:08:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 15:08:29 -0000 Received: (qmail 23965 invoked by uid 500); 8 Nov 2007 15:08:15 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 23950 invoked by uid 500); 8 Nov 2007 15:08:15 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 23939 invoked by uid 99); 8 Nov 2007 15:08:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 07:08:15 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of larry.meadors@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 15:08:52 +0000 Received: by ug-out-1314.google.com with SMTP id h2so460885ugf for ; Thu, 08 Nov 2007 07:07:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=nL3aU8XkZi7hHn+aVdiZPvSPlQigV69/IID0hKJl5eM=; b=hnqIJkXM8urH/pdyDmacO8hze8n9omGbFsJoMv+/F9/oTUCQmMrnBXF3xbBPMxf+szpGV+/R6ojG91tLBVats7dJk4Clld2Pwfk7C6aQtPseXl4KhyRxAgZV7YuTWKinYvZn1OCIKjowCJNpkbIVOaA5zsZxJZH5Rg5A0QOF2mU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=pjx+88aiiw0GZw1sJlcsw46Zq4tqNNR0PV1DV5EbQQhzgfhUYT4rrjaIsYsdNrghEM77Zsww/uhPW3dhKK8bs0i3svvv5g0+/99ucjnQg8SSSrwc5+mNWubUh0hJifleyVbqe4qX97K4dllNkfFrkeqSWvhA07uCCdee/HuI3Yw= Received: by 10.66.243.2 with SMTP id q2mr230619ugh.1194534459395; Thu, 08 Nov 2007 07:07:39 -0800 (PST) Received: by 10.67.25.4 with HTTP; Thu, 8 Nov 2007 07:07:39 -0800 (PST) Message-ID: Date: Thu, 8 Nov 2007 08:07:39 -0700 From: "Larry Meadors" Reply-To: lmeadors@apache.org Sender: larry.meadors@gmail.com To: user-java@ibatis.apache.org Subject: Re: unexpected ExceptionInInitializerError In-Reply-To: <13647996.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13647996.post@talk.nabble.com> X-Google-Sender-Auth: 2b2a02181d8d3203 X-Virus-Checked: Checked by ClamAV on apache.org Can you give us more than one line of a stack trace? Larry On Nov 8, 2007 7:37 AM, Jeremy Jardin wrote: > > Hi, > > I'm working using Ibatis framework for 2 months, and it works quite well. > But this morning, each time I'm initializing Ibatis configuration, parsing > dao.xml and sql-map-config.xml files, I've got that exception : > > java.lang.ExceptionInInitializerError > at > com.ibatis.sqlmap.engine.builder.xml.SqlMapConfigParser.(SqlMapConfigParser.java:55) > > I cleaned my tomcat work directory, stop and start server x times, ... got > the last runnig configuration.. and it still does not work.. > What hell did I make wrong ?? > > Thx 4 u're help > -- > View this message in context: http://www.nabble.com/unexpected-ExceptionInInitializerError-tf4771224.html#a13647996 > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > >