hi, I have been running a open-xchange server on a different domain for some years now with no worries so I decide to make a 2nd server
For this new server I have been working on a open-xchange installation on CentOS 6.5 for some days and I have an issue that is a show stopper:
Originally I ran (at the start of the install)
and the prompt replied
I was in a panic but I changed /etc/hosts to this (where 12.34.56.78 is the external IP)
and then the oxinstaller worked. This confused me but I persevered
BUT
when I got right to the end of the install I did
It failed utterly: I forget the exact error (read: did not write it down) but I had a hunch so when it refused to register, so I reverted the /etc/hosts back to this (in desperation)
then it let me pass
I continued the dovecot the postfix install correctly got the apache working (it shows the right OX website) I also created a test user and made his maildir and changed permissions and updated the alias file etc etc
however when I got to
it bombs
it now fails no matter what I do to /etc/hosts
I think I may have messed up the oxinstaller because I re-ran it a few times (maybe a few times too many) it no longer reports *any* servermemory and it incorrectly (compared to my other server) shows the wrong domains name all the way along and will not accept changes
EG: oxinstaller --help
For this new server I have been working on a open-xchange installation on CentOS 6.5 for some days and I have an issue that is a show stopper:
Originally I ran (at the start of the install)
Code:
/opt/open-xchange/sbin/oxinstaller --no-license \ --servername=oxserver --configdb-pass=********** \ --master-pass=********** --ajp-bind-port=localhost –-servermemory 512
Code:
Error: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused
Code:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 12.34.56.78 thissvr.domain.com thissvr ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
BUT
when I got right to the end of the install I did
Code:
/opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P **********
Code:
127.0.0.1 localhost localhost.localdomain 12.34.56.78 thissvr ::1 localhost6 ocalhost6.localdomain6
I continued the dovecot the postfix install correctly got the apache working (it shows the right OX website) I also created a test user and made his maildir and changed permissions and updated the alias file etc etc
however when I got to
Code:
/opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P ********** -u test.user \ -d "Test User" -g Test -s User -p tmppass -e test.user@domain.com \ --imaplogin tuser --imapserver 127.0.0.1:993 --smtpserver 127.0.0.1
Code:
user in context 1 could not be created: Error: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused
I think I may have messed up the oxinstaller because I re-ran it a few times (maybe a few times too many) it no longer reports *any* servermemory and it incorrectly (compared to my other server) shows the wrong domains name all the way along and will not accept changes
EG: oxinstaller --help
Code:
--servername | | --imapserver | thissvr.domain.local | --smtpserver | thissvr.domain.local | --mail-login-src | login | login mail name --mail-server-src | user | user global --transport-server-src | user | user global --configdb-user | openexchange | --configdb-pass | | --configdb-readhost | localhost | --configdb-writehost | localhost | --configdb-dbname | configdb | --servermemory | | --clt-memory | 50 | --configdb-readport | 3306 | --configdb-writeport | 3306 | --tmpdir-path | /var/spool/open-xchange/uploads | --master-pass | | --master-user | oxadminmaster | --jkroute | APP1 | --object-link-hostname | thissvr.domain.local | --extras-link | http://thissvr.domain.local/ | --maxSession | 0 | --sessionDefLifeTime | 3600000 | --disableauth | | --no-license | | --add-license | | --name-of-oxcluster | thissvr.domain.local | --network-listener-host | localhost | --ajp-bind-port | |
Comment