Hi all
We are facing a Strange Problem on our Application which is deployed onWeblogic . When accessing the reports that takes more than 10 mins in general ,the same request is getting posted for every 5mins and the result is not coming even after 30mins. Some times after repeating for 2 or 3 times, the report is generated. But if the same report is accessed in non business hours , we are not facing the problem
Why the request is posting in Loop , we are not able to understand.
Do let me know if any Solution is available for the same
Regards
B S Reddy
-
Request Repeating in Weblogic (1 messages)
- Posted by: Srinivas Reddy Bijjam
- Posted on: March 15 2006 00:07 EST
Threaded Messages (1)
- Repeating the post by Shyam sundar on April 08 2006 03:08 EDT
-
Repeating the post[ Go to top ]
- Posted by: Shyam sundar
- Posted on: April 08 2006 03:08 EDT
- in response to Srinivas Reddy Bijjam
Assumming that you have a separate web server, there is a process that repeats the post when there is no response from the application server.
We had a similar situation, we used iPlanet web server with Weblogic and there is a parameter in web server that allows to set the time within which it expects a response back from weblogic. If the response doesn't come back within this time, the web server repeats the post.