Home
TeamSite
TeamSite, LiveSite and OpenDeploy
where to find getPendingContext
Andy Knipp
OK, have an issue where LSCS/AT on our prod server hangs for 20+ minutes during a deploy (LSCS import). I have chased it down to being between a few lines of Java in reserver.jar, UtilCommandRequestHandler
Basically it posts to the log Getting context, then either immediately or 20+ minutes later, it posts No Pending Context.
From the jar, I see it basically does a getNewSession,, beginTransaction, and getPendingContent between the two debug statements
Where can I find those functions ? Just trying to see what it is actually doing at that time.
It was suggested that DB locks may be the cause, and we got a DBA involved during a delay. There were no pending requests or locks or activity in general.
I am trying to figure out how to debug this. Working with support as well, but that is not going very far.
Find more posts tagged with
Comments
There are no comments yet