Results 1 to 10 of 10

Thread: [SOLVED] com.zimbra.cs.account.AccountServiceException: account is not active

  1. #1
    mackoftrack's Avatar
    mackoftrack is offline Special Member
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    134
    Rep Power
    5

    Default [SOLVED] com.zimbra.cs.account.AccountServiceException: account is not active

    I've been getting these errors in /opt/zimbra/log/mailbox.log for quite some time. They seem to be related to ZCO.

    Code:
    2009-09-08 13:10:56,539 WARN  [btpool0-184] [aname=xxxxx@xxxxxxx.com;ip=xxx.xxx.xxx.xxx;ua=ZimbraConnectorForOutlook/5.0.3064.18;id=df6d232f-9093-4fa9-b099-0ca594320e2a;] SoapEngine - target account is not active
    com.zimbra.cs.account.AccountServiceException: account is not active:df6d232f-9093-4fa9-b099-0ca594320e2a
    ExceptionId:btpool0-184:1252440656539:29ce3259eca654bc
    Code:account.ACCOUNT_INACTIVE
            at com.zimbra.cs.account.AccountServiceException.ACCOUNT_INACTIVE(AccountServiceException.java:285)
            at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:411)
            at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:286)
            at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:160)
            at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:275)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:187)
            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:145)
            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.content(HttpConnection.java:844)
            at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:644)
            at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:205)
            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)
    Running ZCS NE 5.0.18, ZCO 5.0.18. The accounts in question are *not* inactive.

    Any ideas? Thanks!

  2. #2
    fsiegel is offline Zimbra Employee
    Join Date
    Sep 2006
    Posts
    1,334
    Rep Power
    9

    Default

    Well -- the server sure thinks it is. Did the account GUID change? Did you try creating a new profile in ZCO and seeing what happens?

  3. #3
    mackoftrack's Avatar
    mackoftrack is offline Special Member
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    134
    Rep Power
    5

    Default

    how/why would the GUID have changed?
    is it absolutely necessary that i recreate the profile?
    i am getting these errors for several active accounts.

    thanks

  4. #4
    mackoftrack's Avatar
    mackoftrack is offline Special Member
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    134
    Rep Power
    5

    Default

    BTW, here is the output of zimbraAccountStatus for the account in question:

    Code:
    [zimbra@zimbra ~]$ zmprov ga xxxxx@mydomain.com zimbraAccountStatus
    # name xxxxx@mydomain.com
    zimbraAccountStatus: active

  5. #5
    fsiegel is offline Zimbra Employee
    Join Date
    Sep 2006
    Posts
    1,334
    Rep Power
    9

    Default

    Do you have a zco log for this? If so, please post.

  6. #6
    mackoftrack's Avatar
    mackoftrack is offline Special Member
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    134
    Rep Power
    5

    Default

    where do i find the ZCO log?

  7. #7
    fsiegel is offline Zimbra Employee
    Join Date
    Sep 2006
    Posts
    1,334
    Rep Power
    9

    Default

    You have to enable zco logging via zcologctl.exe, which is in the same directory as your dlls. Enable http logging and regular logging - that's it. You can determine where the logs go.

  8. #8
    mackoftrack's Avatar
    mackoftrack is offline Special Member
    Join Date
    Sep 2008
    Location
    Los Angeles, CA
    Posts
    134
    Rep Power
    5

    Default

    I figured it out. The errors were being caused by shared mailboxes in Outlook that had become stale for some reason.
    To fix, I closed the shared mailboxes, and then reopened them.

  9. #9
    fsiegel is offline Zimbra Employee
    Join Date
    Sep 2006
    Posts
    1,334
    Rep Power
    9

    Default

    Thanks. I'll remember this for future reference.

  10. #10
    mfvm is offline Active Member
    Join Date
    May 2008
    Location
    Germany
    Posts
    25
    Rep Power
    6

    Default

    Quote Originally Posted by mackoftrack View Post
    I figured it out. The errors were being caused by shared mailboxes in Outlook that had become stale for some reason.
    To fix, I closed the shared mailboxes, and then reopened them.
    A small addition: »stale for some reason« may be a shared folder of a deleted user - I just saw that. The obvious fix is to close the related folder in Outlook.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Adding Hotmail Account always fails - WHY? What to do?
    By TygerZoyd in forum Installation Help
    Replies: 12
    Last Post: 02-21-2012, 09:06 AM
  2. Replies: 5
    Last Post: 09-29-2009, 04:08 AM
  3. Zimbra Desktop won't resolve hostnames
    By btriem in forum Error Reports
    Replies: 10
    Last Post: 09-09-2009, 08:30 AM
  4. Replies: 3
    Last Post: 09-18-2007, 06:55 AM
  5. account is not active
    By rafrio in forum Developers
    Replies: 0
    Last Post: 12-07-2006, 06:41 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •