Is something wrong on the maillinglist??



The attached message had PERMANENT fatal delivery errors!

After one or more unsuccessful delivery attempts the attached message has
been removed from the mail queue on this server.  The number and frequency
of delivery attempts are determined by local configuration parameters.

YOUR MESSAGE WAS NOT DELIVERED!

Failed address: [EMAIL PROTECTED]

--- Complete Session Transcript ---
  Parsing Message <D:\MDAEMON\REMOTEQ\pd50000046211.msg>
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: RE: Tomcat interferes with CGI operation
  Message-Id: <[EMAIL PROTECTED]>
  MX-record resolution of [jakarta.apache.org] in progress (DNS Server:
202.54.12.15)...
  Name server has no records of the requested type for that domain.
  Attempting SMTP connection to [jakarta.apache.org : 25]
  A-record resolution of [jakarta.apache.org] in progress (DNS Server:
202.54.12.15)...
  D=jakarta.apache.org TTL=(469) A=[64.208.42.41]
  Attempting SMTP connection to [64.208.42.41 : 25]
  Waiting for socket connection...
  Socket connection established
  Waiting for protocol initiation...
  15 second wait for protocol timeout exceeded.
  Attempting to send message to gateway.
  Attempting SMTP connection to [12.30.239.91 : 25]
  Waiting for socket connection...
  Socket connection established
  Waiting for protocol initiation...
  220 win2kweb.itreya.com Microsoft ESMTP MAIL Service, Version:
5.0.2195.2966 ready at  Thu, 24 May 2001 20:13:52 -0400
  EHLO itreya.com
  250-win2kweb.itreya.com Hello [203.200.4.85]
  250-TURN
  250-ATRN
  250-SIZE
  250-ETRN
  250-PIPELINING
  250-DSN
  250-ENHANCEDSTATUSCODES
  250-8bitmime
  250-BINARYMIME
  250-CHUNKING
  250-VRFY
  250-X-EXPS GSSAPI NTLM LOGIN
  250-X-EXPS=LOGIN
  250-AUTH GSSAPI NTLM LOGIN
  250-AUTH=LOGIN
  250-X-LINK2STATE
  250-XEXCH50
  250 OK
  MAIL From:<[EMAIL PROTECTED]> SIZE=4310
  250 2.1.0 [EMAIL PROTECTED] OK
  RCPT To:<[EMAIL PROTECTED]>
  550 5.7.1 Unable to relay for [EMAIL PROTECTED]
  QUIT
--- End Transcript ---

: Message contains [1] file attachments


You leave a lot open to be guessed.. Can you be more specific eg who needs
to handle the script access, which url is used, what url is you application
running, do you execute the script from a servlet, does the servlet try to
read from the /tmp directory, which user does tomcat run on (default it is
root) and which user is apach run on, does the application give feedback to
the script, does it use the /tmp directory, etc. Maby the questions are
enough to get you figure out what could be wrong..

Mvgr,
Martin

> -----Original Message-----
> From: Daniel Olson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 25, 2001 1:58 AM
> To: [EMAIL PROTECTED]
> Subject: Tomcat interferes with CGI operation
>
>
> We are experiencing what seems to be a rather odd, but potentially common
> problem. I have a Perl CGI script for another project that writes a bunch
> of data into a temp file, then calls another program that reads that file
> and creates another temp file with a different extension. The script then
> reads that output file, and generates an HTML file to be returned to the
> browser. All this runs on a Sun UltraSparc 1 running SunOS 5.7 and
> Apache 1.3.12.
>
> Last week I added Tomcat 3.2.1 into the mix, for serving Java servlets.
> I even added my own context and got that working. This week, someone
> running my first application reported that it was not working. Upon
> investigation, the program called by my script is failing, reporting that
> it can't create its output file. This originally was in the /tmp
> directory,
> but it failed also trying to access a subdirectory under where the project
> scripts reside, and even in a subdirectory of DocumentRoot. Once
> I disabled
> Tomcat and restarted Apache, everything worked just great!
> Suspicious of my
> attempt at the context, I commented that out and restarted
> everything, with
> just the basic contexts in place. My process still failed.
>
> I've searched the archives, looked through the FAQ, and haven't
> come across
> anything. This doesn't sound that out of the ordinary. I'd
> include a listing
> of a problematic file, but I'm at a loss to find anything
> suspicious to know
> which ones to list. Any help anyone can offer would be greatly
> appreciated.
>
>
> Dan Olson
> Oregon Health & Sciences University
>







This is the Postfix program at host mail-in.namezero.com.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the message returned below.

                        The Postfix program

<[EMAIL PROTECTED]>: host
    inbound.namezero.com.criticalpath.net[209.228.14.51] said: 550 User
unknown
Reporting-MTA: dns; mail-in.namezero.com
Arrival-Date: Thu, 24 May 2001 17:23:24 -0700 (PDT)

Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; host
    inbound.namezero.com.criticalpath.net[209.228.14.51] said: 550 User unknown


You leave a lot open to be guessed.. Can you be more specific eg who needs
to handle the script access, which url is used, what url is you application
running, do you execute the script from a servlet, does the servlet try to
read from the /tmp directory, which user does tomcat run on (default it is
root) and which user is apach run on, does the application give feedback to
the script, does it use the /tmp directory, etc. Maby the questions are
enough to get you figure out what could be wrong..

Mvgr,
Martin

> -----Original Message-----
> From: Daniel Olson [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 25, 2001 1:58 AM
> To: [EMAIL PROTECTED]
> Subject: Tomcat interferes with CGI operation
>
>
> We are experiencing what seems to be a rather odd, but potentially common
> problem. I have a Perl CGI script for another project that writes a bunch
> of data into a temp file, then calls another program that reads that file
> and creates another temp file with a different extension. The script then
> reads that output file, and generates an HTML file to be returned to the
> browser. All this runs on a Sun UltraSparc 1 running SunOS 5.7 and
> Apache 1.3.12.
>
> Last week I added Tomcat 3.2.1 into the mix, for serving Java servlets.
> I even added my own context and got that working. This week, someone
> running my first application reported that it was not working. Upon
> investigation, the program called by my script is failing, reporting that
> it can't create its output file. This originally was in the /tmp
> directory,
> but it failed also trying to access a subdirectory under where the project
> scripts reside, and even in a subdirectory of DocumentRoot. Once
> I disabled
> Tomcat and restarted Apache, everything worked just great!
> Suspicious of my
> attempt at the context, I commented that out and restarted
> everything, with
> just the basic contexts in place. My process still failed.
>
> I've searched the archives, looked through the FAQ, and haven't
> come across
> anything. This doesn't sound that out of the ordinary. I'd
> include a listing
> of a problematic file, but I'm at a loss to find anything
> suspicious to know
> which ones to list. Any help anyone can offer would be greatly
> appreciated.
>
>
> Dan Olson
> Oregon Health & Sciences University
>





Reply via email to