Entry already exists in InMemoryEntryStore results in 29-feb-2012 11:32:13 com.google.sites.liberation.export.InMemoryEntryStore addEntry WARNING: All entries should have a unique non-null id!
Opened this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1.use the GUI Main
2.go to the sites our apps environment
We are missing files and attachments and there seems to be a correlation
between these WARNINGS and files/pages not being exported.
Version 1.0.4 on Windows 7 (and Mac Os)
In debug mode we see that an entry with the give id indeed already exists in
the entries map.
Would could cause an entry to get a duplicate id ?
Original issue reported on code.google.com by michel.j...@e-office.com
on 29 Feb 2012 at 10:40
GoogleCodeExporter commented
Could be the same issue as issue 80
http://code.google.com/p/google-sites-liberation/issues/detail?id=80
Original comment by michel.j...@e-office.com
on 29 Feb 2012 at 10:42
GoogleCodeExporter commented
For this typical use case I got the files when I increased :
private static final int RESULTS_PER_REQUEST = 20;
In com.google.sites.liberation.export.FeedProviderImpl class.
Original comment by michel.j...@e-office.com
on 29 Feb 2012 at 11:26