Yeah, that's Tomcat's memory leak detector. Technically that's a
memory leak, but in practice it won't really amount to much.

I'm surprised there are no errors related to your empty response
problem in the logs. That is strange, and might point to a problem
with your Tomcat install. Perhaps your instinct to use Jetty was the
right one after all.

Michael Della Bitta

------------------------------------------------
Appinions, Inc. -- Where Influence Isn’t a Game.
http://www.appinions.com


On Fri, Jul 20, 2012 at 6:36 PM, Bruno Mannina <bmann...@free.fr> wrote:
> In the catalina.out, I have only these few rows with:
>
> .....
> INFO: Closing Searcher@1faa614 main
> fieldValueCache{lookups=0,hits=0,hitratio=0.00,inserts=0,evictions=0,size=0,warmupTime=0,cumulative_lookups=0,cumulative_hits=0,cumulative_hitratio=0.00,cumulative_inserts=0,cumulative_evictions=0}
> 15 juil. 2012 13:51:31 org.apache.catalina.loader.WebappClassLoader
> clearThreadLocalMap
> GRAVE: The web application [/solr] created a ThreadLocal with key of type
> [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value
> [org.apache.solr.schema.DateField$ThreadLocalDateFormat@75a744]) and a value
> of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value
> [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but
> failed to remove it when the web application was stopped. This is very
> likely to create a memory leak.
> 15 juil. 2012 13:51:31 org.apache.catalina.loader.WebappClassLoader
> clearThreadLocalMap
> GRAVE: The web application [/solr] created a ThreadLocal with key of type
> [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value
> [org.apache.solr.schema.DateField$ThreadLocalDateFormat@75a744]) and a value
> of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value
> [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but
> failed to remove it when the web application was stopped. This is very
> likely to create a memory leak.
> 15 juil. 2012 13:51:31 org.apache.catalina.loader.WebappClassLoader
> clearThreadLocalMap
> GRAVE: The web application [/solr] created a ThreadLocal with key of type
> [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value
> [org.apache.solr.schema.DateField$ThreadLocalDateFormat@75a744]) and a value
> of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value
> [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but
> failed to remove it when the web application was stopped. This is very
> likely to create a memory leak.
> 15 juil. 2012 13:51:31 org.apache.catalina.loader.WebappClassLoader
> clearThreadLocalMap
> GRAVE: The web application [/solr] created a ThreadLocal with key of type
> [org.apache.solr.schema.DateField.ThreadLocalDateFormat] (value
> [org.apache.solr.schema.DateField$ThreadLocalDateFormat@75a744]) and a value
> of type [org.apache.solr.schema.DateField.ISO8601CanonicalDateFormat] (value
> [org.apache.solr.schema.DateField$ISO8601CanonicalDateFormat@6b2ed43a]) but
> failed to remove it when the web application was stopped. This is very
> likely to create a memory leak.
> 15 juil. 2012 13:51:31 org.apache.coyote.http11.Http11Protocol destroy
> INFO: Arrêt de Coyote HTTP/1.1 sur http-8983
> 15 juil. 2012 13:54:29 org.apache.catalina.startup.ClassLoaderFactory
> validateFile
> ATTENTION: Problem with directory [/usr/share/tomcat6/server/classes],
> exists: [false], isDirectory: [false], canRead: [false]
> 15 juil. 2012 13:54:29 org.apache.catalina.startup.ClassLoaderFactory
> validateFile
> ATTENTION: Problem with directory [/usr/share/tomcat6/server], exists:
> [false], isDirectory: [false], canRead: [false]
> 15 juil. 2012 13:54:29 org.apache.catalina.startup.ClassLoaderFactory
> validateFile
> ATTENTION: Problem with directory [/usr/share/tomcat6/shared/classes],
> exists: [false], isDirectory: [false], canRead: [false]
> 15 juil. 2012 13:54:29 org.apache.catalina.startup.ClassLoaderFactory
> validateFile
> ATTENTION: Problem with directory [/usr/share/tomcat6/shared], exists:
> [false], isDirectory: [false], canRead: [false]
> 15 juil. 2012 13:54:29 org.apache.coyote.http11.Http11Protocol init
> INFO: Initialisation de Coyote HTTP/1.1 sur http-8983
> ...
> ...
> ...
>
> Le 21/07/2012 00:04, Bruno Mannina a écrit :
>
>> Le 21/07/2012 00:02, Bruno Mannina a écrit :
>>>
>>> Le 21/07/2012 00:00, Bruno Mannina a écrit :
>>>>
>>>> catalinat.out <-- twice
>>>
>>> Sorry concerning this file, I do a
>>> sudo cat .. |more and it's ok I see the content
>>>
>> And inside the catalina.out I have all my requests, without error or
>> missing requests
>>
>> :'( it's amazing
>>
>>
>

Reply via email to