Since 1 week I am not able to delete emails. If I delete one and relogin, the email appears again. Is this a bug, or a config problem?
Announcement
Collapse
No announcement yet.
Can't delete emails
Collapse
X
-
I found this NPE in the log file, when I delete an email.
09.05.2007 22:19:59 com.openexchange.ajax.Mail actionPutDeleteMails
SCHWERWIEGEND: actionPutDeleteMails
java.lang.NullPointerException
at java.lang.String.endsWith(String.java:1466)
at com.openexchange.api2.MailInterfaceImpl.deleteMess ages(MailInterfaceImpl.java:3475)
at com.openexchange.ajax.Mail.actionPutDeleteMails(Ma il.java:1653)
at com.openexchange.ajax.Mail.actionPutDeleteMails(Ma il.java:1588)
at com.openexchange.ajax.Mail.actionPut(Mail.java:335 )
at com.openexchange.ajax.Mail.doPut(Mail.java:288)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:712)
at com.openexchange.ajax.SessionServlet.service(Sessi onServlet.java:132)
at com.openexchange.ajax.PermissionServlet.service(Pe rmissionServlet.java:84)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
at com.openexchange.tools.ajp13.AJPv13Request.respons e(AJPv13Request.java:92)
at com.openexchange.tools.ajp13.AJPv13RequestHandler. createResponse(AJPv13RequestHandler.java:335)
at com.openexchange.tools.ajp13.AJPv13Connection.crea teResponse(AJPv13Connection.java:170)
at com.openexchange.tools.ajp13.AJPv13Listener.run(AJ Pv13Listener.java:237)
at java.lang.Thread.run(Thread.java:619)
Comment
Comment