Announcement

Collapse
No announcement yet.

ox install Connection refused to host java net

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

  • #16
    Same again

    I have exactly the same issue as Joschuan.

    I built all the required .jar files and everything compiled fine - no errors.

    Any ideas?

    Tony
    Last edited by Guest; 07-16-2007, 07:32 AM.

    Comment


    • #17
      same for me.

      i am a little confused by the instructions from the wiki. it says :

      Adjust your MySQL authentification information (OXDB_USER_*) in /opt/open-xchange/sbin/oxinstaller
      so do i need to edit any of the following
      Code:
      # some defaults
      OXDB_USER=openexchange
      OXDB_USER_LONG=oxdb-user
      OXDB_PASS=          
      OXDB_PASS_LONG=oxdb-pass
      OXDB_HOST=localhost
      OXDB_HOST_LONG=oxdb-host
      OXDB_PORT=3306
      OXDB_PORT_LONG=oxdb-port
      OXADMIN_PASS=
      OXADMIN_PASS_LONG=admin-pass
      MAIL_DOMAIN=
      MAIL_DOMAIN_LONG=maildomain
      MAIL_HOSTNAME=
      MAIL_HOSTNAME_LONG=mailhostname
      INST_LANGUAGE=en_US
      INST_LANGUAGE_LONG=language
      INST_LANGUAGE_VALUES="de_DE en_US fr_FR"
      in /opt/open-xchange/sbin/oxinstaller before executing
      Code:
      /opt/open-xchange/sbin/oxinstaller --oxdb-pass=some_pass --admin-pass=some_pass --maildomain example.com
      ?



      i'm on fresh install of Ubuntu server 7.04 (LAMP)

      getting same error as Joschuan and Tony:
      Code:
      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
      Error:
       Connection refused to host: localhost; nested exception is: 
              java.net.ConnectException: Connection refused
      
      admindaemon startup still in progress, waiting...
      Error:
       Connection refused to host: localhost; nested exception is: 
              java.net.ConnectException: Connection refused
      
      admindaemon startup still in progress, waiting...
      Error:
       Connection refused to host: localhost; nested exception is: 
              java.net.ConnectException: Connection refused
      Last edited by Guest; 07-16-2007, 05:46 PM.

      Comment


      • #18
        May this threads help you to solve this. I havn't checked yet but that user wrote it works!

        Comment


        • #19
          Hi, it's been over a week now and still no joy. I have completely reinstalled Ubuntu 7.04 server LAMP(with Apache mySQL and PHP), rebuilt everything using ant. Still I'm stuck with
          Code:
          (Re)Starting Admin Daemon
          Error:
           Connection refused to host: localhost; nested exception is: 
                  java.net.ConnectException: Connection refused
          
          admindaemon startup still in progress, waiting...
          Error:
           Connection refused to host: localhost; nested exception is: 
                  java.net.ConnectException: Connection refused
          I can log in to mySQL with user openexchange no problem. I got all the original versions of the libs. Has anyone solved this yet? Anymore ideas as to what may be causing this??

          Comment


          • #20
            works! the solution to my problem may have been a bit ambiguous as i tried a number of things. the last thing i did however, which was downloading and rebuilding concurrent.jar, solved the problem. i also commented out the line bind-address 127.0.0.1 which is the same as --skip-networking for older mysql versions. i also made sure to use the original versions of all libs described in the wiki and not rename any other versions to the required file names. good luck!

            Comment


            • #21
              Originally posted by sledge0303 View Post
              May this threads help you to solve this. I havn't checked yet but that user wrote it works!

              I feel it, is that that post I could not publish it and the real answer publishes it here:

              Comment


              • #22
                my installation experience is this:

                i created the following databases manually: configdb, open-xchange-db
                which are required for open-xchange to run. i tried to access the databases from the command-line and i was able to connect. my problem now is when i executed the oxinstaller, open-xchange-db was removed from the mysql database server. leaving me with the same error as:

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

                i tried to find ways to figure out the causes, but the solution is futile.

                Comment

                Working...
                X