IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  IS FTP [ISC.0064.9001] NullPointerException issue

    Posted Sat May 25, 2019 02:41 PM

    I have some troubles on login a partner‘s FTP server using the service “pub.client.ftp:login” on wM9.12.
    Most of the time the services login to the FTP server and change the directory and upload/download files are successful, so the parameters of the “pub.client.ftp:login” required are provided and correct, but sometimes I get the following exception:

    [ISC.0064.9001] Could not connect to ftp server: java.lang.NullPointerException
    com.wm.net.ftpCException
    com.wm.net.ftpCException:[ISC.0064.9001] Could not connect to ftp server: java.lang.NullPointerException
    pub.client.ftp:login
    Administrator
    2019/05/24 19:17:15.556

    pub.client.ftp:login

    Please advise what the problem is and how can I resolve it, thanks.

    Kind Regards, Kelley


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: IS FTP [ISC.0064.9001] NullPointerException issue

    Posted Thu May 30, 2019 12:39 PM

    Kelly,

    Put the FTP logic inside a retry block. If this is a transient error, retrying for 2-3 times can help.

    Regards,
    Ashish Bania


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: IS FTP [ISC.0064.9001] NullPointerException issue

    Posted Fri May 31, 2019 12:54 AM

    Retry logic with repeat might help but it is not the complete solution to the problem.

    I would suggest you to enable the trace logging on IS and capture more logs to investigate this issue.

    Also, can you share the input password to ftp login service, a snap shot will do.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: IS FTP [ISC.0064.9001] NullPointerException issue

    Posted Sun June 02, 2019 04:10 PM

    Ashish and Mahesh, thanks for your advise, I will put the FTP logic inside a retry block to check if this can help for the problem, and also I will enable the trace logging on IS for capturing more FTP failure logs. The FTP is our customer’s production syetem, so I can’t share the password, sorry for that.

    Best regards,
    Kelley


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 5.  RE: IS FTP [ISC.0064.9001] NullPointerException issue

    Posted Sun June 02, 2019 11:01 PM

    I dont need your password, but make sure you are not using implicit ftps communicating over port 990. Integration Server does not support implicit FTP over SSL. Add the below extended setting and caputre the SSL logs

    watt.ssl.iaik.debug=true


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: IS FTP [ISC.0064.9001] NullPointerException issue

    Posted Tue June 04, 2019 02:11 PM

    Both explicit FTPS and plain FTP are enabled at the FTP server end, but not implicit FTPS protocol, and I am using plain FTP to connect the FTP server.
    In addition, I will add the setting “watt.ssl.iaik.debug=true” to caputre SSL logs, thanks for your advise.

    Best regards,
    Kelley


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB