Hi there!
After upgrading my installation from version 6.10.0.0-6 to 6.12.0.0-4
I get the following Exception (/var/log/open-xchange/open-xchange.log) when trying to edit my filter settings (Web-->GUI-->Configuration-->E-Mail-->Filter)
I tried to remove the whole content of the file "Open-Xchange.sieve" of my user account and re-create a rule but upon saving the rule the same Exception is thrown? The same Exception is thrown if I click on "Vacation Note".
Any ideas?
OpenXchange version 6.12.0.0-4
Running on Debian 5.0.3
Package source:
"deb http://software.open-xchange.com/OX6/stable/DebianEtch/ /"
I had installed OX from the Etch source because there was a bug that prevented creating the default context.
(See post http://tinyurl.com/nxbzl6).
I edited my sources list, disabled the old Etch source entry and added
deb http://software.open-xchange.com/OX6...e/DebianLenny/ /
After executing "apt-get update" and "apt-get upgrade" the following packages were updated
I've restarted the OpenXchange components afterwards but unfortunatley the error remains the same.
Any help would be greatly appreciated!
So long
Henning
After upgrading my installation from version 6.10.0.0-6 to 6.12.0.0-4
I get the following Exception (/var/log/open-xchange/open-xchange.log) when trying to edit my filter settings (Web-->GUI-->Configuration-->E-Mail-->Filter)
Code:
FINE: Got welcome from sieve Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler measureEnd FINE: SieveHandler.getServerWelcome() took 1ms to perform Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler measureEnd FINE: SieveHandler.capa.getSasl() took 0ms to perform Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler measureEnd FINE: SieveHandler.startTLS() took 0ms to perform Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler measureEnd FINE: SieveHandler.capability() took 43ms to perform Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler measureEnd FINE: SieveHandler.tlsNegotiation() took 0ms to perform Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler initializeConnection FINE: Authentication to sieve successful Sep 19, 2009 2:37:49 PM com.openexchange.jsieve.SieveHandler measureEnd FINE: SieveHandler.selectAuth() took 2ms to perform Sep 19, 2009 2:37:49 PM com.openexchange.mailfilter.ajax.AJAXServlet doGet SEVERE: MAIL_FILTER-0001 Category=8 Message=String index out of range: -2 exceptionID=-264108956-8 MAIL_FILTER-0001 Category=8 Message=String index out of range: -2 exceptionID=-264108956-8 at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionList(MailfilterAction.java:292) at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionList(MailfilterAction.java:97) at com.openexchange.mailfilter.ajax.actions.AbstractAction.action(AbstractAction.java:97) at com.openexchange.mailfilter.ajax.AJAXServlet.doGet(AJAXServlet.java:191) at javax.servlet.http.HttpServlet.service(HttpServlet.java:596) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.doServletService(AJPv13RequestHandlerImpl.java:433) at com.openexchange.ajp13.AJPv13Request.response(AJPv13Request.java:128) at com.openexchange.ajp13.najp.AJPv13RequestHandlerImpl.createResponse(AJPv13RequestHandlerImpl.java:286) at com.openexchange.ajp13.najp.AJPv13ConnectionImpl.createResponse(AJPv13ConnectionImpl.java:189) at com.openexchange.ajp13.najp.AJPv13Task.run(AJPv13Task.java:281) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269) at java.util.concurrent.FutureTask.run(FutureTask.java:123) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -2 at java.lang.AbstractStringBuilder.substring(AbstractStringBuilder.java:886) at com.openexchange.jsieve.SieveHandler.getScript(SieveHandler.java:390) at com.openexchange.mailfilter.ajax.actions.MailfilterAction.actionList(MailfilterAction.java:262) ... 16 more
Any ideas?
OpenXchange version 6.12.0.0-4
Running on Debian 5.0.3
Package source:
"deb http://software.open-xchange.com/OX6/stable/DebianEtch/ /"
I had installed OX from the Etch source because there was a bug that prevented creating the default context.
(See post http://tinyurl.com/nxbzl6).
I edited my sources list, disabled the old Etch source entry and added
deb http://software.open-xchange.com/OX6...e/DebianLenny/ /
After executing "apt-get update" and "apt-get upgrade" the following packages were updated
Code:
Reading package lists... Done Building dependency tree Reading state information... Done The following packages have been kept back: open-xchange-admin-plugin-hosting The following packages will be upgraded: open-xchange-admin-doc open-xchange-admin-plugin-hosting-doc 2 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Inst open-xchange-admin-doc [6.12.0.0-5] (6.12.0.0-5 open-xchange-6.12-rev3 (DebianLenny):software.open-xchange.com) Inst open-xchange-admin-plugin-hosting-doc [6.12.0.0-4] (6.12.0.0-4 open-xchange-6.12-rev3 (DebianLenny):software.open-xchange.com) Conf open-xchange-admin-doc (6.12.0.0-5 open-xchange-6.12-rev3 (DebianLenny):software.open-xchange.com) Conf open-xchange-admin-plugin-hosting-doc (6.12.0.0-4 open-xchange-6.12-rev3 (DebianLenny):software.open-xchange.com)
Any help would be greatly appreciated!
So long
Henning
Comment