Reputation: 1165
We are using Tridion 2011 SP1, On our staging target few components are getting failed with error Transport failed: Could not transport tcm_0-309224-66560.Content.zip using HTTPS
when we checked cd_transport log we can see error
ERROR HTTPSTransportConnector - Unable to execute HTTP POST
java.net.SocketException: Connection reset by peer: socket write error
Same component getting published successfully on different target. What might be the cause of issue?
Upvotes: 2
Views: 646
Reputation: 317
Verify following:
1) The other target on which the publishing is successful is on the same machine or on the other machine - If they are on different machine, verify the settings/config and most important the version of the JDK/JRE over there
2) Verify with the system admin team if there is some rule put up for the extension of your output component presentation
3) verify the size of the output transport package vs the max size limit defined in the deployer config
4) Use tools like fiddler etc. to monitor the complete publishing process and check for any hint
5) I hope you are checking your logs at TRACE or INFO level...and the above error is the only relevant information and no other warning or debug level information is there in the log?
Upvotes: 0
Reputation: 10234
I think you get a better error message when it's related to size (could be wrong - you can check the size limit in the cd_deployer_conf.xml).
That looks like your connection is being reset. Do you have perhaps a firewall between the CM and the deployer? Can you load the httpupload endpoint from a browser running on the same machine as the CM?
Upvotes: 2
Reputation: 1684
It might be that the size of the transport package is too large and is rejected by the deployer web application.
Upvotes: 2