[Bug 1160336] Re: SOAP Client failed to load entry

2015-12-21 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: php5 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1160336] Re: SOAP Client failed to load entry

2015-10-22 Thread cljk
The problem here is mainly about how to reproduce this issue. Because sometimes the SoapClient worked for me... sometimes not. I´ll see if I have the possibility to build a reproducable test. -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1160336] Re: SOAP Client failed to load entry

2015-10-19 Thread Robie Basak
I see that five people are affected by this now so clearly there is some kind of issue here. But as a developer I don't think this bug is ready to be tackled by a developer. Please could someone post exact steps to reproduce on a fresh Ubuntu system? We need a test case before anyone can really

[Bug 1160336] Re: SOAP Client failed to load entry

2015-10-16 Thread cljk
Think I came to the same bug - took me a lot of time to identify this. because it mainly made no sense. My error described here. http://stackoverflow.com/questions/33121809/mantis-soap-error-accessing-mantisconnect-php-eclipse-mylyn-plugin For me disabling the wsdl-cache helped..

[Bug 1160336] Re: SOAP Client failed to load entry

2014-09-18 Thread Tomasz (Tomek) Muras
This must be a bug in mod php or PHP. The behaviour is random so it may relate to cache or some condition race. The workaround for the issue is to add this: libxml_disable_entity_loader(false); before creating new SoapClient. -- You received this bug notification because you are a member of

[Bug 1160336] Re: SOAP Client failed to load entry

2014-09-11 Thread Tomasz (Tomek) Muras
We are affected by (what seems) exactly the same issue on: No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 14.04.1 LTS Release:14.04 Codename: trusty php5 5.5.9+dfsg-1ubuntu4.4 -- You received this bug notification because

[Bug 1160336] Re: SOAP Client failed to load entry

2013-06-20 Thread Nate Smith
Seeing the same behavior with SoapClient and a WSDL file stored on the local machine. Sometimes it won't work, but then I refresh the PHP script in my browser, and it works fine, with Zero changes to that particular file. -- You received this bug notification because you are a member of Ubuntu

[Bug 1160336] Re: SOAP Client failed to load entry

2013-06-04 Thread Jack
Is there any chance to fix this issue ? Because solution given by Ron, it's not a real fix.. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1160336 Title: SOAP Client failed to load

[Bug 1160336] Re: SOAP Client failed to load entry

2013-03-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php5 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1160336

[Bug 1160336] Re: SOAP Client failed to load entry

2013-03-27 Thread Ron Stewart
We seem to be experiencing the same problem. In our case, it is both the SoapClient and the SoapServer class which fail to load wsdl files (with the same error message as above), regardless of where the files are located on our server. I found a workaround which is allowing the wsdl files to be

[Bug 1160336] Re: SOAP Client failed to load entry

2013-03-26 Thread Jack
** Description changed: After upgrading php to - ii libapache2-mod-php5 5.3.10-1ubuntu3.6 - ii php5-cli 5.3.10-1ubuntu3.6 + ii libapache2-mod-php5 5.3.10-1ubuntu3.6 + ii php5-cli

[Bug 1160336] Re: SOAP Client failed to load entry

2013-03-26 Thread Jack
** Description changed: After upgrading php to ii libapache2-mod-php5 5.3.10-1ubuntu3.6 ii php5-cli 5.3.10-1ubuntu3.6 We noticed that we've got some temporary problems with loading wsdl by soap client, it doesn't no matter about location of