hallo,
yesterday i installed two server with debian etch and ox
on the first server the installation success but during the installation of server two i get errors on installing open-xchange-admin and open-xchange-admin-gui (in follow of error one)
is anything changed on cvs , the systems are the same only between the installation of server one and two lie 1 hour
greetings
outlow
yesterday i installed two server with debian etch and ox
on the first server the installation success but during the installation of server two i get errors on installing open-xchange-admin and open-xchange-admin-gui (in follow of error one)
is anything changed on cvs , the systems are the same only between the installation of server one and two lie 1 hour
Code:
Compiling Open-Xchange Admindaemon... [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:97: cannot find symbol [javac] symbol : class UserConfigurationException [javac] location: package com.openexchange.groupware [javac] import com.openexchange.groupware.UserConfigurationException; [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:98: cannot find symbol [javac] symbol : class UserConfigurationStorage [javac] location: package com.openexchange.groupware [javac] import com.openexchange.groupware.UserConfigurationStorage; [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:85: cannot find symbol [javac] symbol : class RdbUserConfigurationStorage [javac] location: package com.openexchange.groupware [javac] import com.openexchange.groupware.RdbUserConfigurationStorage; [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:86: cannot find symbol [javac] symbol : class UserConfiguration [javac] location: package com.openexchange.groupware [javac] import com.openexchange.groupware.UserConfiguration; [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:375: cannot find symbol [javac] symbol : variable UserConfigurationStorage [javac] location: class com.openexchange.admin.rmi.impl.OXUser [javac] UserConfigurationStorage.getInstance().removeUserConfiguration(user_id, new ContextImpl(ctx.getId())); [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:376: cannot find symbol [javac] symbol : class UserConfigurationException [javac] location: class com.openexchange.admin.rmi.impl.OXUser [javac] } catch (UserConfigurationException e) { [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:426: cannot find symbol [javac] symbol : variable UserConfigurationStorage [javac] location: class com.openexchange.admin.rmi.impl.OXUser [javac] UserConfigurationStorage.getInstance().removeUserConfiguration(user.getId(), new ContextImpl(ctx.getId())); [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:427: cannot find symbol [javac] symbol : class UserConfigurationException [javac] location: class com.openexchange.admin.rmi.impl.OXUser [javac] } catch (UserConfigurationException e) { [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:664: cannot find symbol [javac] symbol : variable UserConfigurationStorage [javac] location: class com.openexchange.admin.rmi.impl.OXUser [javac] UserConfigurationStorage.getInstance().removeUserConfiguration(user.getId(), new ContextImpl(ctx.getId())); [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/rmi/impl/OXUser.java:665: cannot find symbol [javac] symbol : class UserConfigurationException [javac] location: class com.openexchange.admin.rmi.impl.OXUser [javac] } catch (UserConfigurationException e) { [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:1935: cannot find symbol [javac] symbol : class UserConfiguration [javac] location: class com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage [javac] final UserConfiguration user = RdbUserConfigurationStorage [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:1935: cannot find symbol [javac] symbol : variable RdbUserConfigurationStorage [javac] location: class com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage [javac] final UserConfiguration user = RdbUserConfigurationStorage [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:2262: cannot find symbol [javac] symbol : class UserConfiguration [javac] location: class com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage [javac] final UserConfiguration user = RdbUserConfigurationStorage [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:2262: cannot find symbol [javac] symbol : variable RdbUserConfigurationStorage [javac] location: class com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage [javac] final UserConfiguration user = RdbUserConfigurationStorage [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/storage/mysqlStorage/OXUserMySQLStorage.java:2285: cannot find symbol [javac] symbol : variable RdbUserConfigurationStorage [javac] location: class com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage [javac] RdbUserConfigurationStorage.saveUserConfiguration(user, insert_or_update, [javac] ^ [javac] /tmpinstall/ox/open-xchange-admin/src/com/openexchange/admin/tools/SHACrypt.java:68: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release [javac] final String ret = (new sun.misc.BASE64Encoder().encode(pwhash)); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 15 errors [javac] 1 warning BUILD FAILED
greetings
outlow
Comment