pydio / pydio-sync-java

[DEPRECATED] Synchronization Client of the Pydio project. Based on the Java SDK.
GNU General Public License v3.0
35 stars 15 forks source link

Crash of Windows Sync client 0.8.3 #28

Closed Jackson90 closed 11 years ago

Jackson90 commented 11 years ago

On Windows 7:

28332965 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28333028 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space 28388423 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28388501 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space 28443008 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28443070 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space 28498170 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28498232 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space 28553347 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28553409 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space 28608446 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28608524 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space 28663866 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.JobRunShell - Job sync.2 threw an unhandled Exception: java.lang.OutOfMemoryError: Java heap space 28663936 [AjaXplorerScheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (sync.2 threw an exception. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: java.lang.OutOfMemoryError: Java heap space] at org.quartz.core.JobRunShell.run(JobRunShell.java:224) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) Caused by: java.lang.OutOfMemoryError: Java heap space

cdujeu commented 11 years ago

OutOfMemory error, we have to change the .ini default values to let the java process gain more memory (see AjaXplorerSynchronizer.ini in the program folder, change -Xmx16m to -Xmx32m and relaunch.