This question is not answered. Helpful answers available: 2. Correct answers available: 1.


Permlink Replies: 11 - Pages: 1 - Last Post: 18 Nov 24, 15:52 Last Post By: Merlin2504
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Uploading error
Posted: 12 Nov 24, 17:05
 
  Click to reply to this thread Reply
Was ist das für ein Fehler?

Gruß Klaus


com.enterprisedt.net.ftp.ControlChannelIOException: Control channel unexpectedly closed ('' read so far)
at com.enterprisedt.net.ftp.FTPControlSocket.readLine(FTPControlSocket.java:1095)
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:1150)
at com.enterprisedt.net.ftp.FTPControlSocket.sendCommand(FTPControlSocket.java:1049)
at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocketPASV(FTPControlSocket.java:876)
at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocket(FTPControlSocket.java:632)
at com.enterprisedt.net.ftp.FTPClient.createDataSocket(FTPClient.java:2756)
at com.enterprisedt.net.ftp.FTPClient.initPut(FTPClient.java:2819)
at com.enterprisedt.net.ftp.FTPClient.putData(FTPClient.java:2916)
at com.enterprisedt.net.ftp.FTPClient.putStream(FTPClient.java:2623)
at com.enterprisedt.net.ftp.FTPClient.put(FTPClient.java:2497)
at com.enterprisedt.net.ftp.FTPClient.put(FTPClient.java:2562)
at info.cqs.remotefs.ftp.FtpAdapter.put(FtpAdapter.java:397)
at info.cqs.remotefs.RemoteFSBean.put(RemoteFSBean.java:404)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at info.cqs.remotefs.RemoteFSBean$RemoteFSHandler.invoke(RemoteFSBean.java:520)
at jdk.proxy2/jdk.proxy2.$Proxy11.put(Unknown Source)
at se.datadosen.jalbum.AlbumManifest.write(AlbumManifest.java:128)
at se.datadosen.jalbum.UploadBean.uploadAlbum(UploadBean.java:941)
at se.datadosen.jalbum.UploadBean.uploadAlbum(UploadBean.java:815)
at se.datadosen.jalbum.UploadAlbumTask.doInBackground(UploadAlbumTask.java:147)
at se.datadosen.jalbum.TaskManager$BackgroundTask.call(TaskManager.java:113)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

Edited by: JeffTucker on 12 Nov 2024, 11:26, to correct title.

JeffTucker

Posts: 7,935
Registered: 31-Jan-2006
Re: Uploading error
Posted: 12 Nov 24, 17:27   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
(Thread moved - the skin plays no role in uploading an album.)
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Uploading error
Posted: 12 Nov 24, 17:49   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
Deswegen hatte ich das Thema bei Bugs, nicht beim Skin.
JeffTucker

Posts: 7,935
Registered: 31-Jan-2006
Re: Uploading error
Posted: 12 Nov 24, 17:52   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
It's not a bug, either. It just looks like your web host's FTP disconnected unexpectedly, perhaps because of a bad connection, or some error on the server. Try the upload again.
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Uploading error
Posted: 13 Nov 24, 11:00   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
Also try restarting your router. If the problems remains, see if you can upload without trouble using tools like FileZilla. If that works, but not jAlbum, please get back to us for further investigation.
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Uploading error
Posted: 14 Nov 24, 07:35   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
Wenn ich mit FileZilla hochlade, gibt es keine Probleme. Daher muss irgendwo in jAlbum ein Bug vorhanden sein.

Hier wieder eine Fehlermeldung:

com.enterprisedt.net.ftp.ControlChannelIOException: Control channel unexpectedly closed ('' read so far)
at com.enterprisedt.net.ftp.FTPControlSocket.readLine(FTPControlSocket.java:1095)
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:1150)
at com.enterprisedt.net.ftp.FTPControlSocket.sendCommand(FTPControlSocket.java:1049)
at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocketPASV(FTPControlSocket.java:876)
at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocket(FTPControlSocket.java:632)
at com.enterprisedt.net.ftp.FTPClient.createDataSocket(FTPClient.java:2756)
at com.enterprisedt.net.ftp.FTPClient.initPut(FTPClient.java:2819)
at com.enterprisedt.net.ftp.FTPClient.putData(FTPClient.java:2916)
at com.enterprisedt.net.ftp.FTPClient.putStream(FTPClient.java:2623)
at com.enterprisedt.net.ftp.FTPClient.put(FTPClient.java:2497)
at com.enterprisedt.net.ftp.FTPClient.put(FTPClient.java:2562)
at info.cqs.remotefs.ftp.FtpAdapter.put(FtpAdapter.java:397)
at info.cqs.remotefs.RemoteFSBean.put(RemoteFSBean.java:404)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at info.cqs.remotefs.RemoteFSBean$RemoteFSHandler.invoke(RemoteFSBean.java:520)
at jdk.proxy2/jdk.proxy2.$Proxy11.put(Unknown Source)
at se.datadosen.jalbum.AlbumManifest.write(AlbumManifest.java:128)
at se.datadosen.jalbum.UploadBean.uploadAlbum(UploadBean.java:941)
at se.datadosen.jalbum.JPublishWizard$PublishStep$19.run(JPublishWizard.java:2063)
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Uploading error
Posted: 15 Nov 24, 16:15   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
Thanks for getting back. It's either a bug or configuration problem. jAlbum can for instance be blocked to communicate properly by some "security" software (guess why I use quotes ;-) )
Can you email me credentials for accessing you ftp site so I can see if I can reproduce the problem from here as a 1:st step? My email is david@jalbum.net
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Uploading error
Posted: 16 Nov 24, 07:47   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
Danke für die Hilfe.
Ich lasse es erstmal, da ich wahrscheinlich die Fehlerquelle beim Provider all-inkl.com gefunden habe. Dies basteln derzeit an ihren Server herum, der dann regelmäßig "Timeout" produziert.
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Uploading error
Posted: 17 Nov 24, 09:41   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
Yes, that's also a logical explanation.
JeffTucker

Posts: 7,935
Registered: 31-Jan-2006
Re: Uploading error
Posted: 18 Nov 24, 15:45   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
Klaus, you need to provide David with your login credentials, so that he can investigate the problem.

https://jalbum.net/forum/thread.jspa?messageID=368171#368171
JeffTucker

Posts: 7,935
Registered: 31-Jan-2006
Re: Uploading error
Posted: 18 Nov 24, 15:46   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
(Duplicative thread, now locked: https://jalbum.net/forum/thread.jspa?threadID=60019)
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Uploading error
Posted: 18 Nov 24, 15:52   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
davidekholm wrote:
Thanks for getting back. It's either a bug or configuration problem. jAlbum can for instance be blocked to communicate properly by some "security" software (guess why I use quotes ;-) )
Can you email me credentials for accessing you ftp site so I can see if I can reproduce the problem from here as a 1:st step? My email is david@jalbum.net

Habe dir eine Mail gesendet. Danke
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums