Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 91319 invoked from network); 26 Apr 2010 22:50:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Apr 2010 22:50:14 -0000 Received: (qmail 21988 invoked by uid 500); 26 Apr 2010 22:50:10 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 21821 invoked by uid 500); 26 Apr 2010 22:50:10 -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 21812 invoked by uid 99); 26 Apr 2010 22:50:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 22:50:10 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Apr 2010 22:50:02 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O6X7O-0000lj-7R for users@tomcat.apache.org; Tue, 27 Apr 2010 00:49:34 +0200 Received: from 92.40.214.1.sub.mbb.three.co.uk ([92.40.214.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Apr 2010 00:49:34 +0200 Received: from sounie by 92.40.214.1.sub.mbb.three.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Apr 2010 00:49:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org connect(): No such file or directory From: Stephen Souness Subject: Re: Installing Java Advanced Imaging In Tomcat. Date: Mon, 26 Apr 2010 22:49:27 +0000 (UTC) Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 92.40.214.1 (Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)) aditya siram gmail.com> writes: > > Hi all, > I am having issues using jai [1] with a Tomcat webapp. I am running > the tomcat6 package installed from the Ubuntu repos. > > The webapp does some image decompression and is unable to detect > CLibJpegImageReader which is a class in the jai_imageio.jar. > > I have copied this jar file to my WEB-INF/lib directory and also to > /var/lib/tomcat6/lib and /usr/share/tomcat6/lib hoping that it would > work from one of these locations. Additionally it is in my > JAVA_HOME/jre/lib/ext directory so it should be available after the > bootstrap phase. > > I know that JAI is installed correctly because a stand-alone app is > able to access the required class. > > Any help is appreciated.... > -deech I think someone reported something similar a few weeks back. The response that worked for them was: Try disabling the JreMemoryLeakPreventionListener in conf/server.xml, just in case it was interfering with the JAI registration. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org