Hello!
I would love to know what all this means, so I can make it stop. It happens during the upload, but I'm not sure if it's completed or not. It seems to be, but can't tell.
Thanks
Jeff
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
java.io.IOException: it.sauronsoftware.ftp4j.FTPIllegalReplyException
at info.cqs.remotefs.ftp.Ftp4jAdapter.put(Ftp4jAdapter.java:417)
at info.cqs.remotefs.RemoteFSBean.put(RemoteFSBean.java:400)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at info.cqs.remotefs.RemoteFSBean$RemoteFSHandler.invoke(RemoteFSBean.java:516)
at com.sun.proxy.$Proxy12.put(Unknown Source)
at se.datadosen.jalbum.AlbumManifest.write(AlbumManifest.java:127)
at se.datadosen.jalbum.UploadBean.uploadAlbum(UploadBean.java:852)
at se.datadosen.jalbum.JPublishWizard$PublishStep$19.run(JPublishWizard.java:2046)
Caused by: it.sauronsoftware.ftp4j.FTPIllegalReplyException
at it.sauronsoftware.ftp4j.FTPClient.openPassiveDataTransferChannel(FTPClient.java:3200)
at it.sauronsoftware.ftp4j.FTPClient.openDataTransferChannel(FTPClient.java:3115)
at it.sauronsoftware.ftp4j.FTPClient.upload(FTPClient.java:2352)
at info.cqs.remotefs.ftp.Ftp4jAdapter.put(Ftp4jAdapter.java:413)
... 10 more
|