ccole7884 / google-docs-upload

Automatically exported from code.google.com/p/google-docs-upload
0 stars 0 forks source link

java.lang.NullPointerException during sync #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. java -jar google-docs-upload-1.3.1.jar "C:\Documents and 
Settings\Michael\googroot" --recursive --skip-all

What is the expected output?
successful sync

What do you see instead?
...
java.lang.NullPointerException
        at DocumentList.getDocsListFeed(DocumentList.java:354)
        at GoogleDocsUpload.getDocsFromFolder(GoogleDocsUpload.java:573)
        at GoogleDocsUpload.uploadFolder(GoogleDocsUpload.java:376)
        at GoogleDocsUpload.upload(GoogleDocsUpload.java:353)
        at GoogleDocsUpload.main(GoogleDocsUpload.java:302)
java.lang.NullPointerException
        at DocumentList.getDocsListFeed(DocumentList.java:354)
        at GoogleDocsUpload.getDocsFromFolder(GoogleDocsUpload.java:573)
        at GoogleDocsUpload.uploadFolder(GoogleDocsUpload.java:376)
        at GoogleDocsUpload.upload(GoogleDocsUpload.java:353)
        at GoogleDocsUpload.main(GoogleDocsUpload.java:302)
(keeps repeating)

What version of the product are you using? On what operating system?
1.3.1.  Windows Server 2003 x64.

Please provide any additional information below.
Was working fine prior to the google docs quota cutoff, instituted 
recently.  I am near my quota (within 4 MB), which could be the problem.  
However, a more useful "quota exceeded" message would be better.

Original issue reported on code.google.com by yangofz...@gmail.com on 17 Feb 2010 at 4:19

GoogleCodeExporter commented 8 years ago
the same issue, using google-docs-upload-1.3.1.jar on Windows 7 (jre 6.0.160.1/
U16EN), Google Apps, the size of source files is less then current limits (for 
converted into docs-format)

Original comment by v.re...@gmail.com on 17 Feb 2010 at 7:02

Attachments:

GoogleCodeExporter commented 8 years ago
the result of command attached:
java -verbose -jar google-docs-upload-1.3.1.jar FOLDER --username XXX 
--password *** 
--recursive --skip-all

Original comment by v.re...@gmail.com on 17 Feb 2010 at 7:08

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by v.re...@gmail.com on 17 Feb 2010 at 7:10

Attachments:

GoogleCodeExporter commented 8 years ago
I am getting this exact same error on ubuntu karmic 9.10.  It also changes the 
file 
permissions of the local files to read only.  I am definitely not running up 
against 
the life size limits.

Original comment by ras...@gmail.com on 20 Feb 2010 at 2:30

Attachments:

GoogleCodeExporter commented 8 years ago
Experiencing this problem on WinXP w/SP3.  Was working well until about a week 
ago. 
Guessing google change something in their api.  Any one know how to fix?
Thanks.

Original comment by marcbschauber on 21 Feb 2010 at 5:22

GoogleCodeExporter commented 8 years ago
I also have the same problem on MacOSX 10.6.2

This is the version that Im using

[calvin@kkyak Desktop]$ java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04-248-10M3025)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01-101, mixed mode)

Original comment by wmb...@gmail.com on 22 Feb 2010 at 10:09

GoogleCodeExporter commented 8 years ago
Thank you for reporting the problem! The bug has been fixed in version 1.3.2

Original comment by anton.be...@gmail.com on 1 Mar 2010 at 3:39

GoogleCodeExporter commented 8 years ago
Works great now, thank you!!!

Original comment by marcbschauber on 1 Mar 2010 at 3:54

GoogleCodeExporter commented 8 years ago
I'm glad to hear this! 

Cheers.

Original comment by anton.be...@gmail.com on 1 Mar 2010 at 3:57