Tach!
i have some problems to create users.
i try:
/opt/open-xchange/sbin/createuser -A oxadmin -P adminpass /
--username danio --displayname "Danio" --password mypass /
--email danio@myoxdomain.de --givenname Danio /
--surname Danio --language en_US --timezone Europe/Berlin /
--department staff --company "nix"
but it failed:
Exception in thread "main" java.lang.NoClassDefFoundError: com/openexchange/admin/rmi/extensions/OXUserIMAPExtension
at com.openexchange.admin.console.user.Create.<init>( Create.java:148)
at com.openexchange.admin.console.user.Create.main(Cr eate.java:79)
I can access database and gui. all daemons are running, i got no errors while installation. (better: i have not recognized any errors!).
searching this board was not providing any matching results. can anyone help?
i'm sorry for my lousy english
danio
i have some problems to create users.
i try:
/opt/open-xchange/sbin/createuser -A oxadmin -P adminpass /
--username danio --displayname "Danio" --password mypass /
--email danio@myoxdomain.de --givenname Danio /
--surname Danio --language en_US --timezone Europe/Berlin /
--department staff --company "nix"
but it failed:
Exception in thread "main" java.lang.NoClassDefFoundError: com/openexchange/admin/rmi/extensions/OXUserIMAPExtension
at com.openexchange.admin.console.user.Create.<init>( Create.java:148)
at com.openexchange.admin.console.user.Create.main(Cr eate.java:79)
I can access database and gui. all daemons are running, i got no errors while installation. (better: i have not recognized any errors!).
searching this board was not providing any matching results. can anyone help?
i'm sorry for my lousy english
danio
Comment