eddy-geek / ooo2gd

Automatically exported from code.google.com/p/ooo2gd
0 stars 0 forks source link

Get list does not work (error connecting) #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Version of OOo2GD: 2.1.0
Version of Java: sun-java6 (6-16-1)
Operating System: Debian squeeze amd64
Version of OO.org: 3.1.1
Is OO.org using Sun Java?: YES

What steps will reproduce the problem?
1. Start OO.org
2. Click on Import from Google Docs icon
3. Click on Get list

What is the expected output? 
- list of files
What do you see instead?
- Error popup: Problem: Error connecting with login URI

Please provide any additional information below.
Configuration: Use proxy, tried both without and with "Login to proxy server"
Login to GoogleDocs works fine from a browser - Java problem??

Original issue reported on code.google.com by fmr...@gmail.com on 8 Feb 2010 at 10:35

GoogleCodeExporter commented 8 years ago
For me it looks like a problem with proxy, can you verify your proxy settings? 
The
best will be use the same proxy settings in web browser.
You are using GMAIL account or account in Google Apps for Domain?

Original comment by przeme...@gmail.com on 8 Feb 2010 at 12:45

GoogleCodeExporter commented 8 years ago
By testing another Java application, found the networking problem related to 
Java6
using IPv6, see http://forum.nginx.org/read.php?31,45105,45105

Solution:
sudo sed -i 's/net.ipv6.bindv6only\ =\ 1/net.ipv6.bindv6only\ =\ 0/' \
/etc/sysctl.d/bindv6only.conf && sudo invoke-rc.d procps restart

fixed the problem on GNU/Linux Debian squeeze.

Original comment by fmr...@gmail.com on 8 Feb 2010 at 3:38

GoogleCodeExporter commented 8 years ago
Added issue 9 to KnownIssues
http://code.google.com/p/ooo2gd/wiki/KnownIssues?ts=1265652626&updated=KnownIssu
es

Original comment by przeme...@gmail.com on 8 Feb 2010 at 6:10