Hi,

You can do this either by setting the system property
jcifs.smb.client.soTimeout on the JVM level when starting the process that
runs your Camel route.
Another option is to use a properties file and the set the system
property jcifs.properties to point to that file.

For more information see the JCIFS documentation.
https://jcifs.samba.org/src/docs/api/overview-summary.html#scp

Best regards
Pontus Ullgren



On Mon, 8 May 2017 at 17:19 Peter J Nelson <pete.nel...@ci.stpaul.mn.us>
wrote:

> I have a camel route that needs to delete a file over CIFS.  For the most
> part it works, but occasionally, I get a timeout from the CIFS server.
> jcifs.smb.SmbException: Transport1 timedout waiting for response to
>
> SmbComDelete[command=SMB_COM_DELETE,received=false,errorCode=0,flags=0x0018,flags2=0xC803,signSeq=0,tid=1,pid=20925,uid=100,mid=327,wordCount=1,byteCount=77,searchAttributes=0x0006,fileName=\out\LAW_20170503133623_INC01-205.xml]
> Searching online, I found one suggestion for CIFS in general is to increase
> the socket timeout.  Is this possible to do from within Camel?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/jCIFS-timeout-settings-tp5799114.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to