[google-appengine] Re: Mysterious problem with ajax get call only on GAE (maybe GAE/jquery bug ?)

2012-05-28 Thread KT
http://kiedynaurlop-konrad.appspot.com/ad/ is 404, i don't see any problem. Have you setup app.yaml properly? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubsc

[google-appengine] Re: Developing Multilingual Web Applications Using JavaServer Pages Technology

2012-05-28 Thread Torleif
This problem is solved now, thank you all for you great help and advise regarding this. On Saturday, May 26, 2012 11:42:28 AM UTC+8, Torleif wrote: > > I have this error message in my console in google app engine; > > java.lang.RuntimeException: java.io.NotSerializableException: > javax.servlet.

[google-appengine] Re: How do I use locales and resource bundles to internationalize my application?

2012-05-28 Thread Torleif
This problem is solved now, thank you all for you great help and advise regarding this. On Monday, May 28, 2012 1:21:57 PM UTC+8, Torleif wrote: > > I have a web page which has 3 different languages, Swedish, English and > Russian! WebTexts_en.properties, WebTexts_sv.properties and > WebTexts_r

Re: [google-appengine] “Temporary error retrieving documents. ” in full text search

2012-05-28 Thread Sinan Yüce
Hi Amy, My application id is hedefuniversite-hrd. Thanks for your help... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/NBE5q0L21pcJ. To post

[google-appengine] Re: python/java conflict? version problems?

2012-05-28 Thread rcp
nevermind! I had a corrupt app.yaml On Wednesday, May 16, 2012 6:11:43 PM UTC-7, rcp wrote: > > OSX 10.6.8; I'm running a jsonengine (app engine with the java framework) > instance fine and have run an app engine instance with the python framework > with no problem in the past. > > Now, I can't

Re: [google-appengine] Server Error ("Text Search") on Admin Console

2012-05-28 Thread Amy Unruh
Eshe, What is your app id? (You can email it to me directly if you like). On 28 May 2012 14:49, eshe muta wrote: > > We're seeing this: > > " > Server Error > > A server error has occurred. > > Return to Applications screen » > " > > Whenever we click on Any index of "Text Search" on Admin Con

[google-appengine] Mysterious problem with ajax get call only on GAE (maybe GAE/jquery bug ?)

2012-05-28 Thread Konrad Rotkiewicz
Hi, when I am trying to make ajax get request to url /ad/ in my application I allways get exception no matter what. It is strange, because I can make normal and ajax request to all urls in my application (with 404 but it doesn't matter) but I can't do ajax GET request to "/ad/". Can any body help m

[google-appengine] Best way to read/write text data

2012-05-28 Thread Alex V.
Hi, i'm trying to figure out best way to do this. I basically want to create a pastebin alternative on app engine, whats the best way to read/write such paste into on an App Engine stack? Should i use blobstore or try to dump them into data store? Any feedback is well appreciated, thanks! -- You

[google-appengine] Server Error ("Text Search") on Admin Console

2012-05-28 Thread eshe muta
We're seeing this: " Server Error A server error has occurred. Return to Applications screen » " Whenever we click on Any index of "Text Search" on Admin Console. 100% reproducible. Is this happening to other apps? -- You received this message because you are subscribed to t

Re: [google-appengine] “Temporary error retrieving documents. ” in full text search

2012-05-28 Thread Amy Unruh
Sinan, Do you see these errors every time, or just occasionally? What is your app id? (You can email it to me directly if you like). -Amy On 29 May 2012 05:16, Sinan Yüce wrote: > I added some documents to an index, and when I try to reach it using > administrator console, I got this error:

Re: [google-appengine] Re: Undocumented quota: "Log Records Received"

2012-05-28 Thread Alexis
I just got another undocumented quota... This one is more critical for us as it's not used for debugging like the logs one was. > > It's called "File Call Count" and the limit is 8,640,000 daily. I hope it can be increased. I opened a ticket about these undocumented quotas: http://code.google.co

[google-appengine] “Temporary error retrieving documents. ” in full text search

2012-05-28 Thread Sinan Yüce
I added some documents to an index, and when I try to reach it using administrator console, I got this error: " Temporary error retrieving documents." I get this error well over a week now. The issue is that I can add documents to the index, it works just fine. But when I try to make a simple q

[google-appengine] Re: How to design data model

2012-05-28 Thread thebrianschott
Niklas (et al), I am very pleased to find your link below of djangoforms because it seems so promising for my app. http://code.google.com/appengine/articles/djangoforms.html But when I enter the code for the app I get lots of warnings and finally the shopping list app stops with the following

Re: [google-appengine] PROD - QUEUE - DJANGO_SETTINGS_MODULE is undefined

2012-05-28 Thread Matt McDonald
Define the DJANGO_SETTINGS_MODULE environment variable in your app.yaml config. https://developers.google.com/appengine/docs/python/config/appconfig#env_variables This will ensure it's always available to any entry point that's handling a request. On Mon, May 28, 2012 at 6:23 AM, Amine Azariz wro

[google-appengine] Re: How do I use locales and resource bundles to internationalize my application?

2012-05-28 Thread Torleif
I get this error message in my logfile: java.lang.RuntimeException: java.io.NotSerializableException: javax.servlet.jsp.jstl.fmt.LocalizationContext at com.google.apphosting.runtime.jetty.SessionManager.serialize(SessionManager.java:373) at com.google.apphosting.runtime.jetty.Da

[google-appengine] PROD - QUEUE - DJANGO_SETTINGS_MODULE is undefined

2012-05-28 Thread Amine Azariz
I am using Django 1.2, Python 2.5. This error happens from time to time. - e.g. some tasks got this error, some - not. How to solve this one? File "/base/python_runtime/python_lib/versions/third_party/django-1.2/django/template/loader.py", line 168, in get_template_from_string return T