java - Content coming from a web application sometimes randomly shuffled -
we develop java web application run on tomcat. it's been installed on many computers , it's working without problems. recently, on single remote installation, exhibits strange behavior: content coming through http browser randomly shuffled - wrong data being served given url. manifests images being randomly exchanged on web page. it's not limited images, happened me instead of html page browser got 1 of images instead.
i tried debug problem using firebug + netexport, , far gathered:
- it appears randomly. of time content error-free, problem occurs time time.
- the same application runs on many installations, single installation produces error.
- it's not connected particular browser - tried different browsers different computers , problem persists.
- it occurs when viewed server (localhost) too, rules out broken transparent proxy on way.
- both images , html pages affected.
- if wrong content received, data consistent:
content-length,content-type,etags, etc. - matches content. it's wrong data given url.
i'm puzzled, i've never seen such error. i'd grateful ideas how investigate problem further.
Comments
Post a Comment