Menu

#6 Pb with syncnotes2google

open
5
2010-12-09
2010-12-09
No

Hello,
I've a connection problem with syncnotestogoogle. I'm using a proxy server and I've used the good parameters
java -classpath %cPath% -Dhttp.proxyHost=proxyaddress -Dhttp.proxyPort=proxport -Dhttps.proxyHost=proxyaddress -Dhttps.proxyPort=proxyport
-Dhttp.proxyUserName=proxyuser -Dhttp.proxyPassword=proxypassword -Dhttps.proxyUserName=proxyuser -Dhttps.proxyPassword=proxypassword
com.googlecode.syncnotes2google.SyncNotes2Google

com.google.gdata.util.AuthenticationException: Error connecting with login URI
at com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken(GoogleAuthTokenFactory.java:479)
at com.google.gdata.client.GoogleAuthTokenFactory.setUserCredentials(GoogleAuthTokenFactory.java:336)
at com.google.gdata.client.GoogleService.setUserCredentials(GoogleService.java:362)
at com.google.gdata.client.GoogleService.setUserCredentials(GoogleService.java:317)
at com.google.gdata.client.GoogleService.setUserCredentials(GoogleService.java:301)
at com.googlecode.syncnotes2google.Factory.getCalendarService(Factory.java:85)
at com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert(GoogleCalendarDAO.java:130)
at com.googlecode.syncnotes2google.SyncService.insert(SyncService.java:103)
at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.java:42)
at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Google.java:23)
Caused by: java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
at com.google.gdata.client.GoogleAuthTokenFactory.makePostRequest(GoogleAuthTokenFactory.java:537)
at com.google.gdata.client.GoogleAuthTokenFactory.getAuthToken(GoogleAuthTokenFactory.java:477)
... 9 more

Discussion


Log in to post a comment.