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
So, I just installed the client version on my OSX. In the beginning everything seams to be good. But, in some point the sync always stopped. I really don't know what is going on.
I tried to change the local folder but the problem persist.
Here the pydio.error:
java.lang.Exception: Empty Http response
at info.ajaxplorer.client.http.RestRequest.getStringContent(RestRequest.java:463)
at io.pyd.synchro.SyncJob.synchronousUP(SyncJob.java:1955)
at io.pyd.synchro.SyncJob.applyChanges(SyncJob.java:872)
at io.pyd.synchro.SyncJob.run(SyncJob.java:487)
at io.pyd.synchro.SyncJob.execute(SyncJob.java:245)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
692318 [PydioScheduler_Worker-1] ERROR root - Synchro
java.lang.Exception: Error while downloading file from server
at io.pyd.synchro.SyncJob.applyChanges(SyncJob.java:795)
at io.pyd.synchro.SyncJob.run(SyncJob.java:487)
at io.pyd.synchro.SyncJob.execute(SyncJob.java:245)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
And the log:
2455359 [PydioScheduler_Worker-1] INFO root - Uploading 2453554 bytes
2484358 [PydioScheduler_Worker-1] INFO root - Downloading 1 bytes
2484358 [PydioScheduler_Worker-1] INFO root - Uploading 2648924 bytes
2514463 [PydioScheduler_Worker-1] INFO root - Downloading 1 bytes
2514483 [PydioScheduler_Worker-1] INFO root - Uploading 2802834 bytes
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
So, I just installed the client version on my OSX. In the beginning everything seams to be good. But, in some point the sync always stopped. I really don't know what is going on.
I tried to change the local folder but the problem persist.
Here the pydio.error:
java.lang.Exception: Empty Http response
at info.ajaxplorer.client.http.RestRequest.getStringContent(RestRequest.java:463)
at io.pyd.synchro.SyncJob.synchronousUP(SyncJob.java:1955)
at io.pyd.synchro.SyncJob.applyChanges(SyncJob.java:872)
at io.pyd.synchro.SyncJob.run(SyncJob.java:487)
at io.pyd.synchro.SyncJob.execute(SyncJob.java:245)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
692318 [PydioScheduler_Worker-1] ERROR root - Synchro
java.lang.Exception: Error while downloading file from server
at io.pyd.synchro.SyncJob.applyChanges(SyncJob.java:795)
at io.pyd.synchro.SyncJob.run(SyncJob.java:487)
at io.pyd.synchro.SyncJob.execute(SyncJob.java:245)
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)
And the log:
2455359 [PydioScheduler_Worker-1] INFO root - Uploading 2453554 bytes
2484358 [PydioScheduler_Worker-1] INFO root - Downloading 1 bytes
2484358 [PydioScheduler_Worker-1] INFO root - Uploading 2648924 bytes
2514463 [PydioScheduler_Worker-1] INFO root - Downloading 1 bytes
2514483 [PydioScheduler_Worker-1] INFO root - Uploading 2802834 bytes
Thank you!
The text was updated successfully, but these errors were encountered: