-
Upon further testing (and looking at the source code), I think I see the problem. I'm streaming a 300MB zip file to the server. While reading the stream, the "dump" data member in WinstoneInputStream grows and grows and I think it may cause a lot of garbage collection and, eventually, may even cause an OutOfMemory exception. It doesn't look like the dump data is ever even used.
2009-11-18 19:33:28 UTC by sgarbo
-
I'm an experienced programmer, but unfortunately I don't know much about client/server communications, so forgive my attempt at explaining the problem.
The Winstone servlet is reading data streamed from the client and the stream is a GZipInputStream. In this case the servlet seems to process the data quite slowly (at least compared to Jetty or Tomcat). When I pause the execution in a...
2009-11-18 18:57:49 UTC by sgarbo
-
I have encountered the following issue when trying to run Winstone behind Apache 2.2 with mod_proxy enabled:
- Apache shows an internal server error (500)
- log files show the following error message
### start
Error within request handler thread
java.lang.StringIndexOutOfBoundsException: String index out of range: 1230
at java.lang.String.checkBounds(String.java:401)
at...
2009-11-11 08:12:13 UTC by kariem
-
Hi,
we are using Hudson behind a Apache with mod_jk and the ajp13 protocol.
Most of the links work OK, but it is not possible to submit the job
configuration form. Apache says "Bad Gateway" and the Hudson logs says:
[Winstone 2009/07/18 19:16:04] - Error within request handler thread
java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle...
2009-07-18 19:40:24 UTC by nhnb