java.lang.NullPointerException: Cannot invoke "javax.mail.internet.MimeMessage.getSentDate()" because "m

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
rvalenzuela
Posts: 1
Joined: Wed Sep 28, 2022 1:53 pm

java.lang.NullPointerException: Cannot invoke "javax.mail.internet.MimeMessage.getSentDate()" because "m

Post by rvalenzuela »

When I execute a filter regarding dates (in order to delete one user inbox) in web admin console I get error below:

Code: Select all

method:	[unknown]
msg:	system failure: java.lang.NullPointerException: Cannot invoke "javax.mail.internet.MimeMessage.getSentDate()" because "mimeMsg" is null
code:	service.FAILURE
detail:	soap:Receiver
trace:	qtp2011482127-4632:1664368044390:3b64f05cb455324a
request:	

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><userAgent xmlns="" name="ZimbraWebClient - FF105 (Win)" version="8.8.15_GA_4372"/><session xmlns="" id="120332"/><notify xmlns="" seq="24"/><account xmlns="" by="name">archives@mafroda.es</account><format xmlns="" type="js"/><csrfToken xmlns="">0_cc322cc332981b2a024984497e1abb788be6a459</csrfToken></context></soap:Header><soap:Body><ApplyFilterRulesRequest xmlns="urn:zimbraMail"><filterRules xmlns=""><filterRule name="borrado"/></filterRules><m xmlns="" ids="4122801,4122800,4122799,4122797,4122796,4122795,4122794,4122793,4122792,4122791,4122790,4122789,4122788,4122787,4122786,4122785,4122784,4122783,4122782,4122781,4122779,4122778,4122777,4122776,4122775,4122774,4122773,4122772,4122771,4122770,4122769,4122768,4122767,4122766,4122765,4122764,4122763,4122762,4122760,4122759,4122757,4122755,4122754,4122753,4122751,4122750,4122748,4122747,4122746,4122745,4122744,4122743,4122742,4122741,4122740,4122739,4122738,4122737,4122736,4122735,4122734,4122733,4122732,4122730,4122728,4122727,4122725,4122723,4122721,4122720,4122719,4122718,4122717,4122716,4122714,4122713,4122712,4122711,4122710,4122709,4122708,4122707,4122705,4122704,4122703,4122702,4122701,4122700,4122699,4122698,4122697,4122696,4122695,4122694,4122693,4122692,4122691,4122689,4122688,4122687"/></ApplyFilterRulesRequest></soap:Body></soap:Envelope>

Any idea of what is happening or how to fix it? Thanks in advance.
Post Reply