Yes, the above advice was correct:
Code:
2007-02-06 11:10:05,694 FATAL [main] [] soap - Unable to start servlet java.lang.OutOfMemoryError: Java heap space
2007-02-06 11:10:05,694 INFO [main] [] [/service] - Marking servlet SoapServlet as unavailable
2007-02-06 11:10:05,695 ERROR [main] [] [/service] - Servlet /service threw load () exception
javax.servlet.UnavailableException: Java heap space
...
I increased the size of the Java heap with the following command:
Code:
# su - zimbra
$ zmlocalconfig -e tomcat_java_heap_memory_percent=60
Then, after restarting zimbra, everything seems fine.
Thanks!