Announcement

Collapse
No announcement yet.

oxinstaller script.

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

  • oxinstaller script.

    I am using SuSE Enterprise Server 10. On execting the oxinstaller I observe the following error.

    Any clues welcomed.

    mail:/opt/open-xchange/sbin # /opt/open-xchange/sbin/oxinstaller -f --oxdb-pass=secret --admin-pass=secret --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
    (Re)Starting Admin Daemon
    done
    initializing database (step 2/2)
    Error:
    Connection refused to host: 192.168.1.75; nested exception is:
    java.net.ConnectException: Connection refused

    Error:
    Connection refused to host: 192.168.1.75; nested exception is:
    java.net.ConnectException: Connection refused

    Error:
    Connection refused to host: 192.168.1.75; nested exception is:
    java.net.ConnectException: Connection refused

    done
    setting up the system
    creating certificates
    Error:
    Connection refused to host: 192.168.1.75; nested exception is:
    java.net.ConnectException: Connection refused

    chmod: cannot access `/etc/ssl/certs/eecert.pem': No such file or directory
    chmod: cannot access `/etc/ssl/private/eekey.pem': No such file or directory
    WARNING: no group ssl-cert found. System might not work.
    configuring ox admin gui
    configuring mail system
    using mail.fulcrumlogic.com as FQHN of the mail server
    Error:
    Connection refused to host: 192.168.1.75; nested exception is:
    java.net.ConnectException: Connection refused

    done

  • #2
    An update the the above issue.
    I have set the OXDB_PASS=secret and OXADMIN_PASS=secret in the oxinstall script. The only method for me to sucessfully pass step 1 is when I set a root password for MySQL to null.

    Comment


    • #3
      self reply

      It was the "concurrent.jar" who was wrong.
      After another installation all is ok now

      Comment

      Working...
      X