muhammadnaveed / syncnotes2google

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

failing to connect to Google via proxy #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run syncnotes2google.bat
2. Failed with error com.google.gdata.util.AuthenticationException: Error 
connecting with login URI
3.

What is the expected output? What do you see instead?
Sync to Google calendar

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

Please provide any additional information below.
I think this is because of a proxy setting for the internet which is 
failing to connect to google. I dont have the proxy servers as its is 
being called via a proxy cgi script via IE.

executing insert: ABMM BOW Plan discussion
com.google.gdata.util.AuthenticationException: Error connecting with login 
URI
        at com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken
(GoogleAut
hTokenFactory.java:479)
        at 
com.google.gdata.client.GoogleAuthTokenFactory.setUserCredentials(Goo
gleAuthTokenFactory.java:336)
        at com.google.gdata.client.GoogleService.setUserCredentials
(GoogleServic
e.java:362)
        at com.google.gdata.client.GoogleService.setUserCredentials
(GoogleServic
e.java:317)
        at com.google.gdata.client.GoogleService.setUserCredentials
(GoogleServic
e.java:301)
        at com.googlecode.syncnotes2google.Factory.getCalendarService
(Factory.ja
va:85)
        at com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert
(GoogleCa
lendarDAO.java:123)
        at com.googlecode.syncnotes2google.SyncService.insert
(SyncService.java:1
03)
        at com.googlecode.syncnotes2google.SyncService.executeSync
(SyncService.j
ava:42)
        at com.googlecode.syncnotes2google.SyncNotes2Google.main
(SyncNotes2Googl
e.java:23)
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown 
Source)
        at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown 
Source
)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
        at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
        at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewH
ttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect
(Unknown Sour
ce)
        at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getOutputStream
(Unknown S
ource)
        at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unk
nown Source)
        at com.google.gdata.client.GoogleAuthTokenFactory.makePostRequest
(Google
AuthTokenFactory.java:537)
        at com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken
(GoogleAut
hTokenFactory.java:477)

Original issue reported on code.google.com by email...@gmail.com on 22 Jan 2010 at 9:49

GoogleCodeExporter commented 9 years ago
See http://code.google.com/p/syncnotes2google/issues/detail?id=2

Original comment by henols on 22 Mar 2010 at 3:44