[appengine-java] Guice Errors while trying to integrate the sample google app marketplace

2011-02-14 Thread Jaspal Sawhney
I'm trying to run the sample google marketplace app and my application is throwing guice errors in the logs. * * *Setup:* 1. Java Application deployed Google App Engine 2. Google Marketplace listing pointing to the app. *Issue* 1. Accessing the application from both directly the appspot.com as

[appengine-java] Re: oauth_token_secret does not exist - Accessing Google Calendar using Open Id + OAuth

2011-02-08 Thread Jaspal Sawhney
Any Pointers? Thanks On Feb 7, 10:24 pm, Jaspal Sawhney jaspal.sawh...@gmail.com wrote:  Steps to reproduce issue: 1. Trying to implement a 3 - legged Oauth to access google calendar using OpenIdfilter library (which internally uses Step2 and OpenId4Java). 2. Code snippet being used

[appengine-java] Weird but Why is my code not getting deployed to the app engine?

2011-02-07 Thread Jaspal Sawhney
So it sounds weird but I'm seeing the app engine logs shows errors on code snippets which do even exist in my code now? When I deploy my code to the app engine its not giving me any error. Is there a limit to how many times can one deploy code to the appengine in a day or something? Any

[appengine-java] Re: Weird but Why is my code not getting deployed to the app engine?

2011-02-07 Thread Jaspal Sawhney
Version is 1.0 like it was all the time so far. Also I'm sure that I have not deployed 1000 times for sure. Would it make sense for me to change the version # and try? On Feb 7, 5:21 pm, Dick Larsson dicklars...@gmail.com wrote: Have you double-checked your version? On 7 February 2011 23:19,

[appengine-java] Re: Weird but Why is my code not getting deployed to the app engine?

2011-02-07 Thread Jaspal Sawhney
The version was the same on the appengine console too. I created a new version. Removed the last one and now I'm not getting any logs or hits in the dashboard. On Feb 7, 5:49 pm, Simon Knott knott.si...@gmail.com wrote: You can see how many times you've deployed in the day by going to your

Re: [appengine-java] Re: Weird but Why is my code not getting deployed to the app engine?

2011-02-07 Thread Jaspal Sawhney
Ok this got resolved. I was doing 1 thing wrong I had the logs set to show incase of errors but my app was not throwing any errors so had to change the filters. However I was not able to see the dashboard record any hits at that time - however that is working too now. Thanks for the help. --

[appengine-java] oauth_token_secret does not exist - Accessing Google Calendar using Open Id + OAuth

2011-02-07 Thread Jaspal Sawhney
Steps to reproduce issue: 1. Trying to implement a 3 - legged Oauth to access google calendar using OpenIdfilter library (which internally uses Step2 and OpenId4Java). 2. Code snippet being used is as follows *GoogleOAuthHelper oauthHelper = new GoogleOAuthHelper(new OAuthHmacSha1Signer());