Moving OX installation to new hardware

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • linit000
    Member
    • Sep 2009
    • 34

    #1

    Moving OX installation to new hardware

    Hi all,

    we' are about to move the current installation 6.20.0 Rev22 to a new server. Which way do you prefer, or is there any howto about this task. BTW, the new server should run RHEL6, the old is running RHEL5.

    Thanks,
    Chris
  • Martin Heiland
    Open-Xchange Quality Assurance
    • Feb 2007
    • 3695

    #2
    Hi Chris,

    i would reinstall it from scratch, migrate over the configuration files (compare and only modify the differences) and copy the database (mysqldump etc.) also make sure that the filestore is copied over.

    Greetings

    Comment

    • linit000
      Member
      • Sep 2009
      • 34

      #3
      Hi Martin,

      thanks for the reply. I'll do it that way.
      Greetings

      Comment

      • linit000
        Member
        • Sep 2009
        • 34

        #4
        Hi Martin,

        the migraton was successful. But now I am not able to upload any contact pictures. Maybe there's some graphics tool missing? Server throws following exeption:


        Code:
        SEVERE: Logged at: com.openexchange.ajp13.coyote.AjpProcessor.process(AjpProcessor.java:806)
        ajpprocessor.request.process: request-URI=''/ajax/contacts'', query-string=''action=update&session=b6cf35cec5174ad8a41f6102cfecceca&id=8715&folder=6&timestamp=1317390525697&time=1317390562199''
        com.openexchange.ajp13.remoteAddress=127.0.0.1
        java.lang.NoClassDefFoundError: Could not initialize class sun.font.FontManager
        	at sun.java2d.SunGraphicsEnvironment$2.run(SunGraphicsEnvironment.java:178)
        	at java.security.AccessController.doPrivileged(Native Method)
        	at sun.java2d.SunGraphicsEnvironment.<init>(SunGraphicsEnvironment.java:162)
        	at sun.awt.X11GraphicsEnvironment.<init>(X11GraphicsEnvironment.java:252)
        	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
        	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        	at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
        	at java.lang.Class.newInstance0(Class.java:372)
        	at java.lang.Class.newInstance(Class.java:325)
        	at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:82)
        	at java.awt.image.BufferedImage.createGraphics(BufferedImage.java:1152)
        	at com.openexchange.groupware.contact.Contacts.scaleContactImage(Contacts.java:308)
        	at com.openexchange.groupware.contact.Contacts.performContactStorageUpdate(Contacts.java:831)
        	at com.openexchange.api2.RdbContactSQLImpl.updateContactObject(RdbContactSQLImpl.java:215)
        	at com.openexchange.ajax.Contact.doPost(Contact.java:360)
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
        	at com.openexchange.ajax.AJAXServlet.service(AJAXServlet.java:417)
        	at com.openexchange.ajax.SessionServlet.service(SessionServlet.java:244)
        	at com.openexchange.ajax.PermissionServlet.service(PermissionServlet.java:81)
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
        	at com.openexchange.ajp13.coyote.AjpProcessor.process(AjpProcessor.java:793)
        	at com.openexchange.ajp13.coyote.sockethandler.CoyoteTask.call(CoyoteTask.java:165)
        	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
        	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        	at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.runTask(CustomThreadPoolExecutor.java:750)
        	at com.openexchange.threadpool.internal.CustomThreadPoolExecutor$Worker.run(CustomThreadPoolExecutor.java:776)
        	at java.lang.Thread.run(Thread.java:636)
        Sep 30, 2011 3:49:37 PM com.openexchange.log.internal.LoggerTask call

        Comment

        Working...
        X