You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the jargon api to download some big files and most of the times this goes correct but sometimes it throws an unexpected length read when reading int error. This would normally not be such a big issue as I catch errors and try to download it again. However in this case it just hangs and I am not sure how to make sure that the jargon exception that is thrown is thrown through.
Any thoughts? Perhaps it could be in the call back listener or the transfer control block?
Transfer status: 9GB of 30GB 30.00%
Transfer status: 10GB of 30GB 33.33%
Transfer status: 11GB of 30GB 36.67%
07:53:29.987 [pool-3-thread-1] ERROR org.irods.jargon.core.transfer.AbstractParallelTransferThread - unexpected length read when reading int
07:53:29.990 [pool-3-thread-1] ERROR org.irods.jargon.core.transfer.ParallelGetTransferThread - exception in parallel transfer
org.irods.jargon.core.exception.JargonException: unexpected length read when reading int
at org.irods.jargon.core.transfer.AbstractParallelTransferThread.readInt(AbstractParallelTransferThread.java:53) ~[IRODSTransfer.jar:?]
at org.irods.jargon.core.transfer.ParallelGetTransferThread.processingLoopForGetData(ParallelGetTransferThread.java:259) [IRODSTransfer.jar:?]
at org.irods.jargon.core.transfer.ParallelGetTransferThread.get(ParallelGetTransferThread.java:179) [IRODSTransfer.jar:?]
at org.irods.jargon.core.transfer.ParallelGetTransferThread.call(ParallelGetTransferThread.java:147) [IRODSTransfer.jar:?]
at org.irods.jargon.core.transfer.ParallelGetTransferThread.call(ParallelGetTransferThread.java:32) [IRODSTransfer.jar:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
07:53:29.999 [pool-3-thread-1] ERROR org.irods.jargon.core.transfer.ParallelGetTransferThread - a jargon exception occurred in the get loop
07:53:29.999 [pool-3-thread-1] ERROR org.irods.jargon.core.transfer.ParallelGetTransferThread - unchecked exception in transfer
The text was updated successfully, but these errors were encountered:
I am using the jargon api to download some big files and most of the times this goes correct but sometimes it throws an unexpected length read when reading int error. This would normally not be such a big issue as I catch errors and try to download it again. However in this case it just hangs and I am not sure how to make sure that the jargon exception that is thrown is thrown through.
Any thoughts? Perhaps it could be in the call back listener or the transfer control block?
The text was updated successfully, but these errors were encountered: