View Single Post
  #9 (permalink)  
Old 04-14-2008, 01:35 PM
LMStone LMStone is offline
Moderator
 
Posts: 1,186
Default

Quote:
Originally Posted by uxbod View Post
Mark, if you have a backup the file is here
Code:
[zimbra@office tmp]$ find /opt/zimbra -name displayMessage_tag.class 2>/dev/null
/opt/zimbra/jetty-6.1.5/work/zimbra/jsp/org/apache/jsp/tag/web/message/displayMessage_tag.class
as long as you are on 5.0.4 as between releases could be a different jetty version!
Thanks Uxbod. I restored the missing class file from a backup, restarted the mailbox and now it works.

Mark

P.S. You may want to change:
Code:
[zimbra@office tmp]$ find /opt/zimbra -name displayMessage_tag.class 2>/dev/null
to

Code:
[zimbra@office tmp]$ find /opt/zimbra/jetty -name displayMessage_tag.class 2>/dev/null
to avoid searching the store and database directories, which on a production might take a while... :-)
__________________
___________________________________
L. Mark Stone, CIO


"Uptime. All the time."

477 Congress Street | Portland, ME 04101-3431 | (207) 772-5678

proactive maintenance and monitoring | technology consulting
Zimbra groupware | EMR implementations | private cloud hosting
Reply With Quote