Please provide:
 - james version  - james distribution  - relevant logs

Note that jpa is known to limit the mapping size, leading to limits in the 
number of mapping that can be created per entry. I am on the phone in vacations 
so I will not recall the JIRA entry.-- 

Best regards,

Benoit TELLIER

General manager of Linagora VIETNAM.
Product owner for Team-Mail product.
Chairman of the Apache James project.

Mail: [email protected]
Tel: (0033) 6 77 26 04 58 (WhatsApp, Signal)


Le avr. 28, 2025 7:04 AM, de Ilya Terskov <[email protected]>Hi there guys.

I can't find the answer to my question - why only 3 items in this request

curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]
curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]
curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]
curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]
curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]

and more 50 like this but only first 3 was added

D:\mail\curl\bin>curl -XGET
http://localhost:8000/address/groups/[email protected]
["[email protected]","[email protected]","[email protected]"]

after this i remove one

D:\mail\curl\bin>curl -XGET
http://localhost:8000/address/groups/[email protected]
["[email protected]","[email protected]"]

so i try

curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]

and its worked

D:\mail\curl\bin>curl -XGET
http://localhost:8000/address/groups/[email protected]
["[email protected]","[email protected]","[email protected]"]

but more than 3 in group tell me error 500

D:\mail\curl\bin>curl -XPUT
http://localhost:8000/address/groups/[email protected]/[email protected]
{"statusCode":500,"type":"ServerError","message":"Unable to update
mapping","details":null}

So tell me where i need configurate limits?

Reply via email to