Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 11267 invoked from network); 2 Feb 2010 16:23:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 16:23:11 -0000 Received: (qmail 1087 invoked by uid 500); 2 Feb 2010 16:23:08 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 1007 invoked by uid 500); 2 Feb 2010 16:23:07 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 982 invoked by uid 99); 2 Feb 2010 16:23:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:23:07 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of pid@pidster.com does not designate 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vw0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 16:22:59 +0000 Received: by vws15 with SMTP id 15so63249vws.18 for ; Tue, 02 Feb 2010 08:22:37 -0800 (PST) Received: by 10.220.122.156 with SMTP id l28mr3061772vcr.3.1265127756514; Tue, 02 Feb 2010 08:22:36 -0800 (PST) Received: from phoenix.config (94-193-98-41.zone7.bethere.co.uk [94.193.98.41]) by mx.google.com with ESMTPS id 33sm71068993vws.11.2010.02.02.08.22.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Feb 2010 08:22:35 -0800 (PST) Message-ID: <4B685147.1050503@pidster.com> Date: Tue, 02 Feb 2010 16:22:31 +0000 From: Pid Reply-To: pid@pidster.com Organization: Pidster Inc User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Re: "Currency code not supported", gcc 4.1, and related issues References: <32862.82.11.19.16.1265055199.squirrel@linuxbox.co.uk> <99C8B2929B39C24493377AC7A121E21F96C3EAE9AF@USEA-EXCH8.na.uis.unisys.com> In-Reply-To: <99C8B2929B39C24493377AC7A121E21F96C3EAE9AF@USEA-EXCH8.na.uis.unisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 01/02/2010 20:18, Caldarale, Charles R wrote: >> From: Peter Smith [mailto:pete@citadelsecure.com] >> Subject: "Currency code not supported", gcc 4.1, and related issues >> >> java.lang.IllegalArgumentException: The currency code, �, is not >> supported. >> at java.util.Currency.getInstance(libgcj.so.7rh) > > That's coming from GNU Java - which is not a useful JVM for running anything serious, such as Tomcat. You need to install a real JVM (Sun, IBM, JRockit) and try again. ... and when you do, you need to input something other than a currency symbol into that method. "GBP" will work, "�" will not. p > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org