[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Brandon Wirtz
If I was spreading misinformation you would have served me (another)
CD. We have been there, done that. Didn't work out last time.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Critical memory errors in the past 48 hours.

2012-05-25 Thread Kenneth
I've noticed a few critical memory errors in the past 24 hours that can't 
be explained by actually memory usage of the request (I'm also noticed a 
few that could be).  The most recent one was in our two line ping response. 

Anyone else seeing more memory errors?  It looks to me like either google 
has turned the dial a bit tighter or there's a memory leak in the 
infrastructure somewhere.

thanks.

-- 
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/-/VVnkBJlinaIJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Index building how long does it take?

2012-05-25 Thread Barry Hunter
On Fri, May 25, 2012 at 3:56 AM, PK p...@gae123.com wrote:
 It just started serving 90 minutes later. My data model had been stable for
 a long time, good reminder not to make a new version of an app live before
 you double check the index status, if you are changing indexes.

 But in any case, is this experience typical?

Yes, I think so.

New indexes are built by a 'offline queue'. It runs though the queue
sequentially, so the delay is a factor of how many other indexes need
building right now, rather than how big your index is.



 --
 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/-/WGxmMUN6-AsJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: How can i increase indexes of my application

2012-05-25 Thread Nicanor Babula
SOLVED!!!
For anybody who might run into the same problem, try to change the default
version back and forth and the quota will be reset.
Cheers. Appengine rules.

On Wed, May 2, 2012 at 9:37 PM, Nicanor Babula nicanor.bab...@gmail.comwrote:

 And here is the log message:

 [log]
 Unable to update indexes:
 com.google.appengine.tools.admin.HttpIoException: Error posting to URL:
 https://appengine.google.com/api/datastore/index/add?app_id=s%7Edomodentweb2version=8l;
 400 Bad Request
 Over index creation quota: The API call datastore_v3.CreateIndex()
 required more quota than is available.

 at
 com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
  at
 com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
 at
 com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
  at
 com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:619)
 at
 com.google.appengine.tools.admin.AppVersionUpload.updateIndexes(AppVersionUpload.java:303)
  at
 com.google.appengine.tools.admin.AppAdminImpl.updateIndexes(AppAdminImpl.java:179)
 at
 com.google.appengine.tools.admin.AppCfg$UpdateIndexesAction.execute(AppCfg.java:736)
  at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:172)
 at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:69)
  at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:65)
 com.google.appengine.tools.admin.AdminException: Unable to update indexes
 for app: Error posting to URL:
 https://appengine.google.com/api/datastore/index/add?app_id=s%7Edomodentweb2version=8l;
 400 Bad Request
 Over index creation quota: The API call datastore_v3.CreateIndex()
 required more quota than is available.

 at
 com.google.appengine.tools.admin.AppAdminImpl.updateIndexes(AppAdminImpl.java:183)
  at
 com.google.appengine.tools.admin.AppCfg$UpdateIndexesAction.execute(AppCfg.java:736)
 at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:172)
  at com.google.appengine.tools.admin.AppCfg.init(AppCfg.java:69)
 at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:65)
 Caused by: com.google.appengine.tools.admin.HttpIoException: Error posting
 to URL:
 https://appengine.google.com/api/datastore/index/add?app_id=s%7Edomodentweb2version=8l;
 400 Bad Request
 Over index creation quota: The API call datastore_v3.CreateIndex()
 required more quota than is available.

 at
 com.google.appengine.tools.admin.AbstractServerConnection.send1(AbstractServerConnection.java:285)
  at
 com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:245)
 at
 com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:224)
  at
 com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:619)
 at
 com.google.appengine.tools.admin.AppVersionUpload.updateIndexes(AppVersionUpload.java:303)
  at
 com.google.appengine.tools.admin.AppAdminImpl.updateIndexes(AppAdminImpl.java:179)
 ... 4 more
 [/log]


 On Wed, May 2, 2012 at 9:29 PM, Nicanor Babula 
 nicanor.bab...@gmail.comwrote:

 I ran into the the same issue as Prakhil. I took a look at the new Query
 planner and optimized the indexes for some of my kinds, the number of
 indexes going to 200. I vacuumed them, but the number of indexes is still
 at 200, when the would have to be at 168. What can I do?

 appid: domodentweb2.
 datastore: HRD.

 Thank you.


 On Tue, Mar 27, 2012 at 8:59 PM, Alfred Fuller arful...@google.comwrote:

 It seems like there are two separate issues here:

 We have a bug where the index quota isn't being updated correctly (we
 are looking into this).

 When you have a lot of kinds you may actually need a lot of indexes. For
 example 200 indexes / 50 kinds = 4 indexes per kind. This is reasonable. I
 am curious, for all those that actually have 200 indexes, what is the
 maximum number of indexes / kind for all your kinds?

 --
 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/-/R4t0qUZC5QMJ.

 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 Nicanor Cristian Babula




 --
 Nicanor Cristian Babula




