I am getting the dreaded "Could not read content size from remote" on my production receiver deployments. The deployment configurations that I use have not changed, the production receiver server has plenty of space, it works fine deploying to the test environment and this is not a new install. Also, if I take the same files that are failing and make them smaller (removing the extra stuff meta data from a Word doc for example) then It will deploy. These are not large files, less than 1 mb. I had the network guy try and turn off NAT routing, but it still fails, so that isn't the issue. I've been working with HP support, but we've gotten nowhere.
Here is my deployment configuration.
<?xml version="1.0" encoding="UTF-8"?>
<deploymentConfiguration>
<localNode host="TS16" blockCheckInterval="5" blockMaxWaitTime="300" />
<replicationFarmSet>
<replicationFarm name="WS5comp">
<nodeRef useNode="ws8" />
</replicationFarm>
</replicationFarmSet>
<definition name="WS5Deploy-2">
<source>
<sourceFilesystem area="Y:\default\main\Partnerpage\STAGING\attachments\sales_info">
<pathSpecification>
<path name="." />
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="WS5comp">
<comparisonRules dateDifferent="yes" ignoreAcls="yes" />
<transferRules doDeletes="no" dontDo="no" preserveAcls="no" svrTryCount="" svrTryInterval="" svrTryDisableOverwrite="no" rmReadOnly="yes" compression="no" compressionLevel="" applySourceFileTime="yes" checksumVerify="no" byteIncremental="no" />
<targetFilesystem area="E:\commonrepositories\repositories\sales_info\attachments\sales_info" />
</target>
</definition>
<deployment transactional="no">
<execDeploymentTask useDefinition="WS5Deploy-2" />
</deployment>
</deploymentConfiguration>
Any suggestions?