<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How can I get more info about a SOAP exception? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-get-more-info-about-a-soap-exception/m-p/119676#M84365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anybody know how I can tell Alfresco to output some info about a SOAP exception I am getting on the PHP side?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;More precisely, my PHP script tries to create some children and this results in an error &lt;/SPAN&gt;&lt;STRONG&gt;in the PHP log&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;[26-Sep-2007 14:03:09] PHP Fatal error:&amp;nbsp; Uncaught SoapFault exception: [soapenv:Server.generalException] (null) in /Users/hbf/icar/checkout/knowledge-center/alfresco-build/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/WebService/AlfrescoWebService.php:65&lt;BR /&gt;Stack trace:&lt;BR /&gt;#0 /Users/hbf/icar/checkout/knowledge-center/alfresco-build/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/WebService/AlfrescoWebService.php(65): SoapClient-&amp;gt;__soapCall('update', Array, Array, Array, Array)&lt;BR /&gt;#1 /Users/hbf/icar/checkout/knowledge-center/alfresco-build/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/WebService/AlfrescoWebService.php(47): AlfrescoWebService-&amp;gt;__soapCall('update', Array)&lt;BR /&gt;#2 [internal function]: AlfrescoWebService-&amp;gt;__call('update', Array)&lt;BR /&gt;#3 /Users/hbf/icar/checkout/knowledge-center/alfresco-build/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/Session.php(168): AlfrescoWebService-&amp;gt;update(Array)&lt;BR /&gt;#4 /Users/hbf/icar/checkout/information-system/web-server/drupal/sites/all/modules/alfresco_migration/alfresco_m in /Users/hbf/icar/checkout/knowledge-center/alfresco-build/HEAD/root/modules/php-sdk/source/php/remote/Alfresco/Service/WebService/AlfrescoWebService.php on line 65&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;In the &lt;/SPAN&gt;&lt;STRONG&gt;Alfresco/Catalina log&lt;/STRONG&gt;&lt;SPAN&gt;, no error is recored. I tried to edit &lt;/SPAN&gt;&lt;EM&gt;tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties&lt;/EM&gt;&lt;SPAN&gt; to set the log level to debug, but I don't get any additional information about the exception.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, the PHP exception does not give any hints about the origin of the error!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody knows the trick to get more log output?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for a suggestion!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kaspar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Sep 2007 12:13:31 GMT</pubDate>
    <dc:creator>hbf</dc:creator>
    <dc:date>2007-09-26T12:13:31Z</dc:date>
    <item>
      <title>How can I get more info about a SOAP exception?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-get-more-info-about-a-soap-exception/m-p/119676#M84365</link>
      <description>Does anybody know how I can tell Alfresco to output some info about a SOAP exception I am getting on the PHP side?More precisely, my PHP script tries to create some children and this results in an error in the PHP log:[26-Sep-2007 14:03:09] PHP Fatal error:&amp;nbsp; Uncaught SoapFault exception: [soapenv&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;e</description>
      <pubDate>Wed, 26 Sep 2007 12:13:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-get-more-info-about-a-soap-exception/m-p/119676#M84365</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-09-26T12:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get more info about a SOAP exception?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-i-get-more-info-about-a-soap-exception/m-p/119677#M84366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Answering myself, you can obtain more information by adding&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;log4j.logger.org.alfresco.repo.webservice.repository.RepositoryWebService=debug&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;to your log4j.properties file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 23:02:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-i-get-more-info-about-a-soap-exception/m-p/119677#M84366</guid>
      <dc:creator>hbf</dc:creator>
      <dc:date>2007-11-14T23:02:22Z</dc:date>
    </item>
  </channel>
</rss>

