i'm getting:
Internal Server Error
The server has encountered an internal error.
when i login to the mobile calender on one of my 5.04 (upgraded from 4.56) boxes, the second one works ok, any suggestions?
TIA,
p.
i'm getting:
Internal Server Error
The server has encountered an internal error.
when i login to the mobile calender on one of my 5.04 (upgraded from 4.56) boxes, the second one works ok, any suggestions?
TIA,
p.
its caused by a missing:
/opt/zimbra/jetty/work/zimbra/jsp/org/apache/jsp/tag/web/mobile/moAttachments_tag.class
beware of removing /opt/zimbra/jetty/work/* to solve the ssh
system failure: exception during auth {RemoteManager: zimbra.snp.org->zimbra@zimbra.snp.org:22}
Well, if you search the forums for "Internal Server Error" you'll see that doing an rm -rf /opt/zimbra/jetty/work/* is a recommended step in the fix.
We are having this internal server error problem now with html clients after cleaning out the jetty work directory for another (java memory consumption) issue.
I see in the logs the system complains about a missing dislayMessage_tag.class file
How can this file be restored?
Thanks,
Mark
___________________________________
L. Mark Stone, Managing Member
"Uptime. All the time."®
Ten Years In Business! 2003 - 2013!
477 Congress Street, Suite 812 | Portland, ME 04101 | (207) 772-5678
proactive maintenance and monitoring | technology consulting
Zimbra groupware | cloud hosting | business continuity
Maine's only managed services and cloud hosting provider with a
SOC 2 Type II audit covering Security, Availability and Confidentiality
Mark, if you have a backup the file is hereas long as you are on 5.0.4 as between releases could be a different jetty version!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
Guys-
JSP is a compiled at runtime programming language. This is different than PHP. PHP compiles on the fly, then sends back the compiled version to the browser.
JSP compiles pages, stores them in the work directory as a cache incase another user calls it.
If a file is missing from the work dir, it means that the jsp page isn't compiling correctly.
So, the problem isn't really that the file is missing...it's missing because it's not getting compiled.
Did you restart mailboxd? We had this issue back in 5.0.2
re:
He's right in a sense. Removing the work dir wouldn't solve the ssh key mgmt issue..It doesn't hurt anything. If anything in the work dir is missing, the server will recompile it.beware of removing /opt/zimbra/jetty/work/* to solve the ssh
That's the tricky part
Stop mailbox
clear work dir
turn up debugging (sever ajax problems)
start mailbox
Look for the exception before the fnf error. It should give a compiling error. Let's see why it can't compile![]()
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:
toCode:[zimbra@office tmp]$ find /opt/zimbra -name displayMessage_tag.class 2>/dev/null
to avoid searching the store and database directories, which on a production might take a while... :-)Code:[zimbra@office tmp]$ find /opt/zimbra/jetty -name displayMessage_tag.class 2>/dev/null
___________________________________
L. Mark Stone, Managing Member
"Uptime. All the time."®
Ten Years In Business! 2003 - 2013!
477 Congress Street, Suite 812 | Portland, ME 04101 | (207) 772-5678
proactive maintenance and monitoring | technology consulting
Zimbra groupware | cloud hosting | business continuity
Maine's only managed services and cloud hosting provider with a
SOC 2 Type II audit covering Security, Availability and Confidentiality
BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD BAD
You're addressing the symptom and not the problem. It's only a matter of time before the cache is cleared, and the compiling fails again
BAD BAD BAD BAD
There are currently 1 users browsing this thread. (0 members and 1 guests)