Hi All,

Problem: PNG images are served intermittently from Apache Tomcat 8.0.15 in IE8
Platform: Windows Server 2008

Description:
I have recently migrated from Tomcat 7 to Tomcat 8.
Everything is working fine in Tomcat 8. Except these PNGs.
But when I run WAR in Tomcat 7 these problems are not happening.
This happens only with IE8 +tomcat 8 combination.

I gone thru server logs and app logs and found no clues.
So I was searching for reason and captured network logs . PFA!

What I found  peculiar is, whenever IE8 didn't show the PNGs, the amount of 
bytes received where 1 byte and it will have 7577 bytes when IE 8 shows image.

CSS code:
#header{background:url(../images/header/header.png) #3C4981 left top 
no-repeat;position:relative;width:960px;}

HTML code:

<div id="header"/>

Also post a  question in
http://serverfault.com/questions/679514/png-images-are-truncated-and-served-intermittently-from-apache-tomcat-8-0-15

Question:
Is it a known problem? If so, can I get a link from issue tracker?
Can I have a work around?

If you want more info, please let me know..

Thanks and Regards,
Selvakumar.A.S
HCL Technologies,Chennai



::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------
                <entry>
                        <pageref>0</pageref>
                        
<startedDateTime>2015-03-30T16:08:25.690+00:00</startedDateTime>
                        <time>93</time>
                        <request>
                                <method>GET</method>
                                
<url>https://cit2b.usr51/gsportal/resources/images/header/hsbc-beam-react-blue.png</url>
                                <httpVersion>HTTP/1.1</httpVersion>
                                <cookies>
                                        <cookie>
                                                <name>JSESSIONID</name>
                                                
<value>D3449B609856469C0AF05DBB111D0A85</value>
                                        </cookie>
                                        <cookie>
                                                <name>GSActive</name>
                                                <value>true</value>
                                        </cookie>
                                </cookies>
                                <headers>
                                        <header>
                                                <name>Accept</name>
                                                <value>image/png, 
image/svg+xml, image/*;q=0.8, */*;q=0.5</value>
                                        </header>
                                        <header>
                                                <name>Referer</name>
                                                
<value>https://cit2b.usr51/gsportal/portal/home?execution=e1s2&amp;1977430702=16-0-6887994D00888A5AA6369FF487640D5B</value>
                                        </header>
                                        <header>
                                                <name>Accept-Language</name>
                                                <value>en-GB</value>
                                        </header>
                                        <header>
                                                <name>User-Agent</name>
                                                <value>Mozilla/5.0 (compatible; 
MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)</value>
                                        </header>
                                        <header>
                                                <name>Accept-Encoding</name>
                                                <value>gzip, deflate</value>
                                        </header>
                                        <header>
                                                <name>Host</name>
                                                <value>cit2b.usr51</value>
                                        </header>
                                        <header>
                                                <name>Connection</name>
                                                <value>Keep-Alive</value>
                                        </header>
                                        <header>
                                                <name>Cookie</name>
                                                
<value>JSESSIONID=D3449B609856469C0AF05DBB111D0A85; GSActive=true</value>
                                        </header>
                                </headers>
                                <queryString/>
                                <headersSize>501</headersSize>
                                <bodySize>0</bodySize>
                        </request>
                        <response>
                                <status>200</status>
                                <statusText>OK</statusText>
                                <httpVersion>HTTP/1.1</httpVersion>
                                <cookies>
                                        <cookie>
                                                <name>GSActive</name>
                                                <value>true</value>
                                                <path>/</path>
                                                <domain/>
                                                
<expires>2015-03-30T15:27:25.0+00:00</expires>
                                                <httpOnly>false</httpOnly>
                                                <_secure>true</_secure>
                                        </cookie>
                                </cookies>
                                <headers>
                                        <header>
                                                <name>Server</name>
                                                <value>Apache-Coyote/1.1</value>
                                        </header>
                                        <header>
                                                <name>Set-Cookie</name>
                                                <value>GSActive=true; 
Expires=Mon, 30-Mar-2015 16:27:25 GMT; Path=/; Secure</value>
                                        </header>
                                        <header>
                                                <name>Last-Modified</name>
                                                <value>Mon, 12 Jan 2015 
10:33:10 GMT</value>
                                        </header>
                                        <header>
                                                <name>Content-Type</name>
                                                
<value>image/png;charset=UTF-8</value>
                                        </header>
                                        <header>
                                                <name>Content-Length</name>
                                                <value>7577</value>
                                        </header>
                                        <header>
                                                <name>Date</name>
                                                <value>Mon, 30 Mar 2015 
