I'm still experiencing this problem and I've noticed that the source for both createuser and createcontext has been improved by collecting all .jars automatically.
Code:
ADMINCP=$(for jar in $LIBPATH/ox_admin*.jar; do
echo -n "${jar}:"
done)
$JAVA_BIN -classpath ${ADMINCP}$LIBPATH/commons-cli-1.0.jar $JAVAMAIN $*
If I echo ADMINCP I get:
Code:
/opt/open-xchange/lib/ox_admin_console_ee.jar:/opt/open-xchange/lib/ox_admin_plugin_context_light.jar:/opt/open-xchange/lib/ox_admin_plugin_imap.jar:/opt/open-xchange/lib/ox_admindaemon.jar
The error is:
Code:
Server response:
RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: com.openexchange.admin.rmi.extensions.OXUserIMAPExtension
So what's going on here?
Bookmarks