Salvador, Sorry for the delayed response. Your response was exactly the issue at hand. I specifically recall spending nearly a day doing everything but the obvious. Just a side note, the AppEngine is checked by default I believe. I am unsure if there was a ProxyPass issue also which could have been a side culprit, but I do specifically recall smacking the top of my forehead when I realized there's a checkbox to disable AppEngine Support :)
Cheers. Jonathan On Mon, May 4, 2009 at 3:16 PM, Salvador Diaz <[email protected]>wrote: > > Could we have a stack trace to look at ? There have been several cases > of GAE sandbox surprising developers when in fact all they wanted to > do was a GWT application (if you're using the google eclipse plugin, > you might have checked the AppEngine checkbox without noticing) > > Cheers, > > Salvador > > On May 4, 8:25 pm, Sumit Chandel <[email protected]> wrote: > > Hi Johnathan, > > > > Is this occurring in hosted mode? If so, are you using hosted mode's > > embedded Jetty server, with your services calling the SQLServer instance? > If > > this is the case, I would strongly advise you to use hosted mode with the > > -noserver option so that you can debug your GWT code while using your own > > proper development server. > > > > The embedded server is meant to be used as a quick way to have your GWT > > application files hosted and tested, with minimal servlet configuration > to > > test GWT RPC calls. > > > > You can read up on using hosted mode with the -noserver option at the > link > > below: > http://code.google.com/webtoolkit/doc/1.6/FAQ_DebuggingAndCompiling.h... > > > > Hope that helps, > > -Sumit Chandel > > > > On Wed, Apr 29, 2009 at 6:07 AM, Jonathan Kushner <[email protected] > >wrote: > > > > > I'm having complications getting the application to communicated with a > > > remote SQLServer Instance due to a policy issue. I've updated the java > > > policy to allow connect/resolve, but no go. Any ideas why this might be > > > occurring? I'm looking through the jetty docs at the moment, trying to > find > > > anything related to configuration settings. > > > > > Regards, > > > > > Jonathan > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
