Author |
Message
|
kotha |
Posted: Thu Jul 14, 2005 5:38 am Post subject: Connection timed out |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
I am using Webclient and when a request submitted through a form, the following error is throwing back by Application server initially. If the request submitted again, I am not seeing this error.
Quote: |
HTTP/1.1 408 Connection timed out while reading request Server: WebSphere Application Server/5.1 Content-Type: text/html Content-Length: 142 Connection: close
408 Connection timed out while reading request |
And Workflow error is:
Quote: |
MQSeries Workflow Message
java.lang.NullPointerException
at com.ibm.ws.http.HttpResponse.writeHeaders(HttpResponse.java:258)
at com.ibm.ws.http.ResponseStream.writeHeaders(ResponseStream.java:234)
at com.ibm.ws.http.ResponseStream.flushBuffer(ResponseStream.java:203)
at com.ibm.ws.http.ResponseStream.flush(ResponseStream.java:297)
at com.ibm.ws.io.WriteStream.flush(WriteStream.java:139)
............. |
I dont think it is a NullPointerException as the application running after the first time. May be its because of the session or something. No clear idea.
Any help??
Thanx in advance. |
|
Back to top |
|
 |
vennela |
Posted: Thu Jul 14, 2005 6:17 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Is it because the channels between the web client machine and the workflow server machine are not running ?
What other symtoms do you see |
|
Back to top |
|
 |
kotha |
Posted: Thu Jul 14, 2005 6:28 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
But I see the work item in the work list. I dont know much about channels. I am using internal port of the WAS for the web applications presently.
Other symptoms are: Initially it is throwing error and working fine after that. And after a while, say after 30 minutes, same thing happening. If the application starts from any other computer, first time it is throwing error.
Any idea vennela? |
|
Back to top |
|
 |
vennela |
Posted: Thu Jul 14, 2005 6:57 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
|
Back to top |
|
 |
kotha |
Posted: Thu Jul 14, 2005 7:33 am Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
No. Thats not the issue vennela,
Every server is in one system except web server witch is at another location.
When a request comes from a webserver to application server....the request goes to WF server and I see the input container filled and the work item appears.
The only thing is as soon as the request comes to the App Server/ Servlet.. it will throw back some variables to another form.
But at the starting, it is unable to pass the variables to another form. Means I think the communication between the WAS and Web server is an issue here.
Can I send the Picture files of the error to ur private Email?? |
|
Back to top |
|
 |
kotha |
Posted: Thu Jul 14, 2005 12:36 pm Post subject: |
|
|
Partisan
Joined: 12 Mar 2005 Posts: 333
|
|
Back to top |
|
 |
|