Dear all,
Tried a new installation of debian lenny from the repositories. Everything seems to wrk fine until I get to :
It gives an error:
I have tried this with both, sun java 1.5.0 as well as Java 6.
Any ideas would be greatly appreciated!
Thank you very much
Michael
Tried a new installation of debian lenny from the repositories. Everything seems to wrk fine until I get to :
Code:
/opt/open-xchange/sbin/registerdatabase -A oxadminmaster -P admin_master_password \ -n oxdatabase -p db_password -m true
Code:
Exception in thread "main" java.lang.NoSuchMethodError: com.openexchange.admin.rmi.dataobjects.Database.setMaster(Ljava/lang/Boolean;)V at com.openexchange.admin.console.util.database.DatabaseAbstraction.parseAndSetMasterAndID(DatabaseAbstraction.java:196) at com.openexchange.admin.console.util.database.RegisterDatabase.<init>(RegisterDatabase.java:86) at com.openexchange.admin.console.util.database.RegisterDatabase.main(RegisterDatabase.java:97)
Any ideas would be greatly appreciated!
Thank you very much
Michael
Comment