Announcement

Collapse
No announcement yet.

Hyperion Installation Problem

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

  • Hyperion Installation Problem

    Hyperion Installation Problem

    Debian Etch Java 1.5

    Hint: Is it possible to bundle the needed jar files into a downloadable tarball ?

    /opt/open-xchange/sbin/oxinstaller -f --oxdb-pass=oxpass --admin-pass=oxpass --maildomain example.com
    initializing database (step 1/2)
    done
    Configuring services
    setting readUrl in /opt/open-xchange/etc/admindaemon/configdb.properties
    setting writeUrl in /opt/open-xchange/etc/admindaemon/configdb.properties
    setting readProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.properties
    setting readProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties
    setting writeProperty.1 in /opt/open-xchange/etc/admindaemon/configdb.properties
    setting writeProperty.2 in /opt/open-xchange/etc/admindaemon/configdb.properties
    setting readUrl in /opt/open-xchange/etc/groupware/configdb.properties
    setting writeUrl in /opt/open-xchange/etc/groupware/configdb.properties
    setting readProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties
    setting readProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties
    setting writeProperty.1 in /opt/open-xchange/etc/groupware/configdb.properties
    setting writeProperty.2 in /opt/open-xchange/etc/groupware/configdb.properties
    setting CREATE_HOMEDIRECTORY in /opt/open-xchange/etc/admindaemon/User.properties
    setting SetupLink in /opt/open-xchange/etc/groupware/system.properties
    setting AUTO_TO_LOWERCASE_UID in /opt/open-xchange/etc/admindaemon/User.properties
    (Re)Starting Admin Daemon
    done
    initializing database (step 2/2)
    Exception in thread "main" java.lang.NoSuchMethodError: com.openexchange.admin.console.context.Create.setS hortLongOpt(Lcom/openexchange/admin/console/AdminParser;CLjava/lang/String;Ljava/lang/String;ZZ)Lcom/openexchange/admin/console/CmdLineParser$Option;
    at com.openexchange.admin.console.context.Create.setO ptions(Create.java:191)
    at com.openexchange.admin.console.context.Create.<ini t>(Create.java:99)
    at com.openexchange.admin.console.context.Create.main (Create.java:186)
    user in context 1 could not be created:
    Server response:
    Authentication failed
    Server response:
    Authentication failed
    done
    setting up the system
    creating certificates
    certificate could not be created:
    Server response:
    Authentication failed
    chmod: Zugriff auf �/etc/ssl/certs/eecert.pem� nicht m�lich: Datei oder Verzeichnis nicht gefunden
    chmod: Zugriff auf �/etc/ssl/private/eekey.pem� nicht m�lich: Datei oder Verzeichnis nicht gefunden
    chgrp: Zugriff auf �/etc/ssl/private/eekey.pem� nicht m�lich: Datei oder Verzeichnis nicht gefunden
    configuring ox admin gui
    configuring mail system
    using mail.example.com as FQHN of the mail server
    Server response:
    Authentication failed
    done



    I read in the forum that the mailsystem must be fully functional before this step,
    but the authentication against the database can only work after the creation of the database ?

    Any help is appreciated.

  • #2
    Hyperion Installation Problem

    I had to copy the /opt/open-xchange/sbin/createcontext and /opt/open-xchange/sbin/generatempasswd from an oo-express installation, because they were missing

    Comment

    Working...
    X