Categories





IM me on the bleedyellow.com sametime community - jeremy.hodge@zetaone.com

« The XPages Browser Workspace for Domino | Main| ZetaOne is Looking to hire »

Need Help on Odd Domino HTTP Issue / XPages

Category
0
Big Kudo Points and and a level up to anyone who can help point me in the right direction on this one ...

I'm putting together a well-endowed server, it's running SuSE Linux, and domino 8.5.1 ... Whenever I go to open a database via http I get a 12 (to 20) second delay before the http service responds.  The http thread logs show this:

*** Start Request Step: Session 28, Thread cbf34b70, Clock 218710
*** Raw Request Step: Session 28, Thread cbf34b70, Clock 218710
*** Pre Authenticate Step: Session 28, Thread cbf34b70, Clock 218710
*** Authenticate Step: Session 28, Thread cbf34b70, Clock 218710
*** Post Authenticate Step: Session 28, Thread cbf34b70, Clock 218710
*** Get Group List Step: Session 28, Thread cbf34b70, Clock 218710
*** Authorized Server Access Step: Session 28, Thread cbf34b70, Clock 218710
*** Translate Step: Session 28, Thread cbf34b70, Clock 218710
*** Post Translate Step: Session 28, Thread cbf34b70, Clock 218710
*** Authorized Step: Session 28, Thread cbf34b70, Clock 218710
*** Process Request for User Jeremy Hodge: Session 28, Thread cbf34b70, Clock 218710
*** Calling Url Cache Process Request: Session 28, Thread cbf34b70, Clock 218710
*** Calling Inotes Process Request: Session 28, Thread cbf34b70, Clock 218710
*** Post write Buffer, bytes [176]: Session 28, Thread cbf34b70, Clock 230824


The delay happens at the bolded lines above, "*** Calling Inotes Process Request"... the clock time is in milliseconds, and you can see the 12 second delay between the clock time on that line and the Post write Buffer ... Its within this line that it actually executes everything to render the response (which happens to be an XPages application) ... but the majority of the wait happens before the Before Page Load of the XPage executes. Once the process hits that point, it's off to the races and the actual XPage rendering only takes milliseconds.

Does anybody know how to get a more detailed log to trace out where this may be happening?

Nathan pointed out a post that showed a similar issue found in the R7 days, but there was no response to the question then .... hoping someone can help ... or at least maybe know how to get deeper logs so I can get an inkling of the delay.  I've got this happening on 6 partitions across three servers in a cluster, one of which I have torn apart three ways from Sunday trying to find a causal link.


HELLLLLP


Thanks

Comments

Gravatar Image7 - If at first you don't succeed, find out if the loser gets anything.

Gravatar Image6 - He can compress the most words into the smallest ideas of any man I ever met.

Gravatar Image5 - Coming home from very lonely places, all of us go a little mad: whether from great personal success, or just an all-night drive, we are the sole survivors of a world no one else has ever seen.

Gravatar Image4 - Every great advance in natural knowledge has involved the absolute rejection of authority.

Gravatar Image3 - The really is the very best postage understand as of these days. Exactly where did you got every one of the data from that us very useful and really education. I will remain a while in right worth reading each words.<a href=”({ Link } .com</a>

Gravatar Image2 - For historical purposes, the fix can be found here: { Link }

Gravatar Image1 - 1. Make sure "Run web agents concurrently" is enabled on the server doc in your NAB.

2. Make sure your INI setting has HTTPQueueMethod=2 in it. This *should* be the default in 8.5.1, but you can read more about it here: { Link }

3. Are you running a Fix Pack? 8.5.1 pre-FP1 had some serious delay/caching problems with user group caching which may be affecting things. I can personally vouch for 8.5.1FP3 being darn fast on adequate hardware.

4. Run "show stat domino.*" on the console and look for threads.active.peak. If it's equal to the maximum number of HTTP thread specified in your server doc in your NAB, then you've got threads queueing and need to up that number in the NAB. Try like 20% higher. If things get slow keep going up.

Hope this helps. If none if this fixes things I'd open a ticket with IBM support.

Post A Comment