Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    After Migration: Empty Webapp-Page after login

    Kopano WebApp
    4
    17
    3613
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • robing
      robing Kopano (Inactive) last edited by

      Hi MyKey0815,

      Are there any errors in the browser console (ctrl + shift + i)

      Regards Robin,

      Need support?
      Have a look at https://kopano.com/support/ for options.

      Helpful resources:
      https://kopano.com/blog/how-to-get-kopano/
      https://documentation.kopano.io/
      https://kb.kopano.io/

      1 Reply Last reply Reply Quote 0
      • AnotherAndy
        AnotherAndy last edited by

        Yesterday I made a successful migration from zarafa to kopano on my testserver :-)
        Can you send us some screenshots?
        I had to check my apache Logs and kopano logs serveral times.
        Have you eleminated every zarafa webapp-config in your apache config folder?

        MyKey0815 1 Reply Last reply Reply Quote 0
        • MyKey0815
          MyKey0815 last edited by MyKey0815

          I have read in the documentation that i need some dependencies (kc-8-dependencies) for the kopano enviroment. So i install w3m and python-mysql. The recommended “libboost-filesystem1.54.1, libboost-system1.54.1” cannot install on Ubuntu 14.04.5. Installed is libboost-filesystem1.54.0 and libboost-system1.54.0

          sudo apt-get install libboost-filesystem1.54.1
          Paketlisten werden gelesen... Fertig
          Abhängigkeitsbaum wird aufgebaut.
          Statusinformationen werden eingelesen.... Fertig
          E: Paket libboost-filesystem1.54.1 kann nicht gefunden werden.
          E: Mittels regulärem Ausdruck »libboost-filesystem1.54.1« konnte kein Paket gefunden werden.
          

          The Installation of libicu48 is not possible.

          Package libicu48 is not available, but is referred to by another package.
          This may mean that the package is missing, has been obsoleted, or
          is only available from another source
          
          E: Package 'libicu48' has no installation candidate
          

          Should this the reason, that the empty webpage on webacces is shown and no entry in any logfile is written?

          fbartels 1 Reply Last reply Reply Quote 0
          • fbartels
            fbartels Kopano @MyKey0815 last edited by fbartels

            Hi @mykey0815 ,

            some these dependencies have in fact been retired with the 8.3 update of Kopano Core (if they would still be required you package manager would also have complained that they are needed to update/install the related Kopano packages). For libicu the wrong version number was given in the manual.

            I have updated the linked page to reflect this.

            Regards Felix

            Resources:
            https://kopano.com/blog/how-to-get-kopano/
            https://documentation.kopano.io/
            https://kb.kopano.io/

            Support overview:
            https://kopano.com/support/

            1 Reply Last reply Reply Quote 0
            • MyKey0815
              MyKey0815 last edited by MyKey0815

              So - I have still the problem with the empty WebAccess Webpage. Now I will describe, what I done:

              sudo apt-get install git
              sudo apt-get install w3m python-mysqldb libicu52
              git config --global http.sslverify false
              git clone https://stash.kopano.io/scm/ksc/migrate.git
              cd migrate
              sudo chmod +x zcp2kc.sh
              sudo ./zcp2kc.sh -r 
              

              The Migration runs successfull (?). Then I do following:

              mv /etc/apache2/sites-enabled/zarafa-webapp.conf /etc/apache2/sites-available/
              service apache2 restart
              

              The schema on the Windows 2012R2 AD is only the old Zarafa Schema. AD Extension is not installed now.
              These are the steps, that I read in tej documentation. Is that wrong? Some I forget?

              @merlin2104 What are your steps to migrate? Do you do a Inplace-Migration and which HowTo your are follow?

              fbartels 1 Reply Last reply Reply Quote 0
              • MyKey0815
                MyKey0815 @AnotherAndy last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • AnotherAndy
                  AnotherAndy last edited by

                  Hi,
                  I basically used this.

                  https://documentation.kopano.io/kopano_migration_manual/zcp_migration.html
                  But currently I am writing my own manual .

                  I also had an access denied error on my webapp. I used “rm /etc/mapi/zarafa.inf” and the error was gone.
                  My system is based on debian 8.
                  dpkg -l | egrep ‘(mapi|gsoap|libical|vmime|zarafa)’ | awk ‘{ print $2 }’ | xargs apt-get remove
                  worked for me - ensure all zarafa packets are gone
                  dpkg -l |grep zarafa
                  and
                  dpkg --list | grep “^rc” | cut -d " " -f 3 | xargs dpkg --purge

                  Good luck

                  1 Reply Last reply Reply Quote 0
                  • fbartels
                    fbartels Kopano @MyKey0815 last edited by

                    Hi @MyKey0815

                    @mykey0815 said in After Migration: Empty Webapp-Page after login:

                    I have still the problem with the empty WebAccess Webpage.

                    If you have a subscription I would recommend contacting our support, so that someone could have a direct look at your system.

                    Regards Felix

                    Resources:
                    https://kopano.com/blog/how-to-get-kopano/
                    https://documentation.kopano.io/
                    https://kb.kopano.io/

                    Support overview:
                    https://kopano.com/support/

                    1 Reply Last reply Reply Quote 0
                    • AnotherAndy
                      AnotherAndy last edited by

                      @MyKey0815
                      one last suggest - have you checked your mods_enabled in apache?

                      apt-get install apache2-mpm-prefork libapache2-mod-php5
                      are required - are they also enabled?

                      MyKey0815 1 Reply Last reply Reply Quote 0
                      • MyKey0815
                        MyKey0815 @AnotherAndy last edited by

                        @merlin2104 I have check the mods - but all you mentioned are activated. Now I will try a manuel Inplace-Migration. Have you your working migration steps ready documented? Can you send me you description or is it confidential ;-) ?

                        1 Reply Last reply Reply Quote 0
                        • AnotherAndy
                          AnotherAndy last edited by

                          Hi @MyKey0815 ,
                          did the manuel Inplace-Migration succeed ?

                          MyKey0815 1 Reply Last reply Reply Quote 0
                          • MyKey0815
                            MyKey0815 @AnotherAndy last edited by

                            @merlin2104 Yes - I have do the manual way of the inplace migration and that works now fine

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post