Baji,
The key portion of the error is:
Code:
CAUGHT THE FOLLOWING EXCEPTION WHILE PROCESSING TRANSMISSION OUTBOUND: OTM failed to send FTP transmission 2,043 from hschbscgn25037.hclt-guindy.co.in to 10.103.106.6 with the following Exception: oracle.classloader.util.AnnotatedClassNotFoundExce ption: Missing class: org.finj.FTPClient Dependent class: glog.util.ftp.client.FTPClientWrapper2
You are encountering this error when trying to FTP, because you haven't installed the required 3rd party library files, as noted by the OTM installer. These are libraries that Oracle doesn't distribute, but which are required for full OTM functionality. In this case, it's referring to the finj library files.
Rather than downloading all of these library files manually, you can download and install the package noted in the following post, which includes the correct versions of all of the required libraries.
http://www.otmfaq.com/forums/f23/otm...tallation-415/ (OTM v5.5 Extra Jars Required for Installation)
Afterwards, restart OTM and test again.
--Chris