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


Permlink Replies: 19 - Pages: 2 [ 1 2 | Next ] - Last Post: 1 Feb 25, 10:57 Last Post By: Merlin2504 Threads: [ Previous | Next ]
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Fehler beim Hochladen (Apple)
Posted: 22 Jan 25, 07:56
 
  Click to reply to this thread Reply
Was sind dies für fehler beim Hochladen?
Das Hochladen bricht nach dieser Meldung ab.

(Solche Problem kannte ich in den letzten Jahren nicht.)

info.cqs.remotefs.RemoteFSException: Error uploading badfestspiele 45.Session-017.jpg to /duhlendorf.com/Bilder-45.Session test/18.badfestspiele170799/thumbs/badfestspiele 45.Session-017.jpg:
at info.cqs.remotefs.RemoteFSBean.putFile(RemoteFSBean.java:397)
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.$Proxy14.putFile(Unknown Source)
at se.datadosen.jalbum.UploadBean.lambda$uploadFilesImpl$2(UploadBean.java:221)
at se.datadosen.jalbum.RemoteFSWorkers$2.call(RemoteFSWorkers.java:190)
at se.datadosen.jalbum.RemoteFSWorkers$RemoteCallable.call(RemoteFSWorkers.java:392)
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)
Caused by: info.cqs.remotefs.RemoteFSException: it.sauronsoftware.ftp4j.FTPException http://code=426, message= Transfer aborted. Data connection closed
at info.cqs.remotefs.ftp.Ftp4jAdapter.putFile(Ftp4jAdapter.java:402)
at info.cqs.remotefs.RemoteFSBean.putFile(RemoteFSBean.java:394)
... 11 more
Caused by: it.sauronsoftware.ftp4j.FTPException http://code=426, message= Transfer aborted. Data connection closed
at it.sauronsoftware.ftp4j.FTPClient.upload(FTPClient.java:2619)
at info.cqs.remotefs.ftp.Ftp4jAdapter.putFile(Ftp4jAdapter.java:392)
... 12 more



info.cqs.remotefs.RemoteFSException: Error uploading badfestspiele 45.Session-016.jpg to /duhlendorf.com/Bilder-45.Session/18.badfestspiele170799/thumbs/badfestspiele 45.Session-016.jpg:
at info.cqs.remotefs.RemoteFSBean.putFile(RemoteFSBean.java:397)
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.$Proxy14.putFile(Unknown Source)
at se.datadosen.jalbum.UploadBean.lambda$uploadFilesImpl$2(UploadBean.java:221)
at se.datadosen.jalbum.RemoteFSWorkers$2.call(RemoteFSWorkers.java:190)
at se.datadosen.jalbum.RemoteFSWorkers$RemoteCallable.call(RemoteFSWorkers.java:392)
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)
Caused by: info.cqs.remotefs.RemoteFSException: it.sauronsoftware.ftp4j.FTPException http://code=426, message= Transfer aborted. Data connection closed
at info.cqs.remotefs.ftp.Ftp4jAdapter.putFile(Ftp4jAdapter.java:402)
at info.cqs.remotefs.RemoteFSBean.putFile(RemoteFSBean.java:394)
... 11 more
Caused by: it.sauronsoftware.ftp4j.FTPException http://code=426, message= Transfer aborted. Data connection closed
at it.sauronsoftware.ftp4j.FTPClient.upload(FTPClient.java:2619)
at info.cqs.remotefs.ftp.Ftp4jAdapter.putFile(Ftp4jAdapter.java:392)
... 12 more
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Fehler beim Hochladen (Apple)
Posted: 22 Jan 25, 10:18   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
The error only says this: "Transfer aborted. Data connection closed". This could be due to network problems, a faulty router, a "security" software interfering, either on your machine or the server, or a faulty ftp server configuration*.

