workoutetc / google-sites-liberation

Automatically exported from code.google.com/p/google-sites-liberation
0 stars 0 forks source link

Export Stalls after "Retrieved 180 Entries" #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Fill in the information in the GUI (my school's site, the webspace, 
username, password)
2. Click Export
3. Watch as the GUI pulls down information, 20 at a time, until 180, at 
which point nothing more happens.  Looking at Console.app (I'm on Mac 
OS 10.6), I see this:

10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]   
Oct 26, 2009 10:35:39 PM 
com.google.sites.liberation.export.ContinuousContentFeed$FeedIterator 
catchException
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]   
WARNING: Error retrieving response from query.
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]   
com.google.gdata.util.ServiceException: Internal Server Error
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]   
Internal Error
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Http
GDataRequest.java:588)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G
oogleGDataRequest.java:543)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData
Request.java:536)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest
.java:515)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe
quest.java:515)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at com.google.gdata.client.Service.getFeed(Service.java:1053)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at com.google.gdata.client.Service.getFeed(Service.java:995)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:662)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at com.google.gdata.client.Service.getFeed(Service.java:952)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.sites.liberation.util.EntryProviderImpl.getEntries(EntryProviderI
mpl.java:45)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.sites.liberation.export.ContinuousContentFeed$FeedIterator.ge
tEntries(ContinuousContentFeed.java:141)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.sites.liberation.export.ContinuousContentFeed$FeedIterator.co
mputeNext(ContinuousContentFeed.java:115)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.sites.liberation.export.ContinuousContentFeed$FeedIterator.co
mputeNext(ContinuousContentFeed.java:95)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIt
erator.java:135)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:
130)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.sites.liberation.export.SiteExporterImpl.exportSite(SiteExporter
Impl.java:101)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at 
com.google.sites.liberation.util.GuiMain$ImportExportRunnable.run(GuiMai
n.java:279)
10/26/09 10:35:39 PM    [0x0-0xac0ac].com.apple.JarLauncher[1191]       
at java.lang.Thread.run(Thread.java:637)

It starts erroring like that at 180 entries every time, both last night and 
tonight.  I encountered something similar when writing a python version of 
this tool (before I realized this project existed) and I recall getting HTTP 
500 errors once I got up into the 100's as well.  

What is the expected output? What do you see instead?

I expect a local copy of all the pages (and attachments).  Instead, the tool 
never even starts downloading *anything* (not even the first 180 it knows 
about) because the "Retrieving Site Data" step never completes.  Ideally the 
GData feeds should work for *all* offsets, but if that doesn't work, this tool 
could at least download the stuff it knows about.

What version of the product are you using? On what operating system?

1.0.1 on Mac OS X 10.6.1

$ java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03-219)
Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-90, mixed mode)

Please provide any additional information below.

Original issue reported on code.google.com by fpars...@gmail.com on 27 Oct 2009 at 3:50

GoogleCodeExporter commented 8 years ago
Works now, same environment as above (1.0.1 on Mac 10.6.1).  Must have been a 
server-side fix on the Sites 
side?  Thanks.

Original comment by fpars...@gmail.com on 19 Nov 2009 at 1:43

GoogleCodeExporter commented 8 years ago
I suspected a server-side issue.  Glad to see that it's working now.

Original comment by gk5...@kickstyle.net on 20 Nov 2009 at 3:50