Good Day, OpenExchangers.
I believe I've encountered a bug in the latest release Build: 6.6.0-6608, 2008-09-16 06:50:00
This is reproducable by attempting to delete a user.
First create the following user.
/opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P oxadmin -u netop -d "Network Operation" -g foo -s User -p netop -e netop@foo.bar --imaplogin netop --imapserver 127.0.0.1 --smtpserver 127.0.0.1 --passwordmech {CRYPT}
Next deleting this user,
/opt/open-xchange/sbin/deleteuser -c 1 -A oxadmin -P oxadmin -u netop
would produce the following error message
user netop in context 1 could not be deleted:
Server response:
CTX-0006 Category=8 Message=SQL problem: Table 'oxdatabase_6.context' doesn't exist. exceptionID=1342514627-3
I've dug into mysql and found that the oxdatabase_6 table does not contain the table context, it is found in configdb.context
Log entries.
Sep 25, 2008 4:35:31 AM com.openexchange.admin.storage.mysqlStorage.OXUser MySQLStorage delete
SEVERE: Storage Error
com.openexchange.admin.rmi.exceptions.StorageExcep tion: CTX-0006 Category=8 Message=SQL problem: Table 'oxdatabase_6.context' doesn't exist. exceptionID=13425
14627-3
I've followed the releases of OX, and I've been able to reproduce this on 2 new install machines.
I am able to compare this with my known good install, Build: 6.6.0-6606, 2008-09-03 16:13:35 which does not have this problem.
Please do not hesitate to reach me should you require more information.
Regards.
I believe I've encountered a bug in the latest release Build: 6.6.0-6608, 2008-09-16 06:50:00
This is reproducable by attempting to delete a user.
First create the following user.
/opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P oxadmin -u netop -d "Network Operation" -g foo -s User -p netop -e netop@foo.bar --imaplogin netop --imapserver 127.0.0.1 --smtpserver 127.0.0.1 --passwordmech {CRYPT}
Next deleting this user,
/opt/open-xchange/sbin/deleteuser -c 1 -A oxadmin -P oxadmin -u netop
would produce the following error message
user netop in context 1 could not be deleted:
Server response:
CTX-0006 Category=8 Message=SQL problem: Table 'oxdatabase_6.context' doesn't exist. exceptionID=1342514627-3
I've dug into mysql and found that the oxdatabase_6 table does not contain the table context, it is found in configdb.context
Log entries.
Sep 25, 2008 4:35:31 AM com.openexchange.admin.storage.mysqlStorage.OXUser MySQLStorage delete
SEVERE: Storage Error
com.openexchange.admin.rmi.exceptions.StorageExcep tion: CTX-0006 Category=8 Message=SQL problem: Table 'oxdatabase_6.context' doesn't exist. exceptionID=13425
14627-3
I've followed the releases of OX, and I've been able to reproduce this on 2 new install machines.
I am able to compare this with my known good install, Build: 6.6.0-6606, 2008-09-03 16:13:35 which does not have this problem.
Please do not hesitate to reach me should you require more information.
Regards.
Comment