After all the trouble of getting 6.6 installed (http://www.open-xchange.com/forum/sh...?t=1713&page=3), I tried the community edition installer (choosing the bug fix branch 6_4) on a clean system. However, sympton of 503-status messages and the compilation process errors are the same as the original poster. "sudo apt-get install sun-java5-jdk" runs well without any problems.
Here is the beginning of my log output, right after
, where it bails out:
It looks like I am never going to get a working Open Xchange groupware server installed on Ubuntu 8.04 ...
Here is the beginning of my log output, right after
Code:
echo "Compiling Open-Xchange Administration GUI..." cd $SRC_DIR/open-xchange-admin-gui-ee ant -q -Dlib.dir=/opt/open-xchange/lib/ -Dhtdoc=/var/www/ox/admin install
Code:
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:53: cannot find symbol
[javac] symbol : class AdminParser
[javac] location: package com.openexchange.admin.console
[javac] import com.openexchange.admin.console.AdminParser;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:54: package com.openexchange.admin.rmi does not exist
[javac] import com.openexchange.admin.rmi.OXGroupInterface;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:55: package com.openexchange.admin.rmi.dataobjects does n
ot exist
[javac] import com.openexchange.admin.rmi.dataobjects.Context;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:56: package com.openexchange.admin.rmi.dataobjects does n
ot exist
[javac] import com.openexchange.admin.rmi.dataobjects.Credentials;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:57: package com.openexchange.admin.rmi.dataobjects does n
ot exist
[javac] import com.openexchange.admin.rmi.dataobjects.Group;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:58: package com.openexchange.admin.rmi.exceptions does no
t exist
[javac] import com.openexchange.admin.rmi.exceptions.DuplicateExtensionException;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:59: package com.openexchange.admin.rmi.extensions does no
t exist
[javac] import com.openexchange.admin.rmi.extensions.OXGroupMailExtension;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:61: cannot find symbol
[javac] symbol: class ChangeCore
[javac] public class Change extends ChangeCore {
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:75: cannot find symbol
(It's lovely to work with virtual machines for testing...). Somehow the installer script does not work with my clean 8.04 installationen I guess.
Comment