I tried to install OX6 on openSuSE 11 as explained in wiki but it fails in registerserver with a strange error !
this is what I did
/var/log/open-xchange/open-xchange-admin-console.log is empty and there is no other log files in /var/log/open-xchange
also daemon is running and listen on ports tcp/48807 tcp/1099 udp/25685 and udp/6780
Does anyone can help me?
Code:
server could not be registered: Server response: OXUtil_V2
Code:
#/opt/open-xchange/sbin/initconfigdb --configdb-pass=DBxxxx -a initializing configdb from scratch... done #/opt/open-xchange/sbin/oxinstaller --servername=oxserver --configdb-pass=DBxxxx --master-pass=ADMINxxxx --ajp-bind-port=192.168.2.7 --imapserver=192.168.2.8 --smtpserver=192.168.2.8 --ip-of-oxcluster=192.168.2.7 setting up groupware configuration /opt/open-xchange/etc/groupware .................................................. groupware daemon must now be restarted if already running setting up admin daemon configuration /opt/open-xchange/etc/admindaemon ...................... *** RMI authentication is enabled using oxadminmaster as master account admin daemon must now be restarted if already running #/etc/init.d/open-xchange-admin start Starting open-xchange-admin daemon done #/opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P ADMINxxxx server could not be registered: Server response: OXUtil_V2
also daemon is running and listen on ports tcp/48807 tcp/1099 udp/25685 and udp/6780
Does anyone can help me?
Comment