[Zope] (116) unable to connect, fd=3

Tim Hawes tim.hawes@ncmail.net
Thu, 03 Jun 1999 15:31:48 +0000


This is a multi-part message in MIME format.
--------------CBDAF2B4834CFEADB54C4890
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Michel Pelletier wrote:

> > -----Original Message-----
> > From: Tim Hawes [mailto:tim.hawes@ncmail.net]
> > Sent: Wednesday, June 02, 1999 10:26 AM
> > To: 'zope@zope.org'
> > Subject: [Zope] (116) unable to connect, fd=3
> >
> >
> > I am using Zope 1.10.2 on Solaris 2.6
> > I have had Zope running here flawlessly until recently.
> >
> > We have a web page called "Who's Who". It queries an Oracle
> > database to get
> > a list of people in our department, and hyperlinks pager pin number if
> > someone wanted to send an e-mail message to one of our pagers
> > (through Page
> > Net). Clinking on a pin number that coresponds to one of our
> > staff members
> > queries the database again to bring up the staff member name and pin
> > number, and
> > brings up a page where the user can then enter who the page
> > is from and the
> > message. Then the user hits submit and the data is sent to a
> > dtml document
> > with sendmail commands for a pager message to be sent to Page Net.
> >
>
> Sounds cool.
>
> > It has worked flawlessly until recently. Now when a user tries to send
> > their page, they get the following:
> >
> > !       Temporarily Unavailable
> >
> >       The resource you requested is temporarily unavailable -
> > please try
> > again later.
> > (116) unable to connect, fd=3
> >
> > And then pcgi dies.
>
> Yes this is a pcgi error.  This can happen for a few reasons (Jeff do
> you know what this error means exactly?)  I've had similar errors happen
> when there are syntax errors in ZPublisher, Python core dumps, and other
> strange happening.  I would try to factor the problem down,
> <!--#comment--> out sections of your code until you find the line that
> causes the error, and then investigate it's failure from the top down.
>
> -Michel
>
> >
> > --
> >
> > Tim Hawes
> > tim.hawes@ncmail.net
> >
> >

This seems to be the bit of code it chokes on:

<!--#sendmail smtphost="smtp.ncmail.net" -->
To: 9198343441.<!--#var expr=REQUEST.form['pin']-->@pagenet.net
From: <!--#var expr=REQUEST.form['from']-->
<!--#var expr=REQUEST.form['message']-->
<!--#/sendmail-->

But isn't this up to spec?

--

Tim Hawes
tim.hawes@ncmail.net



--------------CBDAF2B4834CFEADB54C4890
Content-Type: text/x-vcard; charset=us-ascii;
 name="tim.hawes.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Tim Hawes
Content-Disposition: attachment;
 filename="tim.hawes.vcf"

begin:vcard 
n:Hawes;Tim
tel;work:919-733-8839
x-mozilla-html:TRUE
url:http://jazz.dhhs.state.nc.us
org:Metamor Worldwide;DHHS NWS
adr:;;;;;;
version:2.1
email;internet:tim.hawes@ncmail.net
title:Technical Consultant
x-mozilla-cpt:;0
fn:Tim Hawes
end:vcard

--------------CBDAF2B4834CFEADB54C4890--