Re: A broken pipe message and cannot open a webObjects page
Re: A broken pipe message and cannot open a webObjects page
- Subject: Re: A broken pipe message and cannot open a webObjects page
- From: Chuck Hill <email@hidden>
- Date: Wed, 04 Jun 2003 14:45:42 -0700
And another!
I take it you are not using Direct Connect (that is good, IMHO). What is
happening is that your page is doing too much (takes too long) when it
loads. Perhaps you are fetching a lot of objects? The wo adaptor (the one
the websever talks to) will only wait for a specified amount of time for a
response. After that it hangs up on the app and tries another instance (if
there is one). When the app processing the original request goes to return
the response it finds that the adaptor is no longer listening hence it can
not send the response. What you get in this case is a java.io.IOException:
Broken pipe, meaning "Hey! The adaptor is not listening to me anymore!"
You can either make the request process faster (maybe not an option) or ask
the adaptor to wait longer. The latter is done by setting the connect and
receive timeouts in JavaMonitor. Off the top of my head I don't recall how
to set these for a app which is not deployed.
Chuck
At 02:24 PM 04/06/2003 -0700, Betty Chang wrote:
>Hi all --
>
>Has anyone seen this? Sometimes when I run an application (in
development), I
>get a page that will not come up,
>with a message box about not being able to open a page, and the system
output
>shows a message about a Broken pipe. If I try the action again (usually a
>hyperlink), the page will load up okay.
>
>This is a wierd intermittent problem.
>
>I'm running WebObjects on MAC OS X.
>
>Thanks
>
>Betty
>_______________________________________________
>webobjects-dev mailing list | email@hidden
>Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>Do not post admin requests to the list. They will be ignored.
>
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.