-- 
Nicanor Cristian Babula

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] backup and restore by namespace - is there a commercial product out there / someone who wants to sell it ?

2012-05-25 Thread hugues2
Hi,

Does anyone knows if there is a commercial product out there implementing 
Datastore backup and restore by namespace. If not, I'll have to develop for 
my own application and I'd like to avoid it. Alternative is to buy it from 
someone who is ok to share the code. I am looking for a solution using the 
Java API's.

Thanks and regards,

Hugues

-- 
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/-/jaCKKNeOEvYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Klaus K.
 Glad you have good luck. That hasn't been the case for many others, and it
 is not just the captcha.

 Several Schools found that their students couldn't go to their own sites
 because the Net Nanny deemed their School Porn sites because of a Shared IP.
Very weak point. GAE also has a pool of shared IP adresses and allows
hardcore pornography. You should know best since you've created your
own porn site on GAE and posted it everywhere in this group for your
little policy-test.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Brandon Wirtz
PS. My porn site received 5 visitors yesterday.  I don't really want
to be in the porn business, I just want to know if the world changes
one day and Google turns the site off.  It is a Canary.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Cannot add acces from Google Apps domain to Google App Eninge application.

2012-05-25 Thread Jeroen Benckhuijsen
Found the error, Google wasn't willing to help here, too bad, it's not 
within their core product stack, but on their control panel, very strange.

Issue was a typo in the domain name I entered, which is not recoverable 
except by deleting the application and creating a new one. Should be added 
to the docs I guess, or perhaps better checking in the AppEngine app 
creation forms...

Hope this helps for someone

