Hello,
I experienced an error during open-xchange-admin installation.
The first part of open-xchange has passed ant without any error messages
After this I did following:
All 4 steps seems to be ok, now I did
The error output looks like this
Any idea what could went wrong? Have sources changed today?
I installed OX the same way yesteray at local test server and no error occured.
Please advice what I can do. I am trying to install at my root server and Etch
is OS.
I experienced an error during open-xchange-admin installation.
The first part of open-xchange has passed ant without any error messages
After this I did following:
cd /tmp
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin-plugin-imap
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin-plugin-context_light
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin-console-ee
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin-plugin-imap
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin-plugin-context_light
cvs -d server:anonymous@www.open-xchange.com:/var/lib/cvs co open-xchange-admin-console-ee
cd open-xchange-admin
ant -Dlib.dir=/opt/open-xchange/lib install
ant -Dlib.dir=/opt/open-xchange/lib install
[mkdir] Created dir: /tmp/open-xchange-admin-console-ee/classes
[javac] Compiling 10 source files to /tmp/open-xchange-admin-console-ee/classes
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Create.java:76: cannot find symbol
[javac] symbol : class OXUserMailExtension
[javac] location: package com.openexchange.admin.rmi.extensions
[javac] import com.openexchange.admin.rmi.extensions.OXUserMailEx tension;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Create.java:166: cannot find symbol
[javac] symbol : class OXUserMailExtension
[javac] location: class com.openexchange.admin.console.user.Create
[javac] OXUserMailExtension ume = new OXUserMailExtension();
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Create.java:166: cannot find symbol
[javac] symbol : class OXUserMailExtension
[javac] location: class com.openexchange.admin.console.user.Create
[javac] OXUserMailExtension ume = new OXUserMailExtension();
[javac] ^
[javac] 3 errors
BUILD FAILED
/tmp/open-xchange-admin/build.xml:138: The following error occurred while executing this line:
/tmp/open-xchange-admin/build.xml:65: The following error occurred while executing this line:
/tmp/open-xchange-admin-console-ee/build.xml:35: Compile failed; see the compiler error output for details.
[javac] Compiling 10 source files to /tmp/open-xchange-admin-console-ee/classes
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Create.java:76: cannot find symbol
[javac] symbol : class OXUserMailExtension
[javac] location: package com.openexchange.admin.rmi.extensions
[javac] import com.openexchange.admin.rmi.extensions.OXUserMailEx tension;
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Create.java:166: cannot find symbol
[javac] symbol : class OXUserMailExtension
[javac] location: class com.openexchange.admin.console.user.Create
[javac] OXUserMailExtension ume = new OXUserMailExtension();
[javac] ^
[javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/user/Create.java:166: cannot find symbol
[javac] symbol : class OXUserMailExtension
[javac] location: class com.openexchange.admin.console.user.Create
[javac] OXUserMailExtension ume = new OXUserMailExtension();
[javac] ^
[javac] 3 errors
BUILD FAILED
/tmp/open-xchange-admin/build.xml:138: The following error occurred while executing this line:
/tmp/open-xchange-admin/build.xml:65: The following error occurred while executing this line:
/tmp/open-xchange-admin-console-ee/build.xml:35: Compile failed; see the compiler error output for details.
I installed OX the same way yesteray at local test server and no error occured.
Please advice what I can do. I am trying to install at my root server and Etch
is OS.
Comment