Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Software caused connection abort in mod_perl + SOAP::Lite + Apache environment (timeout)

by Anonymous Monk
on Nov 14, 2013 at 13:56 UTC ( [id://1062582]=note: print w/replies, xml ) Need Help??


in reply to Solved: Software caused connection abort in mod_perl + SOAP::Lite + Apache environment

"Software caused connection abort " means some kind of timeout -- so while SOAP::Transport::HTTP::CGI gets this error, I doubt its the cause of it, which is probably apache

So I'd consider upping the tracing/logging.... to find out which call where is the closest to the error message, then I'd try to reproduce it with a short sample :D

The other thing I'd consider is updating to current releases of mod_perl/apache/perl/SOAP::Lite for all kind of security+ fixes

  • Comment on Re: Software caused connection abort in mod_perl + SOAP::Lite + Apache environment (timeout)

Replies are listed 'Best First'.
Re^2: Software caused connection abort in mod_perl + SOAP::Lite + Apache environment (timeout)
by sam_bakki (Pilgrim) on Nov 15, 2013 at 05:06 UTC

    Hi Monk

    Thanks a ton for the timeout pointer. Yes, It was due to Apache's time out (nothing to do with SOAP::Lite / Perl). In Apache config I had very little (2sec) timeout.
    I have increased to 25 min timeout in apache config (because client's timeout set to 20 min). Everything works fine. :)

    Thanks & Regards,
    Bakkiaraj M
    My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

      What timeout did you increase in Apache's config, exactly? I have the same errors. I see:
      root@taskmaster01:/etc/httpd/conf # grep -i timeout * httpd.conf:Timeout 120 httpd.conf:KeepAliveTimeout 15

      -------------------------------------
      Nothing is too wonderful to be true
      -- Michael Faraday

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1062582]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-25 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found