Announcement

Collapse
No announcement yet.

Standard Folder missing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Standard Folder missing

    Hi,

    after an update to the most recent version of OX6 Ver. 6704 on Ubuntu 8.10 I am missing all the standard folders like:
    E-Mail
    Contact
    Calendar
    Tasks

    The common folders are still there. Does anyone have an expalantion for this weird behaviour?

    Thank you
    Kind regards
    mmlitz
    Last edited by mmlitz; 01-08-2009, 09:25 PM.

  • #2
    hm, that looks strange indeed - are there any error messages at the log files?

    Comment


    • #3
      Hello Martin,

      I get the following error message when I try to access my e-mail (cyrus):
      SCHWERWIEGEND: com.openexchange.imap.cache.RightsCache$RightsCach eEntry.getEntryClass()Ljava/lang/Class;
      java.lang.AbstractMethodError: com.openexchange.imap.cache.RightsCache$RightsCach eEntry.getEntryClass()Ljava/lang/Class;
      at com.openexchange.mail.cache.SessionMailCache.get(S essionMailCache.java:125)
      at com.openexchange.imap.cache.RightsCache.getCachedR ights(RightsCache.java:97)
      at com.openexchange.imap.converters.IMAPFolderConvert er.getOwnRightsInternal(IMAPFolderConverter.java:6 10)
      at com.openexchange.imap.converters.IMAPFolderConvert er.convertFolder(IMAPFolderConverter.java:329)
      at com.openexchange.imap.IMAPFolderStorage.getFolder( IMAPFolderStorage.java:189)
      at com.openexchange.mail.MailServletInterfaceImpl.get Folder(MailServletInterfaceImpl.java:372)
      at com.openexchange.ajax.Folder.actionGetFolder(Folde r.java:1369)
      at com.openexchange.ajax.Folder.actionGetFolder(Folde r.java:1329)
      at com.openexchange.ajax.request.FolderRequest.action (FolderRequest.java:90)
      at com.openexchange.ajax.Multiple.doAction(Multiple.j ava:392)
      at com.openexchange.ajax.Multiple.parseActionElement( Multiple.java:184)
      at com.openexchange.ajax.Multiple.doPut(Multiple.java :130)
      at javax.servlet.http.HttpServlet.service(HttpServlet .java:619)
      at com.openexchange.ajax.AJAXServlet.service(AJAXServ let.java:380)
      at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:152)
      at javax.servlet.http.HttpServlet.service(HttpServlet .java:689)
      at com.openexchange.ajp13.AJPv13RequestHandler.doServ letService(AJPv13RequestHandler.java:575)
      at com.openexchange.ajp13.AJPv13Request.response(AJPv 13Request.java:108)
      at com.openexchange.ajp13.AJPv13RequestHandler.create Response(AJPv13RequestHandler.java:385)
      at com.openexchange.ajp13.AJPv13Connection.createResp onse(AJPv13Connection.java:192)
      at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Li stener.java:245)
      at java.lang.Thread.run(Thread.java:619)
      12.01.2009 09:52:35 com.openexchange.ajp13.AJPv13Listener run
      SCHWERWIEGEND: AJP-0001 Category=7 Message=com.openexchange.imap.cache.RightsCache$Ri ghtsCacheEntry.getEntryClass()Ljava/lang/Class; exceptionID=1157248908-2
      AJP-0001 Category=7 Message=com.openexchange.imap.cache.RightsCache$Ri ghtsCacheEntry.getEntryClass()Ljava/lang/Class; exceptionID=1157248908-2
      at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Li stener.java:282)
      at java.lang.Thread.run(Thread.java:619)
      Caused by: java.lang.AbstractMethodError: com.openexchange.imap.cache.RightsCache$RightsCach eEntry.getEntryClass()Ljava/lang/Class;
      at com.openexchange.mail.cache.SessionMailCache.get(S essionMailCache.java:125)
      at com.openexchange.imap.cache.RightsCache.getCachedR ights(RightsCache.j
      ava:97)
      at com.openexchange.imap.IMAPFolderStorage.getQuotas( IMAPFolderStorage.java:1387)
      at com.openexchange.mail.MailServletInterfaceImpl.get Quotas(MailServletInterfaceImpl.java:610)
      at com.openexchange.ajax.request.QuotaRequest.mail(Qu otaRequest.java:161)
      at com.openexchange.ajax.request.QuotaRequest.action( QuotaRequest.java:115)
      at com.openexchange.ajax.Multiple.doAction(Multiple.j ava:387)
      at com.openexchange.ajax.Multiple.parseActionElement( Multiple.java:184)
      at com.openexchange.ajax.Multiple.doPut(Multiple.java :130)
      at javax.servlet.http.HttpServlet.service(HttpServlet .java:619)
      at com.openexchange.ajax.AJAXServlet.service(AJAXServ let.java:380)
      at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:152)
      at javax.servlet.http.HttpServlet.service(HttpServlet .java:689)
      at com.openexchange.ajp13.AJPv13RequestHandler.doServ letService(AJPv13RequestHandler.java:575)
      at com.openexchange.ajp13.AJPv13Request.response(AJPv 13Request.java:108)
      at com.openexchange.ajp13.AJPv13RequestHandler.create Response(AJPv13RequestHandler.java:385)
      at com.openexchange.ajp13.AJPv13Connection.createResp onse(AJPv13Connection.java:192)
      at com.openexchange.ajp13.AJPv13Listener.run(AJPv13Li stener.java:245)

      That`s all rather strange
      I see that ox6 is getting the servername by identifier 2 but when it access later the data in the database it is using context 1. Does this mean anything?

      Kind regards
      mmlitz

      Comment


      • #4
        Hi,

        the AbstractMethodError seems to be generated by incompatible versions of the imap and the server bundle. Can you please try to update both to the latest version and try again.

        Regards,

        Dennis

        Comment


        • #5
          As you are using nightly snapshot builds, you should be
          aware, that all kinds of badness could happen.

          As it did in this case.

          On Ubuntu, the nightly build failed to build the imap and server packages on the openSUSE Buildservice.

          I triggered a rebuild, so hopefully in a few hours packages should work again.

          Comment


          • #6
            Hello Martin,
            hello Carsten,

            thank you for your effort. I will try an update later on and keep you informed.

            Kind regards
            mmlitz

            Comment


            • #7
              Hi,

              it seems as if the build failed again
              The distributions like Fedora and SuSE are dated 12.01.09, 22:XX the Ubuntu is still 10.01.09.

              Greetings
              mmlitz

              Comment


              • #8
                Yes, the openSUSE buildservice currently has some trouble.
                Stay tuned.

                Comment


                • #9
                  The Ubuntu builds should now work again.

                  Comment


                  • #10
                    Hi,

                    thanks a lot! Things are working again. Grat job

                    Kind regards
                    mmlitz

                    Comment

                    Working...
                    X