soap lookup process

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
abatie
Advanced member
Advanced member
Posts: 61
Joined: Thu Aug 07, 2014 12:02 pm

soap lookup process

Post by abatie »

The root question is here: viewtopic.php?f=15&t=63575 but since no one seems to have an answer, if someone here could help me a bit with the process, I'll try to track it down. I have the source, but java does a great job of hiding where things are really happening ;-)

Basically, what is the process of looking up a soap server? It seems that's the part that's going wrong, so if I can understand what zimbra is trying to do, I might be able to work out where it's breaking... Thanks...
abatie
Advanced member
Advanced member
Posts: 61
Joined: Thu Aug 07, 2014 12:02 pm

Re: soap lookup process

Post by abatie »

It looks like it may not be the server lookup after all; after figuring out which of the many servers the soap query was going to, I looked in the log and found:

Code: Select all

2018-03-26 18:17:15,614 INFO  [qtp127618319-43033:https:https://zmail04-store09.peak.org:7071/service/admin/soap/GetAccountRequest/GetAccountRequest/GetAccountRequest/GetAccountRequest/GetAccountRequest/GetAccountRequest] [name=account@domain;aname=zimbra;ip=207.55.18.218;port=40995;ua=ZCS/8.7.11_GA_1854;via=207.55.18.195(zmsoap),207.55.18.218(ZCS/8.7.11_GA_1854),207.55.18.218(ZCS/8.7.11_GA_1854),207.55.18.218(ZCS/8.7.11_GA_1854),207.55.18.218(ZCS/8.7.11_GA_1854);] soap - GetAccountRequest elapsed=2
So now I'm wondering what could cause a recursive GAR?
Post Reply