The first thing I'd try is to restart my router. I'd then see if I can connect better using the other of the two ftp connection types we offer ("ftp (edtftpj)), then I'd see if I can connect using the superior and secure "sftp" protocol. I'd also compare with an upload using a well known ftp software like FileZilla and eventually contact the web host.

I'd also run a "ping test" from my local machine in order to test the reliability of the connection, at least over an hour.

(* We had one case of these types of errors that were caused by the ftp host installing a security software that was scanning all uploaded files for viruses. When the load on the server increased, this virus scanning software simply dropped connections)

Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 22 Jan 25, 10:52   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
Thanks for the explanation.

1. With FileZilla, there are no problems uploading via SFTP. Only when I upload from jAlbum.

2. I work with Apple. There is no virus software.

3. The firewall is LittleSnitch, but jAlbum is not blocked there.

4. There is no virus software active on the web host either.

I am currently trying all the FTP connection types offered by jAlbum.

My question about FTP access.
Which one is recommended, see screenshot?
There are several protocols possible?


This is what my web host requires. FTP-SSL (Explicit AUTH TLS)
What access is that for jAlbum? see screenshot

davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Fehler beim Hochladen (Apple)
Posted: 22 Jan 25, 16:26   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
I recommend sftp.
I your host doesn't support it, consider using another host, but before doing so, see if "ftp (edtftpj)" helps.

If FileZilla consistently works but not jAlbum, then please write me at david_at_jalbum_dot_net and pass me your connection details so I can connect and upload a test gallery from here (Sweden). So far I haven't been able to replicate problems that don't appear with FileZilla.
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 24 Jan 25, 08:29   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
davidekholm wrote:
I recommend sftp.
I your host doesn't support it, consider using another host, but before doing so, see if "ftp (edtftpj)" helps.

If FileZilla consistently works but not jAlbum, then please write me at david_at_jalbum_dot_net and pass me your connection details so I can connect and upload a test gallery from here (Sweden). So far I haven't been able to replicate problems that don't appear with FileZilla.


Thank you for your help, I will send you the access data by email.

It's no fun anymore.
I work with Apple Sequoia 15.2, firewall is deactivated, no virus program active or installed.
The host ALL-INKL.COM also has no virus program or firewall active. I upload with SFTP at ALL-INKL.COM.

Today I tested the following things:
My test album is just 185 MB!

1. Upload with jAlbum. Only error messages.

2. Upload with FileZilla. Everything works perfectly

3. With jAlbum I always have to activate the upload after error messages. Then it works at some point.

I don't know what to do anymore.

Screenshots and the error messages are attached

a=0;
info.cqs.remotefs.RemoteFSException: it.sauronsoftware.ftp4j.FTPException [code=530, message= Sorry, the maximum number of clients (10) for this user are already connected.]
	at info.cqs.remotefs.ftp.Ftp4jAdapter.connect(Ftp4jAdapter.java:281)
	at info.cqs.remotefs.RemoteFSBean.connect(RemoteFSBean.java:285)
	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.$Proxy14.connect(Unknown Source)
	at se.datadosen.jalbum.RemoteFSWorkers$1.create(RemoteFSWorkers.java:106)
	at se.datadosen.jalbum.RemoteFSWorkers$1.create(RemoteFSWorkers.java:50)
	at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:60)
	at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:861)
	at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435)
	at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363)
	at se.datadosen.jalbum.RemoteFSWorkers$RemoteCallable.call(RemoteFSWorkers.java:420)
	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)
Caused by: it.sauronsoftware.ftp4j.FTPException [code=530, message= Sorry, the maximum number of clients (10) for this user are already connected.]
	at it.sauronsoftware.ftp4j.FTPClient.login(FTPClient.java:1233)
	at it.sauronsoftware.ftp4j.FTPClient.login(FTPClient.java:1145)
	at info.cqs.remotefs.ftp.Ftp4jAdapter.connect(Ftp4jAdapter.java:261)
	... 16 more
 
……………………………………….
 
info.cqs.remotefs.RemoteFSException: Error uploading folderimage.jpg to /Bilder-05.Session/samstag-festhalle130299/folderimage.jpg:
	at info.cqs.remotefs.RemoteFSBean.putFile(RemoteFSBean.java:397)
	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.$Proxy14.putFile(Unknown Source)
	at se.datadosen.jalbum.UploadBean.lambda$uploadFilesImpl$2(UploadBean.java:221)
	at se.datadosen.jalbum.RemoteFSWorkers$2.call(RemoteFSWorkers.java:190)
	at se.datadosen.jalbum.RemoteFSWorkers$RemoteCallable.call(RemoteFSWorkers.java:392)
	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)
Caused by: info.cqs.remotefs.RemoteFSException: it.sauronsoftware.ftp4j.FTPException [code=426, message= Transfer aborted. Data connection closed]
	at info.cqs.remotefs.ftp.Ftp4jAdapter.putFile(Ftp4jAdapter.java:402)
	at info.cqs.remotefs.RemoteFSBean.putFile(RemoteFSBean.java:394)
	... 11 more
