Re: memory leak in http codec

2007-12-29 Thread Emmanuel Lecharny
Niklas Therning wrote: Luis Neves wrote: I still don't know how to properly fixed the decoder but for now this inelegant fix will do. Well, in any way, I think MINA should be able to handle faulty clients like these more gracefully. OOM isn't acceptable. Please file a JIRA issue and we'l

Re: memory leak in http codec

2007-12-29 Thread Luis Neves
Niklas Therning wrote: Well, in any way, I think MINA should be able to handle faulty clients like these more gracefully. OOM isn't acceptable. I agree. > Please file a JIRA issue and we'll look into it. /Niklas Done... see DIRMINA-505. -- Luis Neves

Re: memory leak in http codec

2007-12-29 Thread Niklas Therning
Luis Neves wrote: Luis Neves wrote: I find those "-" and "~" very weird, I doubt that the clients are sending those headers. My bad. As it turns out the clients are really sending that garbage. The main problem seems to be that the decoder gets confused when clients send Headers without va

Re: memory leak in http codec

2007-12-29 Thread Luis Neves
Luis Neves wrote: I find those "-" and "~" very weird, I doubt that the clients are sending those headers. My bad. As it turns out the clients are really sending that garbage. The main problem seems to be that the decoder gets confused when clients send Headers without values, e.g: **

Re: memory leak in http codec

2007-12-27 Thread Luis Neves
Luis Neves wrote: I'm running the server with logging set to DEBUG and I would like to know if there is anything more I can do to try to isolate this problem. I'm still struggling with this issue, I'm forced to restart the server every 10 minutes... the debug logging doesn't seem to point

Re: memory leak in http codec

2007-12-26 Thread Emmanuel Lecharny
Luis Neves wrote: Hi, Emmanuel Lecharny wrote: You have plenty of tools to analyze a OOM. Either a commercial tool, or free tools. Just googling for 'Memory leak java analyzer' will bring a lot of those guys, like http://www.manageability.org/blog/stuff/open-source-profilers-for-java. I'm awa

Re: memory leak in http codec

2007-12-24 Thread Luis Neves
Hi, Emmanuel Lecharny wrote: You have plenty of tools to analyze a OOM. Either a commercial tool, or free tools. Just googling for 'Memory leak java analyzer' will bring a lot of those guys, like http://www.manageability.org/blog/stuff/open-source-profilers-for-java. I'm aware of those tools,

Re: memory leak in http codec

2007-12-24 Thread Emmanuel Lecharny
You have plenty of tools to analyze a OOM. Either a commercial tool, or free tools. Just googling for 'Memory leak java analyzer' will bring a lot of those guys, like http://www.manageability.org/blog/stuff/open-source-profilers-for-java. On Dec 24, 2007 6:58 PM, Luis Neves <[EMAIL PROTECTED]> wro

Re: memory leak in http codec

2007-12-24 Thread Luis Neves
Luis Neves wrote: Hello all. I think I'm facing a problem in the mina http codec filter, I've been using it in previous applications that only deal with the request body without issues (SOAP web-services and the like), but in this application I have requests with cookies and query strings an

memory leak in http codec

2007-12-21 Thread Luis Neves
Hello all. I think I'm facing a problem in the mina http codec filter, I've been using it in previous applications that only deal with the request body without issues (SOAP web-services and the like), but in this application I have requests with cookies and query strings and I think this is t