16:08:24 GMT</value>
                                        </header>
                                </headers>
                                <content>
                                        <size>1</size>
                                        
<mimeType>image/png;charset=UTF-8</mimeType>
                                </content>
                                <redirectionURL/>
                                <headersSize>272</headersSize>
                                <bodySize>1</bodySize>
                        </response>
                        <cache/>
                        <timings>
                                <send>62</send>
                                <wait>31</wait>
                                <receive>0</receive>
                        </timings>
                </entry>
<entry>
                        <pageref>0</pageref>
                        
<startedDateTime>2015-03-30T16:34:05.484+00:00</startedDateTime>
                        <time>93</time>
                        <request>
                                <method>GET</method>
                                
<url>https://cit2b.usr51/gsportal/resources/images/header/hsbc-beam-react-blue.png</url>
                                <httpVersion>HTTP/1.1</httpVersion>
                                <cookies>
                                        <cookie>
                                                <name>JSESSIONID</name>
                                                
<value>7197108E8FE84559601AA5B2CD615706</value>
                                        </cookie>
                                        <cookie>
                                                <name>GSActive</name>
                                                <value>true</value>
                                        </cookie>
                                </cookies>
                                <headers>
                                        <header>
                                                <name>Accept</name>
                                                <value>image/png, 
image/svg+xml, image/*;q=0.8, */*;q=0.5</value>
                                        </header>
                                        <header>
                                                <name>Referer</name>
                                                
<value>https://cit2b.usr51/gsportal/portal/home?execution=e1s2&amp;34985424=20-0-F9E2522274162BE7B8CD7FB1B4DDEEBE</value>
                                        </header>
                                        <header>
                                                <name>Accept-Language</name>
                                                <value>en-GB</value>
                                        </header>
                                        <header>
                                                <name>User-Agent</name>
                                                <value>Mozilla/5.0 (compatible; 
MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)</value>
                                        </header>
                                        <header>
                                                <name>Accept-Encoding</name>
                                                <value>gzip, deflate</value>
                                        </header>
                                        <header>
                                                <name>Host</name>
                                                <value>cit2b.usr51</value>
                                        </header>
                                        <header>
                                                <name>Connection</name>
                                                <value>Keep-Alive</value>
                                        </header>
                                        <header>
                                                <name>Cookie</name>
                                                
<value>JSESSIONID=7197108E8FE84559601AA5B2CD615706; GSActive=true</value>
                                        </header>
                                </headers>
                                <queryString/>
                                <headersSize>499</headersSize>
                                <bodySize>0</bodySize>
                        </request>
                        <response>
                                <status>200</status>
                                <statusText>OK</statusText>
                                <httpVersion>HTTP/1.1</httpVersion>
                                <cookies>
                                        <cookie>
                                                <name>GSActive</name>
                                                <value>true</value>
                                                <path>/</path>
                                                <domain/>
                                                
<expires>2015-03-30T15:53:05.0+00:00</expires>
                                                <httpOnly>false</httpOnly>
                                                <_secure>true</_secure>
                                        </cookie>
                                </cookies>
                                <headers>
                                        <header>
                                                <name>Server</name>
                                                <value>Apache-Coyote/1.1</value>
                                        </header>
                                        <header>
                                                <name>Set-Cookie</name>
                                                <value>GSActive=true; 
Expires=Mon, 30-Mar-2015 16:53:05 GMT; Path=/; Secure</value>
                                        </header>
                                        <header>
                                                <name>Last-Modified</name>
                                                <value>Mon, 12 Jan 2015 
10:33:10 GMT</value>
                                        </header>
                                        <header>
                                                <name>Content-Type</name>
                                                
<value>image/png;charset=UTF-8</value>
                                        </header>
                                        <header>
                                                <name>Content-Length</name>
                                                <value>7577</value>
                                        </header>
                                        <header>
                                                <name>Date</name>
                                                <value>Mon, 30 Mar 2015 
16:34:04 GMT</value>
                                        </header>
                                </headers>
                                <content>
                                        <size>7577</size>
                                        
<mimeType>image/png;charset=UTF-8</mimeType>
                                </content>
                                <redirectionURL/>
                                <headersSize>272</headersSize>
                                <bodySize>7577</bodySize>
                        </response>
                        <cache/>
                        <timings>
                                <send>62</send>
                                <wait>31</wait>
                                <receive>0</receive>
                        </timings>
                </entry>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to