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

Problem with AjaXplorer-in-Sync MacOs // something like issue#15 ? better #1 or #14 ! #31

Closed dflahaut closed 10 years ago

dflahaut commented 10 years ago

I have the same error message : "Error : an error occured during synchronization: null"

My config :

Charles proposed to remove the /Users/youruser/.ajaxplorer folder to have a fresh start.

So did I many times and I have seen that ajaxplorer-in-Sync :
1/ detect local changes ..... : ok 2/ detect remote changes .. : makes the error "content is not allow ... 3/ the message "error : an error ... null"

I would like to search a solution : reading logs, find files with wrong caracters ... but I don't known what to do.

Do you have suggestions ?

hi Denis

dflahaut commented 10 years ago

hello,

I found the folder with error messages : java.lang.OutOfMemoryError: Java heap space

I have some issues (#1, #14, ...). It seems the right answer ... but I've a Mac

I don't know how to change -Xmx

Can you tell me ?

Bye Denis

cdujeu commented 10 years ago

Hi Denis,

On mac, you have to check the AjaXplorer program in your Applications folder, and use "Display package content" or something like that, to enter the .app folder. Then you'll see the Contents/Info.plist file, you should find somewhere the JVM options and the -Xmx parameter.

-c

Le 5 oct. 2013 à 11:05, FLAHAUT notifications@github.com a écrit :

hello,

I found the folder with error messages : java.lang.OutOfMemoryError: Java heap space

I have some issues (#1, #14, ...). It seems the right answer ... but I've a Mac

I don't know how to change -Xmx

Can you tell me ?

Bye Denis

— Reply to this email directly or view it on GitHub.

dflahaut commented 10 years ago

Hi Charles,

ajaxplorer is really a very nice app and thank to take time to support us.

I changed -Xmx from 32m to 64m first ... but it was not enough ! and finaly to 128m : not more errors in ajxp_errors.out !

But now ... another error : always the same thing :

ajxpsync.db has always the same size before "requesting remote changes" : 8421376 octets ajxpsync.db increases while "requesting ..." ajxpsync.db is back to 8421376 when error ...

A new error sometimes : " Error : An error occured during synchronization: The Declaration for the entity "ContentType" must end with'>'."

I'm reading again issues ... but no idea !!!

Any idea ?