Hi team,

I have a proxy that is sending data using the vfs transport and ftp
protocol.
I have this logging when I enable the logging.

TID: [-1234] [] [2018-05-08 15:11:18,818] DEBUG
{org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the fileURI
      : ftp://userQA:[email protected]
/QA/AXXXXXES/XXXXXXion_Test.csv?transport.v

fs.ReconnectTimeout=10&transport.vfs.MaxRetryCount=5
{org.apache.synapse.commons.vfs.VFSOutTransportInfo}

TID: [-1234] [] [2018-05-08 15:11:18,818] DEBUG
{org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the
maxRetryCount  : 5 {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

TID: [-1234] [] [2018-05-08 15:11:18,818] DEBUG
{org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the
reconnectionTimeout : 10000
{org.apache.synapse.commons.vfs.VFSOutTransportInfo}

TID: [-1234] [] [2018-05-08 15:11:18,819] DEBUG
{org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  Using the append
      : false {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

TID: [-1234] [] [2018-05-08 15:11:18,819] DEBUG
{org.apache.synapse.commons.vfs.VFSOutTransportInfo} -  File locking
      : OFF {org.apache.synapse.commons.vfs.VFSOutTransportInfo}

TID: [-1234] [] [2018-05-08 15:11:18,819]  WARN
{org.apache.commons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}
-  Invalid connection timeout null. Set the connectionTimeout as 5000.
(default) {org.apache.com

mons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}

TID: [-1234] [] [2018-05-08 15:11:18,819]  WARN
{org.apache.commons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}
-  Invalid connection retry count null. Set the connectionRetryCount as 5.
(default) {org.apache

.commons.vfs2.provider.ftp.FtpClientFactory$FtpConnectionFactory}


I have the RecoonectTimeout and the MaxRetryCount settings defined. But the
apache commons vfs class indicates that the connection timeout and retry
count is not defined.

How can I defined these parameters?

Regards,
Norberto
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to