Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-22-2009, 04:14 AM
Member
 
Posts: 12
Default Problems restoring file ownership and permission

Hi all, I made a wrong "chown -R user:user /opt/zimbra" and tried to fix it using the command
/opt/zimbra/libexec/zmfixperms -extended -verbose

After it I can run zimbra again but the mail delivery doesn't work at all.
"Notebook" page shows an error (see below).

I'm using Zimbra Open Source on a centos 5.


Code:
HTTP ERROR: 500

system failure: wiki formatter failure

RequestURI=/service/home/admin@mail.local/Notebook
Caused by:

com.zimbra.common.service.ServiceException: system failure: wiki formatter failure
ExceptionId:btpool0-9:1245666230266:ce56f842eefac417
Code:service.FAILURE
	at com.zimbra.common.service.ServiceException.FAILURE(ServiceException.java:253)
	at com.zimbra.cs.service.formatter.Formatter.updateClient(Formatter.java:275)
	at com.zimbra.cs.service.formatter.Formatter.format(Formatter.java:87)
	at com.zimbra.cs.service.UserServlet.doAuthGet(UserServlet.java:493)
	at com.zimbra.cs.service.UserServlet.doGet(UserServlet.java:396)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:190)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
	at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81)
	at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:132)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:716)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:406)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:350)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.Server.handle(Server.java:313)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
Caused by: com.zimbra.cs.service.wiki.WikiServiceException: error: no such account wiki@mail.local
ExceptionId:btpool0-9:1245666230265:ce56f842eefac417
Code:wiki.ERROR
	at com.zimbra.cs.service.wiki.WikiServiceException.ERROR(WikiServiceException.java:50)
	at com.zimbra.cs.wiki.Wiki.getDefaultWikiAccount(Wiki.java:463)
	at com.zimbra.cs.session.WikiSession.getInstance(WikiSession.java:38)
	at com.zimbra.cs.wiki.Wiki$WikiById.(Wiki.java:315)
	at com.zimbra.cs.wiki.Wiki.getInstance(Wiki.java:537)
	at com.zimbra.cs.wiki.Wiki.getInstance(Wiki.java:548)
	at com.zimbra.cs.service.formatter.WikiFormatter.getTemplate(WikiFormatter.java:122)
	at com.zimbra.cs.service.formatter.WikiFormatter.getTemplate(WikiFormatter.java:113)
	at com.zimbra.cs.service.formatter.WikiFormatter.handleWikiFolder(WikiFormatter.java:143)
	at com.zimbra.cs.service.formatter.WikiFormatter.formatCallback(WikiFormatter.java:230)
	at com.zimbra.cs.service.formatter.Formatter.format(Formatter.java:84)
	... 28 more

Caused by:

com.zimbra.cs.service.wiki.WikiServiceException: error: no such account wiki@mail.local
ExceptionId:btpool0-9:1245666230265:ce56f842eefac417
Code:wiki.ERROR
	at com.zimbra.cs.service.wiki.WikiServiceException.ERROR(WikiServiceException.java:50)
	at com.zimbra.cs.wiki.Wiki.getDefaultWikiAccount(Wiki.java:463)
	at com.zimbra.cs.session.WikiSession.getInstance(WikiSession.java:38)
	at com.zimbra.cs.wiki.Wiki$WikiById.(Wiki.java:315)
	at com.zimbra.cs.wiki.Wiki.getInstance(Wiki.java:537)
	at com.zimbra.cs.wiki.Wiki.getInstance(Wiki.java:548)
	at com.zimbra.cs.service.formatter.WikiFormatter.getTemplate(WikiFormatter.java:122)
	at com.zimbra.cs.service.formatter.WikiFormatter.getTemplate(WikiFormatter.java:113)
	at com.zimbra.cs.service.formatter.WikiFormatter.handleWikiFolder(WikiFormatter.java:143)
	at com.zimbra.cs.service.formatter.WikiFormatter.formatCallback(WikiFormatter.java:230)
	at com.zimbra.cs.service.formatter.Formatter.format(Formatter.java:84)
	at com.zimbra.cs.service.UserServlet.doAuthGet(UserServlet.java:493)
	at com.zimbra.cs.service.UserServlet.doGet(UserServlet.java:396)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
	at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:190)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
	at org.mortbay.servlet.UserAgentFilter.doFilter(UserAgentFilter.java:81)
	at org.mortbay.servlet.GzipFilter.doFilter(GzipFilter.java:132)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:716)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:406)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:350)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.Server.handle(Server.java:313)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)

Powered by Jetty://
Reply With Quote
  #2 (permalink)  
Old 06-22-2009, 04:32 AM
Zimbra Consultant & Moderator
 
Posts: 12,395
Default

See if this fixes it: [SOLVED] Documents / wiki Error 500
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 06-22-2009, 06:22 AM
Member
 
Posts: 12
Default

Sorry, I found out the problem is not related to the file permissions.
I fixed the Notebook problem simply creating the wiki account mentionated into the error. Very usefull also the link phoenix wrote.

My problem is related on email masqueranding.
I'll read documentation and open a new topic if necessary.

Thanks.
Reply With Quote

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com