Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Jeff Schnitzer
I find that you're either one of those people who lives on StackOverflow or you're one of those people who only visits when they're searching for something specific. I'm the later myself; I can't "follow" SO the way I follow an email list. Truth be told, I have the google-appengine list and the g

[appengine-java] Re: (Jersey 1.11) Unable to compile class for JSP error.

2012-03-08 Thread Keeyong
I also posted this to stack overflow (I saw the announcement of moving to stack overflow for support only after posting to this group). -K On Mar 8, 4:29 pm, Keeyong wrote: > I am getting this error only in local dev machine: > > === > org.apache.jasper.JasperException: Unable to compile cla

[appengine-java] How to call a backends job from cron job in java

2012-03-08 Thread Jinju
https://groups.google.com/forum/#!topic/google-cloud-sql-discuss/s1-q7y-JP0E<#%21topic/google-cloud-sql-discuss/s1-q7y-JP0E> -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.g

[appengine-java] (Jersey 1.11) Unable to compile class for JSP error.

2012-03-08 Thread Keeyong
I am getting this error only in local dev machine: === org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 11 in the generated java file The import cannot be resolved === Line #11 is importing some internal classes and again this works fine

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Shawn Brown
> When you're searching, you can specify a tag by putting it in square > brackets. E.g. if you search for: >  [google-app-engine] [java] spring > this will retrieve questions tagged with [google-app-engine] and [java], and > containing 'spring'. Thanks Amy, It's weird. Here's what worked. [goog

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Amy Unruh
Shawn, You might try searching on the tags specifically. E.g. try: http://stackoverflow.com/questions/tagged/google-app-engine+java This should bring up a list sorted by (by default) newest first, though you can change the sort via the tabs at the top of the page. When you're searching, you can

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Shawn Brown
> Search for "google-app-engine java". I still don't get it. searching pulls up results that are seemingly unordered by time using a Stack Overflow filter (to notify by email or display current results) doesn't find "java" related posts. YUCK. It'd be nice to be able to just follow the java ver

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Jeff Schnitzer
On Thu, Mar 8, 2012 at 6:27 PM, Shawn Brown wrote: >> Questions tagged with 'google-app-engine': >>   http://stackoverflow.com/questions/tagged/google-app-engine > > I don't understand how to get java specific questions.  It's not > useful and a huge waste of time to have to sort through the pytho

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Shawn Brown
> Questions tagged with 'google-app-engine': >   http://stackoverflow.com/questions/tagged/google-app-engine I don't understand how to get java specific questions. It's not useful and a huge waste of time to have to sort through the python stuff for me. This sucks and it seems like google is los

[appengine-java] Re: Uploading Files to Blobstore from external app

2012-03-08 Thread Stuart Langley
Is that the actual code? You need to call createUploadURL for each blob you want to upload. On Friday, 9 March 2012 00:03:43 UTC+11, Killian wrote: > > Hi Lads, > > This issue has been bugging me for a while now and just wasted the last 2 > days with no solution found. I'm getting desperate at t

Re: [appengine-java] Re: Slow cold starts

2012-03-08 Thread Mark Rathwell
Just wanted to follow up on this: Idle instances set to 1: 7 of 10 requests were loading requests (20-30 seconds) Idle instances set to 2: 3 of 9 requests were loading requests (and cost was about 4 times as much) This is a test app, with no other traffic, no new versions uploaded, etc., and th

[appengine-java] Uploading Files to Blobstore from external app

2012-03-08 Thread Killian
Hi Lads, This issue has been bugging me for a while now and just wasted the last 2 days with no solution found. I'm getting desperate at this stage ! My aim was to use the Task Queue Pull service to run some NLP processing outside of app engine on an external VM. That's working fine however al

[appengine-java] Re: Unable to load several versions of AppEngine Project and Seeing HardDeadLineExceeded Exceptions

2012-03-08 Thread Luke
i also have similar error. anyone figured out why this happen? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email

Re: [appengine-java] Other Database other than BigTable

2012-03-08 Thread Matthew Jaggard
I know very little about it, but this is the place to start... https://developers.google.com/cloud-sql/ On 8 March 2012 07:50, ravi kumar wrote: > Hi..i want to use other database(not Google's Bigtable)as DBaaS for my > application which is using google infrastructure.Is is Possible and how?? >