You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Lunsford, David" <Da...@Vistronix.com> on 2015/06/02 16:36:42 UTC

7.0.54 Memory Errors

I am noticing in my tomcat logs Atlassian Crowd throws errors relating to memory. Does anyone have any ideas of what's causing?


SEVERE: The web application [/crowd] created a Threadlocal with a key of type [net.sf.ehcache.util.concurrent.Striped64.ThreadHasCode] {calue [net.sf.ehcache.util.concurrent.Striped64$ThreadHashCode@23ff18ae]) and a value of type (net.sf.ehcache.util.concurrent.Striped64.Hashcode] but failed to remove it when the web application was stopped. Threads are going to be renewed over time and try to avoid a probable memory leak

This communication, along with its attachments, is considered confidential and proprietary to Vistronix.  It is intended only for the use of the person(s) named above.  Note that unauthorized disclosure or distribution of information not generally known to the public is strictly prohibited.  If you are not the intended recipient, please notify the sender immediately.

Re: [OT] 7.0.54 Memory Errors

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

David,

On 6/2/15 10:36 AM, Lunsford, David wrote:
> I am noticing in my tomcat logs Atlassian Crowd throws errors 
> relating to memory. Does anyone have any ideas of what's causing?
> 
> 
> SEVERE: The web application [/crowd] created a Threadlocal with a
> key of type
> [net.sf.ehcache.util.concurrent.Striped64.ThreadHasCode] {calue 
> [net.sf.ehcache.util.concurrent.Striped64$ThreadHashCode@23ff18ae])
>
> 
and a value of type
> (net.sf.ehcache.util.concurrent.Striped64.Hashcode] but failed to 
> remove it when the web application was stopped. Threads are going
> to be renewed over time and try to avoid a probable memory leak

Are there *any* Atlassian products that aren't slow as dogs and leaky
as sieves? Every anecdote I hear is negative.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJVbdfoAAoJEBzwKT+lPKRYKO8QAMhLWg7Qu5xO2w/d53EjAsWU
W74ruHbXo61r6BWl5SsIcx6Cu+DPWg16MostG2z9f5OjL2Wm8C810efY658uiy/o
QrXMmIvLIPAzu4128pwZoHrAawBZcq6/hQUDTbR32aMAf4FG8sCT3TY2ltNvGYIm
5jzo0BSUzY8ZEUKu/gwifQ292YDcsey5+rrxTmcW23kpPw2ReDh4BApmw24dgJ4V
1FxMFZu1zACwfZNxnjUJBkpYLAql7tCt0parbBxY1ukPMoEeUmUk0FeZtZAd6f0T
l2FN+KiTdk3JIWVlGOkfzsNUKHpQEgzTmli1XDdaAxZofkEXhF8P8Z4+5tr1BlFw
4Qjjf37L5Qkt4CDiPZJlPj3jIQ2erBQiIeNTrO4SpTlW4GoOmHCXVD80BDzCCL2F
LI0YzbdASg1cXR7Lc2DVxiUlRJQ12lrPrLg1pW153gDSo9uoHgKqcUk6qprRIYUj
8jELI0qcI4EGu0jq8ZcFgBwggCHGE1UZs7zBnPZLenWZwV2+Ktt5QjPplxmwgiGH
xS4u5S/uoAmloXaFo+7G3ixIMXRBlFwWgoQ+94WwkJnNuSm/qiBuyo4ut9cAVNBT
zaSzpprb02nlfaUFTZ6opu+srnHCNVfohFKCqAArrVz+s73h/kDG2R73XQncdcVL
D8VakyJCULHyh3iESNhr
=5l5/
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: 7.0.54 Memory Errors

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Lunsford, David [mailto:David.Lunsford@Vistronix.com] 
> Subject: 7.0.54 Memory Errors

> I am noticing in my tomcat logs Atlassian Crowd throws errors relating to memory. Does 
> anyone have any ideas of what's causing?

> SEVERE: The web application [/crowd] created a Threadlocal with a key of type
> [net.sf.ehcache.util.concurrent.Striped64.ThreadHasCode]
> {calue [net.sf.ehcache.util.concurrent.Striped64$ThreadHashCode@23ff18ae]) and a 
> value of type (net.sf.ehcache.util.concurrent.Striped64.Hashcode] but failed to 
> remove it when the web application was stopped. Threads are going to be renewed 
> over time and try to avoid a probable memory leak

Read the wiki:
http://wiki.apache.org/tomcat/MemoryLeakProtection

The application logic should normally remove instances of ThreadLocal immediately after a request has been processed since Tomcat threads are part of a pool.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org