Current environment is IS/TN 4.6, HP/UX 11, and HP/UX JVM 1.2.
We witness many unexplained socket errors with the public client.ftp services. I’m looking for anyone familiar with Java and HP/UX for suggestions. webMethods has supplied us with Fix83 to correct the FTP passive mode operation when listing empty remote directories. But that has been it.
One problem is that the login, ls, put, or get services will just hang. The scheduled process forever stays busy. Another problem is that ftp.put commands fail with a ConnectionClose exception. Together, these two problems prevent a reliable delivery of outbound documents.
2003-02-28 10:46:00 CST com.wm.app.b2b.server.ServiceException: Lost connection to FTP Server
at com.wm.app.b2b.server.Service.throwError(Service.java:360)
at pub.client.ftp.put_append(ftp.java:601)
at pub.client.ftp.put(ftp.java:541)