php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55145 SOAP Unspecified Error
Submitted: 2011-07-06 06:31 UTC Modified: 2013-02-18 00:34 UTC
Votes:2
Avg. Score:3.5 ± 0.5
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:0 (0.0%)
From: robertoregan at eircom dot net Assigned:
Status: No Feedback Package: SOAP related
PHP Version: 5.3.6 OS: RHEL 5 - 64 bit
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
35 - 25 = ?
Subscribe to this entry?

 
 [2011-07-06 06:31 UTC] robertoregan at eircom dot net
Description:
------------
* The PHP version is actually 5.3.3 (Wasn't an option on drop-down)

I have an application that generates a large amount of soap connections to external web services. Any errors that occur are caught and handled. A few months back I upgraded to 5.3.3. Fairly quickly we started to experience a strange error where a SOAP connection would fail and the whole application would bomb out. No error message or anything. The only way we were able to get any data on what was happening was by registering a shutdown function and using error_get_last() which printed...

SoapClient::__doRequest(): connect() failed: Unspecified error

This error only occurred in maybe one in every 1000 soap requests but was detrimental for our application. 
We were forced to revert to a 5.2.x version which works fine.

Test script:
---------------
NA

Expected result:
----------------
NA

Actual result:
--------------
NA

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-06 06:33 UTC] robertoregan at eircom dot net
I forgot to mention that one of the main issues with this is that no exception is thrown or any error generated. The script simply dies.
 [2011-07-07 19:21 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2011-07-07 19:21 UTC] felipe@php.net
Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 20:01:32 2024 UTC