Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 3155 invoked from network); 7 Apr 2010 18:45:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Apr 2010 18:45:51 -0000 Received: (qmail 79643 invoked by uid 500); 7 Apr 2010 18:38:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 79502 invoked by uid 500); 7 Apr 2010 18:38:29 -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 79493 invoked by uid 99); 7 Apr 2010 18:38:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 18:38:29 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of thad.humphries@gmail.com designates 74.125.92.146 as permitted sender) Received: from [74.125.92.146] (HELO qw-out-1920.google.com) (74.125.92.146) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Apr 2010 18:38:22 +0000 Received: by qw-out-1920.google.com with SMTP id 5so438198qwc.12 for ; Wed, 07 Apr 2010 11:38:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:cc:content-type; bh=Fcwz+8dXxBH0xbULjI2Xiku5Ok7E7Z6mkL9WeequTQ4=; b=xNAsEwgcsJPR/DKOzGEx98quB9DqoI02eGHSws2NzYIwKmPd/Dm0zzJFqpZur7XuIg dl8Xe5zmndlcOS3DII+2GSyd5lM8pQd0BqVzKapFVQ6lJUqfr/bRX9pCLmbv2hQ+wYB8 nxHv5s5pM42nCsvM+8OMXcpyP172TMudeFE0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=q5yqcyP442kkV5oGw3P+gE88R8ZU6P/USo4d2xc+69d4iMvOSOlcf9WJ25lFYXv9Hz DqGP7Pgms5eu/F8IWuktx11D/e9Gxg+K7ql3XgBdnkfWwe3ZZ/qxVCHA7jGL3WPE4Cbg m2th+2M2Zb1T12sxs6GRKDkcgxXHbAaeKGeh4= MIME-Version: 1.0 Received: by 10.229.232.75 with HTTP; Wed, 7 Apr 2010 11:38:01 -0700 (PDT) Date: Wed, 7 Apr 2010 14:38:01 -0400 Received: by 10.229.190.21 with SMTP id dg21mr149467qcb.69.1270665481139; Wed, 07 Apr 2010 11:38:01 -0700 (PDT) Message-ID: Subject: Problems with ImageIO From: Thad Humphries To: users@tomcat.apache.org Cc: simone.giannecchini@geo-solutions.it, markt@apache.org Content-Type: multipart/alternative; boundary=00163630f397a1b79f0483a9dc7f --00163630f397a1b79f0483a9dc7f Content-Type: text/plain; charset=ISO-8859-1 I believe I'm seeing the same problem that Simone (msg #210515) is having (this after running Tomcat for YEARS without a hitch). I use JAI and JAI-IMAGE I/O in various servlets. I'm running Java 1.5.17 without the JAI or JAI-IMAGE I/O installed. I've put jai_codec.jar, jai_core.jar, and jai_imageio.jar in my application's WEB-INF/lib directory. My application runs without a hitch on Tomcat 6.0.14 on a Linux server (and has run fine for over a year). I have also run it on a Macintosh with Tomcat 6.0.20. Today I installed Tomcat 6.0.26 on Linux and tried running my webapp. Under this version of Tomcat, Iterator returned by ImageIO.getImageReadersByFormatName("tiff") returns false for hasNext(). What gives? Are you seeing this, Simone? -- "Hell hath no limits, nor is circumscrib'd In one self-place; but where we are is hell, And where hell is, there must we ever be" --Christopher Marlowe, 'Doctor Faustus' (v, 121-24) --00163630f397a1b79f0483a9dc7f--