Hi Friends I need your thoughts on the issue which I'm facing now....

  • Thread starter Saravanan ManiGounder
  • Start date
  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Saravanan ManiGounder

Guest
Hi Friends I need your thoughts on the issue which I'm facing now. I'm working on a application based on java. Application run on tomcat hosted on a windows box. I'm running a test with 8 users and my scripts are failing at the text checks. Here we observed the users are logged out from the system. Then we also observed the request are getting redirected to logoff. Where we are not able to get any clue why its been redirected to logoff. We have ran the scripts with 1 or 2 users and d scripts are working fine. But when ever we r increasing d load we are facing with text check errors. We observed connection pooling exceptions when ever our text checks are failling. We check the Db connections and this looks fine. We have a connection limit set to 40 and the db connections are with in d limit when we are facing with this errors. Kindly share your thoughts on this. Thanks.
 
Have you tried running the script through fiddler & capturing response in fiddler??
 
Nope.. But my scripts are working fine with less user load.when I increase the load there are connection pooling exceptions fromm the server
 
I feel when connection is created for few user's the connection is not getting closed by application , thatZ the reason ur facing issues after few mins the load is put (initially it will run fine, but will fail later on )
 
I could get the connection exceptions from the application log. But not able to get the total connections on the application front
 
Are you mentioning ur logoff transaction explicitly in Vuser_end??
 
Yes buddy I have placed logoff req at the vuserend
 
What is your database?
 
U cannot do anything, u should use a Profiler to track these / ur developer should have taken care of all these, since these are basics for a developer
 
When you are increasing the load , are all users logging off the system, after the text check issue or 1-2 are still executing fine?
 
Thanks all for the inputs. Issue got fixed. There were connection leakage and it had been handled.
 
Buddy it was a code issue and I was handled in the code