Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unable to access Implicit FTP over TLS using weblogic server

944322Apr 25 2013 — edited Feb 26 2020
I am able to connect to FTP through Filezilla , by providing the same credentials In Weblogic server i am unable to connect it.

I have provided properties in File Zilla like

Host: ftps.abcweb.com
Protocol: FTP-FileTransferProtocol
Encryption: Require Implicit FTP over TLS
Logon Type: Normal
User: abcd
Password: abcd1234

In WeblogicServer:

Host: ftps.abcweb.com
Port: 21/990 (Tried with 21 and 990 also)
User: abcd
Password: abcd1234
useFtps: true
useImplicitSSL: true


Using filezilla i am able to read and write files into /test folder but using ftp adapter in my bpel process i am getting like

<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Error in establishing connection to FTP Server. Error in establishing connection to FTP Server. Unable to establish connection to server. Please ensure hostname and port specified to login to the server is correct. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>Connection timed out: connect</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>




Let me know where my configuration went wrong. I have tried with the port 21 and 990 aswell but for Implicit FTP over TSL we have to use 990.
Please help me.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2013
Added on Apr 25 2013
4 comments
1,069 views