Hi, The problem should be the proxy, the client is trying to access Google's url directly and it does not go through the proxy.
You could setup a test environment that does not need the proxy or you could change the Tomcat configuration to go thought the proxy too. In Tomcat you could do something like this: http://tomcat.apache.org/tomcat-4.1-doc/proxy-howto.html Julian. On Mar 7, 11:53 am, "Alessandro Dias" <[EMAIL PROTECTED]> wrote: > Hi Julian, > > I´m basically using the email API to administer email accounts (creating, > change passwords, deleting) through a java (j2ee) web interface running in a > tomcat + apache + eclipse installed on my machine (development environment), > but as this interface gets ready, it´ll move to our web application server. > Both are inside our enterprise network which connects to the outside through > proxy, for sure. > > That may be the problem ? > > Thank you for helping ! > > -- > Alessandro Dias > ========================== > [EMAIL PROTECTED] > > On Fri, Mar 7, 2008 at 8:27 AM, Julian <[EMAIL PROTECTED]> wrote: > > > Hi Alessandro, > > > What specific API are you trying to use? > > > Sometimes this errors comes from authenticating too many times and > > getting a Captcha Challenge, but if it works on the Java version this > > is not the case. > > > Are you connecting through a proxy? > > > Julian. > > > On Mar 5, 7:09 pm, "Alessandro Dias" > > <[EMAIL PROTECTED]> wrote: > > > Hi guys! > > > > I´ve been trying to connect via API to google from my machine and when > > > calling from a servlet in the above environment I receive the following > > > exception: > > > > *com.google.gdata.util.AuthenticationException: Error connecting with > > login > > > URI* > > > > When i connect from a java application it works perfectly, but not from > > > servlets, anyone guess why ? > > > > Thank you in advance ! > > > -- > > > Alessandro Dias > > > ========================== > > > [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
