View Single Post
  #6 (permalink)  
Old 04-11-2006, 11:16 AM
jakebriems jakebriems is offline
Member
 
Posts: 13
Default

Yes, there seemed to have been a "Java heap space" problem:

2006-04-09 09:59:59,092 INFO [LmtpServer-1690] [name=mnelson@[DOMAIN].com;] FileBlobStore - Stored size=6604 wrote=6604 path=/
opt/zimbra/store/incoming/1144558701730-98.msg vol=1 digest=xjqB0rrSb7TAUVB4smshVCsK8n8=
2006-04-09 09:59:59,092 INFO [LmtpServer-1690] [name=mnelson@[DOMAIN].com;] FileBlobStore - Renamed id=1373 mbox=2 oldpath=/op
t/zimbra/store/incoming/1144558701730-98.msg newpath=/opt/zimbra/store/0/2/msg/0/1373-2304.msg
2006-04-09 09:59:59,122 INFO [LmtpServer-1690] [name=mnelson@[DOMAIN].com;] mailbox - Added message id=1373 digest=xjqB0rrSb7T
AUVB4smshVCsK8n8= mailbox=2 rcpt=mnelson@[DOMAIN].com
2006-04-09 10:00:24,463 INFO [IndexWritersSweeper] [] MailboxIndex - open index writers sweep: before=1, closed=0, after=1 (
0ms)
2006-04-09 10:01:24,473 INFO [IndexWritersSweeper] [] MailboxIndex - open index writers sweep: before=1, closed=0, after=1 (
0ms)
2006-04-09 10:01:39,120 INFO [LmtpServer-1690] [] LmtpHandler - [10.10.10.1] quit from client
2006-04-09 10:01:39,120 INFO [LmtpServer-1690] [] ProtocolHandler - Handler exiting normally
2006-04-09 10:02:24,482 INFO [IndexWritersSweeper] [] MailboxIndex - open index writers sweep: before=1, closed=0, after=1 (
0ms)
2006-04-09 10:03:24,027 INFO [LmtpServer-1691] [] LmtpHandler - [10.10.10.1] connected
2006-04-09 10:03:24,287 INFO [LmtpServer-1691] [name=mnelson@[DOMAIN].com;] FileBlobStore - Stored size=3509 wrote=3509 path=/
opt/zimbra/store/incoming/1144558701730-99.msg vol=1 digest=4zarhiW5djnTpsmqlZWfFwsA4Hs=
2006-04-09 10:03:24,287 INFO [LmtpServer-1691] [name=mnelson@[DOMAIN].com;] FileBlobStore - Renamed id=1374 mbox=2 oldpath=/op
t/zimbra/store/incoming/1144558701730-99.msg newpath=/opt/zimbra/store/0/2/msg/0/1374-2305.msg
2006-04-09 10:03:24,322 INFO [LmtpServer-1691] [name=mnelson@[DOMAIN].com;] mailbox - Added message id=1374 digest=4zarhiW5djn
TpsmqlZWfFwsA4Hs= mailbox=2 rcpt=mnelson@[DOMAIN].com
2006-04-09 10:03:24,491 INFO [IndexWritersSweeper] [] MailboxIndex - open index writers sweep: before=1, closed=0, after=1 (
0ms)
2006-04-09 10:03:24,849 INFO [LmtpServer-1692] [] LmtpHandler - [10.10.10.1] connected
2006-04-09 10:03:27,049 FATAL [LmtpServer-1692] [] system - Fatal error occurred while handling connection
java.lang.OutOfMemoryError: Java heap space


What would have caused that? How might I prevent it in the future?

jb
Reply With Quote