Howard W. Smith, Jr.
2012-12-20 05:54:47 UTC
Is this a known issue of TomEE 1.5.1 on Win32 (Windows Server 2003 32-bit)?
I am experiencing this issue, and I usually have use Windows Task Manager
to end the process. I have SLF4J 'info' lines in the @PreDestroy method. I
usually see those lines outputted to server log when TomEE was started
minutes ago. I usually see this behavior when running TomEE all day without
a shutdown or restart. Windows Task Manager seems to reveal a memory leak;
the server/catalina log usually mentions possible threadlocal memory leaks,
especially related to the use of Google Calendar API.
I am currently running the following:
apache-tomee-1.5.1-20121207.152523-plus.zip
tomee-catalina-1.5.1-20121212.041530-107.jar (issue is duplicated with
'and' without this JAR)
I think this all started to occur, when I added javamail imap close folder
and close store. My server/catalina log also reveals that my current
implementation, @Schedule every 10 minutes to check imap store/folder, does
result in imap exceptions (unknown host, etc...).
If this issue is possibly resolved in a later release of TomEE, then please
let me know.
Thanks,
Howard
I am experiencing this issue, and I usually have use Windows Task Manager
to end the process. I have SLF4J 'info' lines in the @PreDestroy method. I
usually see those lines outputted to server log when TomEE was started
minutes ago. I usually see this behavior when running TomEE all day without
a shutdown or restart. Windows Task Manager seems to reveal a memory leak;
the server/catalina log usually mentions possible threadlocal memory leaks,
especially related to the use of Google Calendar API.
I am currently running the following:
apache-tomee-1.5.1-20121207.152523-plus.zip
tomee-catalina-1.5.1-20121212.041530-107.jar (issue is duplicated with
'and' without this JAR)
I think this all started to occur, when I added javamail imap close folder
and close store. My server/catalina log also reveals that my current
implementation, @Schedule every 10 minutes to check imap store/folder, does
result in imap exceptions (unknown host, etc...).
If this issue is possibly resolved in a later release of TomEE, then please
let me know.
Thanks,
Howard