My problems started two days ago when power to this server got bumped...and it's been broken ever since. I'm running the OSS version at my home so it's not "mission critical"...except that my wife is going to soon tell me to sleep in the basement with the servers if I don't get email fixed.
If I try to log in to the web interface I get the "INVALID_PDU" message. My mail client just gives me a timeout error.
I've taken a look at the logs and found in the mailbox.log that the SoapServlet and AdminServlet are failing because of a "Java Heap Space" problem?
Code:
2007-02-07 13:07:07,693 ERROR [main] [] [/service] - Servlet /service threw load() exception javax.servlet.UnavailableException: Java heap space
Also, /var/log/messages is filling up with these errors which are occurring every second...
Code:
Feb 7 13:15:16 mail mon[3323]: no monitor found while trying to run [smtp.monitor]
Feb 7 13:15:16 mail mon[3323]: no monitor found while trying to run [http.monitor]
Feb 7 13:15:16 mail mon[3323]: no monitor found while trying to run [ping.monitor]
Feb 7 13:15:16 mail mon[3323]: no monitor found while trying to run [telnet.monitor]
I found a forum post which mentioned bumping the memory available to Java in Tomcat...did that but am still having the same issues.
Is there anything else I can try, or am I screwed?
Thanks,
Matt