Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D6A917990 for ; Sat, 1 Nov 2014 17:06:30 +0000 (UTC) Received: (qmail 29316 invoked by uid 500); 1 Nov 2014 17:06:26 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 29240 invoked by uid 500); 1 Nov 2014 17:06:26 -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 29229 invoked by uid 99); 1 Nov 2014 17:06:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2014 17:06:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [81.169.162.220] (HELO h1611079.stratoserver.net) (81.169.162.220) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Nov 2014 17:06:22 +0000 Received: from [192.168.178.43] (dslb-146-060-124-255.146.060.pools.vodafone-ip.de [146.60.124.255]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h1611079.stratoserver.net (Postfix) with ESMTPSA id 90A74494C063 for ; Sat, 1 Nov 2014 18:06:00 +0100 (CET) Message-ID: <545512F6.9040908@internetallee.de> Date: Sat, 01 Nov 2014 18:05:58 +0100 From: Felix Schumacher User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Re: How to fix the problem of partial loading of images? References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am 01.11.2014 um 09:28 schrieb Dmitri Pisarenko: > Hi! > > I have a web application, which runs on an Apache Tomcat 7 instance. > > The application loads images from a web service and then displays it. > > Sometimes, but not always, the image is displayed only partially (for an > example, see http://i.stack.imgur.com/Nup8o.png ). > > Provided that the problem is with Tomcat (not with data being stored > incorrectly, or something else), how can I fix it? > > Up to now I tried following: > > 1) Disabling cache for all elements of that Primefaces page. > > 2) Disabling response chunking (as recommended at > http://forum.primefaces.org/viewtopic.php?f=3&t=40174 ) by setting > maxExtensionSize and maxTrailerSize (server.xml) to "-1" ( > http://i.imgur.com/VhDxEUA.png ). What is serving the images (default servlet, own servlet, ...)? Are there any filters involved? Are there any expetions in the log files (catalina.out, localhost.DATE, ...)? Are there any other components in the path from browser to tomcat? Exact tomcat version maybe java version? Felix > > Thanks > > Dmitri > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org