Caused by: it.sauronsoftware.ftp4j.FTPException [code=426, message= Transfer aborted. Data connection closed]
	at it.sauronsoftware.ftp4j.FTPClient.upload(FTPClient.java:2619)
	at info.cqs.remotefs.ftp.Ftp4jAdapter.putFile(Ftp4jAdapter.java:392)
	... 12 more
 
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Fehler beim Hochladen (Apple)
Posted: 24 Jan 25, 12:06   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
Looking forward to your email. From the error log I see two interesting things:
Caused by: it.sauronsoftware.ftp4j.FTPException [code=530, message= Sorry, the maximum number of clients (10) for this user are already connected.
This indicates that you're still using "ftp (ftp4j)" and not either "ftp (edtftpj)" and the recommended SFTP protocol. Please retry using these others. The second thing to note is that your web host disallows connections. They are locked by the server until they timeout. Such behaviour could cause things to appear to work better with client software A but not with client software B, just because the timeout had expired when you tested with one of the clients. Again, SFTP is superior here as it only uses one connection.

I'm not saying all this to state that jAlbum is immune to bugs, but I still don't have a reproducible test case where the upload fails consistently from jAlbum but works consistently on FileZilla. I have to start any debugging road by reproducing the problem first.
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 26 Jan 25, 10:56   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
@davidekholm Mein Provider hat mir eine Antwort zu den TimeOut gegeben.
Der Fehler scheint doch bei jAlbum zu liegen.

Hallo Herr Jahn,
 
als FTP-Server setzen wir ProFTP ein. Dieser läuft in identischer Konfiguration auf vielen tausenden Servern. Ein Hersteller eines FTP-Clients sollte die Sofware an solch einen FTP-Server anpassen.
 
Eventuell hilft dem Hersteller ein aktuelles Log:
 
Jan 24 19:37:36 dd21212 proftpd[991048]: 85.13.141.58 (<IHREIP>[(<IHREIP>]) - FTP session opened.
Jan 24 19:37:36 dd21212 proftpd[991048]: 85.13.141.58 ((<IHREIP>[(<IHREIP>]) - USER w01d528f: Login successful.
Jan 24 19:37:46 dd21212 proftpd[991048]: 85.13.141.58 ((<IHREIP>[(<IHREIP>]) - notice: user w01d528f: aborting transfer: Data connection closed
 
JeffTucker

Posts: 7,938
Registered: 31-Jan-2006
Re: Fehler beim Hochladen (Apple)
Posted: 26 Jan 25, 12:54   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
Have you provided your web host login credentials to David? That is the only way this problem can be addressed.
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 27 Jan 25, 11:40   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
Ich habe gedacht, dass David hier mitliest.
Inzwischen habe ich den Upload umgestellt. Derzeit funktioniert es komischerweise.
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Fehler beim Hochladen (Apple)
Posted: 27 Jan 25, 16:45   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
I'm following this thread. Can't see what you changed really. You still seem to be on "ftp (ftp4j)"
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 27 Jan 25, 18:22   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
Das ist aber die einzige Einstellung, die bei bisher funktioniert.
Bitte mal einen Screenshot von der Einstellungen, die ihr empfehlt, machen. Danke.
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Fehler beim Hochladen (Apple)
Posted: 27 Jan 25, 21:45   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
I highly recommend SFTP. You may need to use another port than port 22. Check with your web provider.
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 27 Jan 25, 21:54   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
Welches soll ich nutzen?
davidekholm

Posts: 3,666
Registered: 18-Oct-2002
Re: Fehler beim Hochladen (Apple)
Posted: 27 Jan 25, 23:20   in response to: Merlin2504 in response to: Merlin2504
 
  Click to reply to this thread Reply
SFTP (SSH...)
Merlin2504

Posts: 350
Registered: 25-Jul-2016
Re: Fehler beim Hochladen (Apple)
Posted: 28 Jan 25, 08:54   in response to: davidekholm in response to: davidekholm
 
  Click to reply to this thread Reply
Habe dir ein Mail mit den Zugang gesendet. Danke für deine Bemühungen.
Legend
Forum admins
Helpful Answer
Correct Answer

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