<?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 WebDAV timeouts and ClientAbortException/SocketException in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247776#M200906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running a 4.0.d server with users having access to the repository via WebDAV.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also have a few Mac clients, some of which run Mac OS X 10.6 and some 10.8.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a 10.6 client mounts the share and either opens a folder or selects an image I get SocketExceptions (caused by ClientAbortExceptions) on the server end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I looked at the http communication between client and server and noticed that the Finder in OS X tries to load a thumbnail/preview of the image with a GET request to the image's URL which first fails at least twice and then succeeds. These two failures seem to match the exceptions I see on the server end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exceptions: &lt;/SPAN&gt;&lt;A href="https://gist.github.com/4030647" rel="nofollow noopener noreferrer"&gt;https://gist.github.com/4030647&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When a 10.8 does the same thing the whole server seems to grind to a hold for about 5 minutes with 'Still busy' messages. At this stage even share won't load and the server becomes pretty much unresponsive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After the 5 minutes timeout the server slowly comes back to life and it tries to do something with an authentication handshake several times "Throttled authentication handshake, waiting for reconnect timeout on: &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/s" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s&lt;/A&gt;&lt;SPAN&gt;" which all throws Exceptions as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally these Exceptions seem to stop as well and then I get the same ClientAbortException/SocketExceptions I was seeing with 10.6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;By now (about 10 minutes after mounting the webdav share!) the server has fully recovered and is operational again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exceptions: &lt;/SPAN&gt;&lt;A href="https://gist.github.com/4031099" rel="nofollow noopener noreferrer"&gt;https://gist.github.com/4031099&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I did some troubleshooting and noticed that on 10.6 the Finder in OS X tries to load a thumbnail/preview of the image with a GET request to the image's URL which first fails at least twice and then succeeds. These two failures seem to match the exceptions I see on the server end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the image has been loaded a call is made to the same URL, but this time as PROPFIND request and this always seems to succeed immediately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is obviously not ideal but at least the server doesn't freeze like it does in 10.8…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried increasing the memory on the server (currently at 8G), checked if SMB and/or FTP work ok which they do and tried different client machines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody have any idea what i can do to resolve this so we can actually use WebDAV?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have considered using SMB or FTP instead, but the problem with SMB is that, if i understand correctly, it doesn't allow synchronised LDAP users to connect. And FTP is not really an option either as you can only mount a FTP share as read-only in the Finder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Skip&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2012 12:09:56 GMT</pubDate>
    <dc:creator>schipmolder</dc:creator>
    <dc:date>2012-11-07T12:09:56Z</dc:date>
    <item>
      <title>WebDAV timeouts and ClientAbortException/SocketException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247776#M200906</link>
      <description>Hi,I'm running a 4.0.d server with users having access to the repository via WebDAV.I also have a few Mac clients, some of which run Mac OS X 10.6 and some 10.8.When a 10.6 client mounts the share and either opens a folder or selects an image I get SocketExceptions (caused by ClientAbortExceptions)</description>
      <pubDate>Wed, 07 Nov 2012 12:09:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247776#M200906</guid>
      <dc:creator>schipmolder</dc:creator>
      <dc:date>2012-11-07T12:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: WebDAV timeouts and ClientAbortException/SocketException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247777#M200907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone have any ideas what could be causing these exceptions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 09:18:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247777#M200907</guid>
      <dc:creator>schipmolder</dc:creator>
      <dc:date>2012-11-12T09:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: WebDAV timeouts and ClientAbortException/SocketException</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247778#M200908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm, I was hoping someone else would be using WebDAV as well and possibly come cross the same issues &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone else is using WebDAV without issues with Mac clients could you please let me know?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 14:55:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webdav-timeouts-and-clientabortexception-socketexception/m-p/247778#M200908</guid>
      <dc:creator>schipmolder</dc:creator>
      <dc:date>2012-11-19T14:55:56Z</dc:date>
    </item>
  </channel>
</rss>

