During the upload of a list of projects with the MultiMaker the Console window showed the crash given below for just one project.
Next I made the same project by hand outside the MultiMaker and there was no uplad error, but it took a long time to open that album with my browser.
Later I opened the album again and this time it was opened quickly,
This is the crash message:
Uploading "LG_Drente" to https://andrewolff.jalbum.net/LG_Drente/
Zip stream support detected
info.cqs.remotefs.RemoteFSException: 4: ERROR: Your quota has been exceeded. Available: 0k.
at info.cqs.remotefs.sftp.SftpAdapter.put(SftpAdapter.java:343)
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.$Proxy12.put(Unknown Source)
at se.datadosen.jalbum.UploadBean$2.run(UploadBean.java:1138)
Caused by: 4: ERROR: Your quota has been exceeded. Available: 0k.
at com.jcraft.jsch.ChannelSftp.throwStatusError(ChannelSftp.java:2827)
at com.jcraft.jsch.ChannelSftp.checkStatus(ChannelSftp.java:2440)
at com.jcraft.jsch.ChannelSftp._put(ChannelSftp.java:646)
at com.jcraft.jsch.ChannelSftp.put(ChannelSftp.java:537)
at info.cqs.remotefs.sftp.SftpAdapter.put(SftpAdapter.java:335)
... 6 more
All workers shut down
java.io.IOException: Read end dead
at java.base/java.io.PipedInputStream.checkStateForReceive(Unknown Source)
at java.base/java.io.PipedInputStream.receive(Unknown Source)
at java.base/java.io.PipedOutputStream.write(Unknown Source)
at java.base/java.util.zip.DeflaterOutputStream.deflate(Unknown Source)
at java.base/java.util.zip.ZipOutputStream.closeEntry(Unknown Source)
at java.base/java.util.zip.ZipOutputStream.putNextEntry(Unknown Source)
at se.datadosen.jalbum.UploadBean.uploadZipEntry(UploadBean.java:1064)
at se.datadosen.jalbum.UploadBean.uploadFilesZipped(UploadBean.java:1160)
at se.datadosen.jalbum.UploadBean.uploadAlbum(UploadBean.java:878)
at se.datadosen.jalbum.UploadBean.uploadAlbum(UploadBean.java:782)
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)
***** Error processing LG_Drente (upload): *****
java.io.IOException: Read end dead