Op woensdag 23 mei 2012 14:17:46 UTC+2 schreef Jeroen Benckhuijsen het 
volgende:

 Thanks,

 adding google-developers works fine. Switching back to no-auth is no 
 option (see https://developers.google.com/appengine/articles/auth), so 
 I've resorted to the Google Apps for Business support.

 Thanks for your time!

 Op woensdag 23 mei 2012 14:06:47 UTC+2 schreef alex het volgende:

 Try switching back the auth settings to the original (I assume it was 
 any google account), and Add it now again. Also, you can actually do 
 that with any app id, like google-developers (it's the one live on 
 developers.google.com). So, try with a different app and see if it works.

 Also, I assume your domain is verified. If the Apps domain was just setup 
 recently (like today), you might want to simply try it later, in a few 
 hours. If none of that works I'm out of ideas. If you're an Apps for 
 Business, try contacting apps support.

 On Wednesday, May 23, 2012 1:10:20 PM UTC+2, Jeroen Benckhuijsen wrote:

 Hi Alex,

 Thanks for the reply. With regards to the auth page, I was referring to 
 the last section (Configuring Google Apps to Authenticate on Appspot), 
 forgot to mention that. 

 Things go wrong when, for option 1 (auth) I click on Add it now, for 
 option 2 when I click Activate this service.

 Thanks,

 Jeroen

 Op woensdag 23 mei 2012 12:09:50 UTC+2 schreef alex het volgende:

 Jeroen,

 First link describes authentication method, how and who you want to be 
 able to sign in (assuming you are going to use it later in your app via 
 Users Service provided by App Engine). The second link simply describes 
 how 
 to do domains mapping, e.g. myapp.appspot.com = myapp.example.org. 

 Those are two separate things, one does not really imply the other. 
 Though both do require you to have a valid and verified Google Apps 
 domain. 
  

 At which steps exactly do you see those errors?

 Anyways, I'd start with the domain mapping first and then move to 
 access settings since there are different authentication methods and you 
 might find that what you really wanted was OAuth 2.0 or something else.

 -- alex

 On Wednesday, May 23, 2012 11:36:05 AM UTC+2, Jeroen Benckhuijsen wrote:

 Hi,

 I'm trying to add my custom AppEngine application to my Google Apps 
 account. I've followed the descriptions at:

- https://developers.google.com/appengine/articles/auth so 
starting from Google Apps control panel
- https://developers.google.com/appengine/articles/domains the 
other way around (I think)

 Both fail. The road via AppEngine fails with an unknown reason. The 
 message is Er is een fout opgetreden tijdens het installeren van 
 deze applicatie. Probeer het later opnieuw. (Dutch), which rougly 
 translates to an error has occured, please try again later.

 Trying via Google Apps control panel results in U beschikt niet over 
 de benodigde rechten om deze applicatie te installeren. (Dutch), which 
 translates to you don't have enough rights, probably also the problem 
 via 
 the other way.

 Which rights is the error talking about, what am I doing wrong?

 Thanks.

 Jeroen



-- 
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/-/bolq7YJhKoYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Feedparser on google app engine

2012-05-25 Thread PK
How to use feedparser for python on google app engine?

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Brandon Wirtz

 Very weak point. GAE also has a pool of shared IP adresses and allows
 hardcore pornography. You should know best since you've created your
 own porn site on GAE and posted it everywhere in this group for your
 little policy-test.

I think it is a very strong point.  If you install CloudFlare to
Prevent the AppEngine Limitation, it won't work.  Where as if you get
a Static, or use a non-porn enabled host you won't have that issue.

If you use CF to enable China, you may not always be enabled. If you
use A Squid at Amazon Or Rack Space, you will. And if you use route 53
you can make sure that all your non-China traffic can still be routed
to AppEngine.

Also, it appears that Net-Nanny type software tends to flag
appengine as a Proxy By Pass site rather than porn.  I am probably
the only porn provider on AppEngine because you can't have a good
Domain Name. But most blockers do block *.appspot.com because of all
the Mior (is that the right number of R's?) Web Proxy's on the
service.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Cron job on backends not run

2012-05-25 Thread Steve Meyfroidt
I had the same. I think there's a timeout while the instance is
started.

I fixed it by scheduling a call to _ah/warmup a minute before the
first real work job. Now I see those warmups always fail, but the real
work gets done, presumably because the instance is up by the time
they're scheduled to run.

Steve


On May 24, 9:28 pm, Will vocalster@gmail.com wrote:
 I have a daily cron job running on backends instance. It has been run
 without problem until the last couple of days. The log shows /_ah/start
 and /_ah/stop have been invoked but not my work url. Yesterday I
 temporary scheduled one more occurrence and it ran properly, but today the
 same thing happened again.

 It is on HDR.

 Any ideas?

 Thanks,

 Will

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Feedparser on google app engine

2012-05-25 Thread Bryce Cutt
Just copy the feedparser.py file into your project. You can download the 
full package here (https://code.google.com/p/feedparser/) but you only need 
the one file.

#to use it
import feedparser
feed = feedparser.parse('some_url')
for entry in feed.entries:
  print entry.get('title')


On Friday, May 25, 2012 1:08:28 PM UTC-7, PK wrote:

 How to use feedparser for python on google app engine?

-- 
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/-/NuWSeaLBIM4J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: The only SMS verified owner cannot be removed.

2012-05-25 Thread Brandon Thomson
I figured it out. The only SMS-verified account was listed as a developer. 
I verified one of the owners and then it let me remove a different owner.

So, what it should actually say is None of the owners are SMS-verified. At 
least one of the owners must be SMS verified before you will be able to 
remove any of the owners.

Weird but that's how it works.

On Thursday, May 24, 2012 2:48:08 PM UTC-4, Brandon Thomson wrote:

 Has anyone figured out a fix for this? I have a few apps with three owners 
 but all three are the only SMS verified owner.

-- 
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/-/rgPgVn3SkWUJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: java performance versus python, cheaper?

2012-05-25 Thread Brandon Wirtz
Actually, since so much of App Engine Apps tend to be dependent on
API's, the Language doesn't make much difference in cost.  A DataStore
Read or Write is the same cost in either.   New instances seem to spin
up faster (for me) in python than Java, which gets you a small
savings. Java has better multi-threading compared to python 2.7, but
it seems to me that for some reason Python takes better advantage of
larger instances.

Look at what you want to do, if you need a frame work, and how many
dev resources you will spend in each.

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Property files Java’s ResourceBundle class

2012-05-25 Thread Torleif
I have my properties files in WEB/INF/classes. There are 3 of them, 
WebTexts_en.properties, WebTexts_sv.properties and WebTexts_ry.properties. 
But my files are not being loaded correctly because of something i am 
missing here.

What about the ResourceBundle? Where i find this and how does it look? Or 
is there any other java class file i need to be able to load these 
properties files correctly. I am a beginner at this so i would like to get 
some help with this.

-- 
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/-/wpWI10WZeNgJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2012-05-25 Thread Torleif
My page works now in English, http://neptune-app-id.appspot.com 
 http://neptune-app-id.appspot.com/?locale=en_GB but only this language, 
Swedish and Russian language do not work. If i try to change it stays in 
English only.
Somebody with an input what is missing here or if i still do something 
wrong! Please help since i am so close to solve this issue now.

-Jesper



On Friday, May 25, 2012 1:33:37 PM UTC+8, Torleif wrote:

 I have put my properties files in WEB-INF/ but i think i am missing 
 something here since they do not load correctly. Could it be because it 
 does not load prepperly or that my java core properties is not there, 
 please help...

 -Jesper

 On Friday, May 25, 2012 1:08:46 PM UTC+8, Torleif wrote:

 Thank you for your help with this. I will keep trying but so far no luck 
 with this.

 Jesper


 On Friday, May 25, 2012 12:37:33 PM UTC+8, aramanuj wrote:

 That should have done it. I have Java files and properties files under 
 different folders and both are added here...not sure what else the 
 problem could be. You have keep trying other things you may find on 
 the net. 

 Arun 

 On May 24, 11:07 am, Torleif ad...@neptunediving.com wrote: 
  If i go to Properties then Java Build Path there are, 
  Source-Projects-Libraries-Order and Export. 
  I have tried to put it under source but it don't seem to work. So 
 where 
  should i put this?? 
  
  Jesper 
  
  
  
  
  
  
  
  On Wednesday, May 23, 2012 12:00:14 PM UTC+8, aramanuj wrote: 
  
   Using JSTL is fine, works like a charm in app. engine as well. You 
   could try right clicking on your project, go to Properties, within 
   that Build Path, and add the folder where the .properties files are, 
   and see if that works. 
  
   Arun 
  
   On May 22, 10:40 am, Torleif ad...@neptunediving.com wrote: 
Are there some other ways of doing this with google app engine 
 instead 
   of 
using JSTL Tags? Or is the principles the same when you use google 
 app 
engine? 
  
-Jesper 
  
On Tuesday, May 22, 2012 1:37:53 PM UTC+8, Torleif wrote: 
  
 Hallo Arun! 
 Thank you very much for your message regarding this issue! 
  
 So how should this resource bundle look like. or the resource 
 key for 
   that 
 matter? My properties files are located in the WEB-INF/folder. 
 And my 
 LangSupport.jsp file are located in WEB-INF/include as it is 
 now. 
 So what i need to do here to get all this to work for me? Or do 
 i miss 
 something here that i need to fix, please let me know one time. 
 I am a 
 beginner in JSP so i really need some help with this. I use 
 Eclipse 
   3.7.2 
 together with the plug-in from google app engine for my web 
 page. 
  
 -Jesper 
  
 On Tuesday, May 22, 2012 11:57:05 AM UTC+8, aramanuj wrote: 
  
 It appears that the resource bundle is not being found, since 
 no 
 resource key is being shown with its value. You have to ensure 
 that 
 your .properties resource files are in the build path (in case 
 you 
   are 
 using Eclipse or other IDE, then you can configure these under 
 the 
 build path). 
  
 In any case, I documented my experience in building i18n 
 applications 
 in Java/JSP/JS, and there are some links from there you can 
 further 
 follow through, if necessary:
 http://www.techseva.org/blog/?p=174 
  
 Thanks, 
 Arun 
  
 On May 22, 8:32 am, Torleif ad...@neptunediving.com wrote: 
  After a few error messages and tweaking with the page it 
 looks like 
 this 
  now,http://neptune-app-id.appspot.com/Thereisa problem with 
   either 
 my 
  text files, or how they are read i think. In my logs in 
 google app 
 engine i 
  get this messages from my last deploy, 
  
  No handlers matched this URL. 
  
  No handlers matched this URL. 
  
  / java.lang.RuntimeException: 
 java.io.NotSerializableException: 
  javax.servlet.jsp.jstl.fmt.LocalizationContext at 
  com.google.apphosting.runtime.jetty 
  
  This request caused a new process to be started for your 
   application, 
 and 
  thus caused your application code to be loaded for the first 
 time. 
   This 
 requ 
  
  I have uploaded the whole log file for you to read here also 
 one 
   time. 
  Anybody have some input on what i am doing wrong here? 
  
  On Monday, May 21, 2012 11:07:40 AM UTC+8, Torleif wrote: 
  
   I have a web page which has 3 different languages, Swedish, 
   English 
 and 
   Russian! In my old java page i set this up with 
 WebTexts_en.properties, 
   WebTexts_sv.properties and WebTexts_ry.properties files 
 together 
   with 
   LangSupport.jsp to chose the Locale for the browser. 
   All my jsp pages has UTF-8 encoding so this should be 
 correct as 
   well 
 i 
   think. 
  
   Now i have moved my page to Google APP Engine and i wonder 
 if 
   there 
 is 
   anybody who have some input on 

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

2012-05-25 Thread Torleif
I have this error message in my console in google app engine;

java.lang.RuntimeException: java.io.NotSerializableException: 
javax.servlet.jsp.jstl.fmt.LocalizationContext


On Saturday, May 26, 2012 10:13:46 AM UTC+8, Torleif wrote:

 My page works now in English, http://neptune-app-id.appspot.com  
 http://neptune-app-id.appspot.com/?locale=en_GB but only this language, 
 Swedish and Russian language do not work. If i try to change it stays in 
 English only.
 Somebody with an input what is missing here or if i still do something 
 wrong! Please help since i am so close to solve this issue now.

 -Jesper



 On Friday, May 25, 2012 1:33:37 PM UTC+8, Torleif wrote:

 I have put my properties files in WEB-INF/ but i think i am missing 
 something here since they do not load correctly. Could it be because it 
 does not load prepperly or that my java core properties is not there, 
 please help...

 -Jesper

 On Friday, May 25, 2012 1:08:46 PM UTC+8, Torleif wrote:

 Thank you for your help with this. I will keep trying but so far no luck 
 with this.

 Jesper


 On Friday, May 25, 2012 12:37:33 PM UTC+8, aramanuj wrote:

 That should have done it. I have Java files and properties files under 
 different folders and both are added here...not sure what else the 
 problem could be. You have keep trying other things you may find on 
 the net. 

 Arun 

 On May 24, 11:07 am, Torleif ad...@neptunediving.com wrote: 
  If i go to Properties then Java Build Path there are, 
  Source-Projects-Libraries-Order and Export. 
  I have tried to put it under source but it don't seem to work. So 
 where 
  should i put this?? 
  
  Jesper 
  
  
  
  
  
  
  
  On Wednesday, May 23, 2012 12:00:14 PM UTC+8, aramanuj wrote: 
  
   Using JSTL is fine, works like a charm in app. engine as well. You 
   could try right clicking on your project, go to Properties, within 
   that Build Path, and add the folder where the .properties files 
 are, 
   and see if that works. 
  
   Arun 
  
   On May 22, 10:40 am, Torleif ad...@neptunediving.com wrote: 
Are there some other ways of doing this with google app engine 
 instead 
   of 
using JSTL Tags? Or is the principles the same when you use 
 google app 
engine? 
  
-Jesper 
  
On Tuesday, May 22, 2012 1:37:53 PM UTC+8, Torleif wrote: 
  
 Hallo Arun! 
 Thank you very much for your message regarding this issue! 
  
 So how should this resource bundle look like. or the resource 
 key for 
   that 
 matter? My properties files are located in the WEB-INF/folder. 
 And my 
 LangSupport.jsp file are located in WEB-INF/include as it is 
 now. 
 So what i need to do here to get all this to work for me? Or do 
 i miss 
 something here that i need to fix, please let me know one time. 
 I am a 
 beginner in JSP so i really need some help with this. I use 
 Eclipse 
   3.7.2 
 together with the plug-in from google app engine for my web 
 page. 
  
 -Jesper 
  
 On Tuesday, May 22, 2012 11:57:05 AM UTC+8, aramanuj wrote: 
  
 It appears that the resource bundle is not being found, since 
 no 
 resource key is being shown with its value. You have to ensure 
 that 
 your .properties resource files are in the build path (in case 
 you 
   are 
 using Eclipse or other IDE, then you can configure these under 
 the 
 build path). 
  
 In any case, I documented my experience in building i18n 
 applications 
 in Java/JSP/JS, and there are some links from there you can 
 further 
 follow through, if necessary:
 http://www.techseva.org/blog/?p=174 
  
 Thanks, 
 Arun 
  
 On May 22, 8:32 am, Torleif ad...@neptunediving.com wrote: 
  After a few error messages and tweaking with the page it 
 looks like 
 this 
  now,http://neptune-app-id.appspot.com/Thereisa problem with 
   either 
 my 
  text files, or how they are read i think. In my logs in 
 google app 
 engine i 
  get this messages from my last deploy, 
  
  No handlers matched this URL. 
  
  No handlers matched this URL. 
  
  / java.lang.RuntimeException: 
 java.io.NotSerializableException: 
  javax.servlet.jsp.jstl.fmt.LocalizationContext at 
  com.google.apphosting.runtime.jetty 
  
  This request caused a new process to be started for your 
   application, 
 and 
  thus caused your application code to be loaded for the first 
 time. 
   This 
 requ 
  
  I have uploaded the whole log file for you to read here also 
 one 
   time. 
  Anybody have some input on what i am doing wrong here? 
  
  On Monday, May 21, 2012 11:07:40 AM UTC+8, Torleif wrote: 
  
   I have a web page which has 3 different languages, 
 Swedish, 
   English 
 and 
   Russian! In my old java page i set this up with 
 WebTexts_en.properties, 
   WebTexts_sv.properties and WebTexts_ry.properties files 
 together 
   with 
   LangSupport.jsp to chose the Locale for the 

[google-appengine] Re: Cron job on backends not run

2012-05-25 Thread weboo
I have same problem.
The cron job on dynamic backend instance does not works.

So I set the job which responses only OK 1 minites before real job,
it works.

Hidetaka

On May 26, 5:59 am, Steve Meyfroidt steve.meyfro...@gmail.com wrote:
 I had the same. I think there's a timeout while the instance is
 started.

 I fixed it by scheduling a call to _ah/warmup a minute before the
 first real work job. Now I see those warmups always fail, but the real
 work gets done, presumably because the instance is up by the time
 they're scheduled to run.

 Steve

 On May 24, 9:28 pm, Will vocalster@gmail.com wrote:







  I have a daily cron job running on backends instance. It has been run
  without problem until the last couple of days. The log shows /_ah/start
  and /_ah/stop have been invoked but not my work url. Yesterday I
  temporary scheduled one more occurrence and it ran properly, but today the
  same thing happened again.

  It is on HDR.

  Any ideas?

  Thanks,

  Will

-- 
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 unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: GAE access from mainland china and cloudfare

2012-05-25 Thread Damon Billian
That's easy to address. I asked our CEO, who also happens to be a lawyer, 
if we have ever sent you a CD letter from the company or from our 
attorneys. His response: No.

Perhaps it was some other company?

On Friday, May 25, 2012 2:16:05 AM UTC-7, Brandon Wirtz wrote:

 If I was spreading misinformation you would have served me (another) 
 CD. We have been there, done that. Didn't work out last time.

-- 
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/-/cK-Yqsqcx6gJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.