OX6:OX6 Troubleshooting: Difference between revisions

From Open-Xchange
No edit summary
(Restructured article and split off "Unanble to create inbox" solution)
Line 1: Line 1:
== Preparations ==
When trouble strikes, it's usually a good idea to shoot back. (Shooting wins over striking any day). Here we'll collect a few things you may want to try if the installation didn't quite work:
When trouble strikes, it's usually a good idea to shoot back. (Shooting wins over striking any day). Here we'll collect a few things you may want to try if the installation didn't quite work:


You might try to:
You might try to:
* [[Setting Loglevels| Set the log level]]
* [[Setting Loglevels| Set the log level]]
* [[Checking the database access| Check the database setup]]
* [[Checking the database access| Check the database setup]]
== Specific solutions ==
* [[NoClassDefFoundError: OXUserIMAPExtension| Can't create user! java.lang.NoClassDefFoundError: OXUserIMAPExtension]]
* [[NoClassDefFoundError: OXUserIMAPExtension| Can't create user! java.lang.NoClassDefFoundError: OXUserIMAPExtension]]
* [[No user in rights window| No User shown in folder rights window]]
* [[No user in rights window| No User shown in folder rights window]]
 
* [[Unable to create INBOX]]
 
If the installer or the adduser script fails in creating mailboxes (Server response:
com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXUserIMAPException: unable to create INBOX), set "autocreatequota: -1" in your /etc/imapd.conf
This helped at least for me, using Ubuntu Server 7.04 Feisty

Revision as of 09:52, 11 June 2007

Preparations

When trouble strikes, it's usually a good idea to shoot back. (Shooting wins over striking any day). Here we'll collect a few things you may want to try if the installation didn't quite work:

You might try to:

Specific solutions