Hi Rob,

> The problem is intermittent, unfortunately.  (Or, at least, I have not
> been able to isolate the problem case.)

Next time it happens, you could try running strace -f against the java
vm to to see if there any blocking system calls that are stuck waiting
(like read() or socket()).  

If you have the freedom to do so at this point, you could also have the
java vm run in -Xdebug mode so that you can jump in, pause execution,
and examine the state of the java threads whenever you see this
happening.

Between the two of these, I think you stand a fairly good chance of
narrowing down the basic problem area. 

By the way, what is the control group of these datastreams.  Are they
all Managed?

   -Aaron


>         
>         We're having an issue wherein Fedora/Tomcat will respond to a
>         REST API-A request with 200 and Transfer-Encoding: chunked but
>         then sends no chunks.  Here's a typical response header:
>         
>         HTTP/1.1 200 OK
>         Server: Apache-Coyote/1.1
>         Pragma: No-cache
>         Cache-Control: no-cache
>         Expires: Wed, 31 Dec 1969 19:00:00 EST
>         content-disposition: inline; filename="Annual report Town of
>         Center Harbor New Hampshire 2008.jpg"
>         Content-Type: image/jpeg
>         Transfer-Encoding: chunked
>         Date: Sun, 27 Mar 2011 01:46:23 GMT
>         
>         ...and that's it, no payload. 




------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to