Re: [appengine-java] Re: @Google: Are you working on UserService running with OpenId?

2011-07-14 Thread George Simon K
Hi Daniel, Were you able to figure out Step2 integrated with UserService. Your help greatly appreciated. Thanks George On Thu, Mar 18, 2010 at 6:03 AM, Conor Power iamco...@gmail.com wrote: would be great if you could share your solution with the community ... On Wed, Mar 17,

Re: [appengine-java] Re: Call to channel.open() fails silently

2011-07-14 Thread Sébastien Tromp
Thanks for having a look Moishe. I was missing a socket.close() on the page, and the call to channel.open() would not complete. Thanks a lot :) -- seb 2011/7/13 Moishe mois...@google.com I took a brief look at your application and noticed an exception gets thrown after registration. If I go

Re: [appengine-java] Apache Shiro on Google App Engine

2011-07-14 Thread Aswath Satrasala
Hi, How do you handle the security/authorizations on GWT layer. -Aswath www.AccountingGuru.in On Wed, Jul 13, 2011 at 5:59 AM, objectuser kevin.k.le...@gmail.com wrote: If anyone is interested, I've posted a short guide to using Apache Shiro on Google App Engine:

[appengine-java] Re: Apache Shiro on Google App Engine

2011-07-14 Thread pman
hi - i'm new to it. qoogle found this - http://www.gdevelop.com/blog/2010/12/apache-shiro-on-appengine/. Question - how to initial role and permission for the current user (logined)? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

Re: [appengine-java] Re: [google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-14 Thread Alfred Fuller
I should point out the SDK is currently very insistent about it's suggestions and believes that everything else is wrong (will throw an NeedIndexError), even though it may not be. We are working making the SDK smarter in this regards, but until then you will have to test in production (you can

[appengine-java] Re: Unauthorized Sender Error when trying to send an email (User logged in with Google Account)

2011-07-14 Thread kghate
Google Support Folks, please help! On Jul 12, 11:33 pm, kghate kgh...@gmail.com wrote: The documentationhttp://code.google.com/appengine/docs/java/mail/overview.htmlclearly states the following *For security purposes, the sender address of a message must be the email address of an

[appengine-java] Log's date in UTC, can't change timezone. Since yesterday

2011-07-14 Thread Renan
Hello Googlers! I use the SLF4J http://www.slf4j.org/manual.html to log the users actions on my AppEngine application. After a long research (four months ago) i found the follow snippet code at this discussionhttps://groups.google.com/forum/#%21topic/google-appengine-java/4i5nJ3KhJaw :

Re: [appengine-java] Apache Shiro on Google App Engine

2011-07-14 Thread objectuser
Well, on the client (browser), there's no security at all. Security (that is, protecting your site from the user), is impossible. If you just mean disabling buttons or changing parts of the page, then you can just pass back permissions to do that. It doesn't guarantee anything, of course.

[appengine-java] Precompilation change since 14-July maintenance

2011-07-14 Thread John
On the first deploy of bobber-staging (version 18) after the appengine maintenance today, the number of files in pre-compilation jumped from 122 to 803. I don't know how appengine decide(s/d) what to precompile, but it seems to have changed. The deployment failed and suggested that

[appengine-java] Go language

2011-07-14 Thread Pascal Emile Fares
Is theire somebody that use Go? and what you think about it? -- 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.google.com/d/msg/google-appengine-java/-/tXEBiQhmYdgJ. To post to

[appengine-java] Axis2 soap client implementation doesn't work

2011-07-14 Thread kamco
Hello, I am implementing SOAP client implementation on server side of application. I am desperate right now, I allways get error. Does somebody have suggestions? Thank you very much public String type_submit(String number, String type, String name) { RPCServiceClient serviceClient; try {

[appengine-java] All requests failing with 500 Server Error App Engine Message

2011-07-14 Thread Luisa
All requests on our application have been failing for the last hour. It looks like some of the classes in the classpath are not being successfully loaded. We have not deployed new code in the last several weeks, but suddenly we are getting java.lang.NoClassDefFoundError errors on all pages. Our

[appengine-java] The page isn't redirecting properly

2011-07-14 Thread fblack61
I get this message when I try to log in. I have been logging in for a year with no problems. -- 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

[appengine-java] 500 errors for: Initialization failed

2011-07-14 Thread Jason Thrasher
I'm receiving 500 error message from a previously working app. The first requests to the app appear to be failing today. I'm following the instructions in the message by reporting it here. Please let me know if there's another more appropriate place to post. thank you, Jason The url for

Re: [appengine-java] Re: [google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-14 Thread johnwlockwood
congratulations on this Alfred. I will try out a filter on multiple words in the same list. -- 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

[appengine-java] Images/files and blob data not being retrieved since 15 July maintenance.

2011-07-14 Thread Roland Quast
We are using Vosao CMS (for Java GAE) to run our sites. Unfortunately since the July 15 updates, all images, css, js etc which is stored in the datastore is no longer accessible, and returns a server error. One of our sites that runs Vosao is: http://www.formreturn.com For a list of some other

Re: [appengine-java] Axis2 soap client implementation doesn't work

2011-07-14 Thread Bruno Fuster
I'm not sure about your issue but this seems awkward... C: ?? java.security.AccessControlException: access denied (java.io.FilePermission *C:\Users\Kamil-hfu\Downloads \eclipse_gwt\plugins \com.google.appengine.eclipse.sdkbundle_1.5.0.r36v201105191508\appengine-

Re: [appengine-java] Apache Shiro on Google App Engine

2011-07-14 Thread Aswath Satrasala
On Fri, Jul 15, 2011 at 6:43 AM, objectuser kevin.k.le...@gmail.com wrote: Well, on the client (browser), there's no security at all. Security (that is, protecting your site from the user), is impossible. If you just mean disabling buttons or changing parts of the page, then you can just

Re: [appengine-java] Why are app instances killed after 9000 requests

2011-07-14 Thread Juha K
Looks like the limit has been raised! Haven't tested yet what is the higher limit but I have an instance with almost 19000 requests so it has been more than doubled, at least. Good news! -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Re: 500 errors for: Initialization failed

2011-07-14 Thread Nischal
I am getting a lot of errors all of them hard deadline exceeded errors. My app usually has around 60 - 100 instances running but now I cannot see more than 30 spinning up... Someone please look into this! -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Re: 500 errors for: Initialization failed

2011-07-14 Thread culov
My app is dead. Hard deadline exceeded for every request. On Jul 14, 9:15 pm, Nischal nischalshett...@gmail.com wrote: I am getting a lot of errors all of them hard deadline exceeded errors. My app usually has around 60 - 100 instances running but now I cannot see more than 30 spinning up...

[appengine-java] Re: 500 errors for: Initialization failed

2011-07-14 Thread Juha K
I can see the same happening with my app too. It was down for couple of minutes, lots of requests coming and getting 500 error. No instances where shown running, every now and then there was 1 instance for 1 request but it died away soon. In the server logs I saw at least this which I

[google-appengine] Re: Datastore Admin Copy

2011-07-14 Thread Kyle Mulka
Ok, now something really weird is happening. I went into the datastore admin of the source application and initiated a copy. From the perspective of the source application it looks like everything worked fine and completed successfully. But, from the perspective of the target application, no data

Re: [google-appengine] Google should want to provide messaging in App Engine

2011-07-14 Thread Nick Johnson (Google)
We also recently released support for the Prospective Search API, which provides support for the criteria-matching and notification use-cases of Ray's original post. -Nick Johnson On Wed, May 11, 2011 at 12:55 PM, Brandon Wirtz drak...@digerat.com wrote: I lied. ** ** Using the Java

[google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-14 Thread Noah McIlraith
Still no fulltext search? -- 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/-/AQOMSH-8ZbkJ. To post to this group, send email to

[google-appengine] Re: Building Python 2.5.6 on Ubuntu Natty

2011-07-14 Thread Ernesto Oltra
There is a repository of old python releases for several ubuntu versions. It's prebuilt, so you don't have to worry about compiling and installing: http://kovshenin.com/archives/installing-python-2-5-on-ubuntu-linux-10-10/ -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: how to let the user sign-in as a different user

2011-07-14 Thread Rob Coops
The trick is the same as logging into Facebook using your Google account or to Google+ using your Facebook account. The first time a user visits your site even if they are logged in to another Google product they are asked to allow this site to allow them to login using their Google account. If

[google-appengine] I think my app's Index has happend

2011-07-14 Thread 승호 최
I tried to delete indexes 1 week ago. But they still deleting app name - dealmateweb check this thanks -- 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

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-07-14 Thread Feng
Oops, they contain 40K keys in total, not 4 million... Each dictionary contains several thousand keys. My bad, sorry. On Jul 14, 12:37 pm, Feng xnite...@gmail.com wrote: OK, I have done some quick tests: We are working with 10 Python dictionaries here, ranging from 200KB to 600KB in size. The

[google-appengine] Re: Building Python 2.5.6 on Ubuntu Natty

2011-07-14 Thread Danilo Penna Queiroz
Hello all, I maintain a ubuntu repository with python2.5, eclipse pydev plugin, and the GAE sdk, both python and java. All packages are ready to go just by using apt-get. The python's version is 2.5.5. In truth, it's the same package that Ernesto has posted here, i've just copied it to a

[google-appengine] Re: About expando properties

2011-07-14 Thread someone1
While this seems to be the case in Python 2.5 (without a built-in json class), it isn't true in Python 2.7 (from my tests at least): import string, random, profile, json #import simplejson as json def randomString(length): return ''.join(random.choice(string.ascii_uppercase +

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-07-14 Thread Adam Sah
Feng-- nice job. Greg/Guido/etc. - why isn't gae/python using cPickle? security? seems like it would save Google and its customers a ton of CPU$. adam -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web

[google-appengine] Re: Google should want to provide messaging in App Engine

2011-07-14 Thread Tim Hoffman
Hi I am curious about your use of the term JMS as it relates to messaging in your posting. JMS is purely an API definition and doesn't guarantee service interoperability between different JMS systems, whereas as messaging wire protocols such as AMQP or XMPP do provide levels of

[google-appengine] High replication dev server persitence

2011-07-14 Thread Mahron
Hi, I am having problems with the dev server when launched with the high_replication flag. The datastore is no persistent. If I use high replication the data is gone if I restart. It displays again I remove the high_replication flag. If I use it without high replication everything is fine. If I

Re: [google-appengine] High replication dev server persitence

2011-07-14 Thread andreas schmid
http://code.google.com/p/googleappengine/issues/detail?id=5305 On Jul 14, 2011, at 6:09 PM, Mahron wrote: Hi, I am having problems with the dev server when launched with the high_replication flag. The datastore is no persistent. If I use high replication the data is gone if I restart. It

[google-appengine] Re: High replication dev server persitence

2011-07-14 Thread Mahron
If I use it without high replication everything is fine. If I then use the HR flag, datastore is empty again. That does not work either. When HR is turned on again it is empty. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to

[google-appengine] Upload works locally but not on server.

2011-07-14 Thread adam
Hi, I have an app that allows me upload to the blobstore locally but fails on the server. I get an upload url using blobstore.create_upload_url('/upload'), just like the example provided by google. When running the app locally, this works. However, when I run it on GAE, I get a 503; see

[google-appengine] Re: Upload works locally but not on server.

2011-07-14 Thread adam
Just a bit more data: it's clear to me that the upload URL isn't being caught by the WSGIApplication on the server. I know this because when I insert a catch-all url path pattern, the upload POST request hits that handler instead of the BlobstoreUploadHandler. My WSGIApplication is instantiated

[google-appengine] Billing: HR storage vs blobstore

2011-07-14 Thread bejayoharen
Hey there, If I am using the HR datastore for an app, and I put data in the blobstore, does the blobstore get charged at the HR rates? I have assumed so, but technically the blobstore and datastore are different things and my billing page shows Stored Data and High Replication Storage which I

[google-appengine] Update Datastore

2011-07-14 Thread BonguN
Hi, I am coding in python. My question is: If I have a class say Course() and its present in the datastore with its entities say name, email etc and I want to: a.) Add a new entity to Course() , for example firstname. b.) I want firstname to be applied to the already existing records, so if

[google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
-- 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/-/gQ56z2mVUvsJ. To post to this group, send email to google-appengine@googlegroups.com. To

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-07-14 Thread johnP
Very relevant analysis to what I'm working on right now. Now a question: is the slowness of Pickle in this case in packing and unpacking the dictionary, or is it in serializing and unserializing the db.Key() objects? In other words: would pickle work faster if it was dumping and loading a

Re: [appengine-java] Re: [google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-14 Thread PK
Alfred thanks for the clarification. However, isn't ancestor a list too that could contribute to an explosion (albeit minor assuming shallow hierarchies). If this is the case, would these indexes help/work? - kind: Model ancestor: yes properties: - name: int - name: date direction:

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-07-14 Thread an0nym
Maybe Google is in its right business mind? What should they let CPU be idle for if they can make customers use it and pay many times its cost price? четверг, 14 июля 2011 г. 19:08:50 UTC+4 пользователь Adam Sah написал: Greg/Guido/etc. - why isn't gae/python using cPickle? security? seems

[google-appengine] Re: About expando properties

2011-07-14 Thread Geoffrey Spear
On Jul 14, 9:36 am, someone1 someo...@gmail.com wrote: Using the simplejson class resulted in code significantly slower (15-20x slower). However, using the built-in json class in Python 2.7 resulted in code slightly faster than repr() (3-5x faster). With the upcoming support for 2.7, I'd

[google-appengine] Re: Update Datastore

2011-07-14 Thread Geoffrey Spear
On Jul 14, 1:29 pm, BonguN neetha1...@gmail.com wrote: Hi, I am coding in python. My question is: If I have a class say Course() and its present in the datastore with its entities say name, email etc and I want to: a.) Add a new entity to Course() , for example firstname. b.) I want

Re: [appengine-java] Re: [google-appengine] Re: 1.5.2 SDK Prerelease

2011-07-14 Thread johnwlockwood
congratulations on this Alfred. I will try out a filter on multiple words in the same list. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Billing: HR storage vs blobstore

2011-07-14 Thread bejayoharen
So some experimenting and reading the docs more carefully indicates that the blobstore pricing is not effected by selecting High Replication Datastore, but confirmation would be great. bjorn On Jul 14, 12:56 pm, bejayoharen beayoha...@gmail.com wrote: Hey there, If I am using the HR datastore

[google-appengine] Error was: 'module' object has no attribute 'TaskLeaseExpiredError'

2011-07-14 Thread Iron Mountain Foundry
My application was working fine until today, when the pages started returning the message There was an error while handling your request. The logs show every single request has this error: ViewDoesNotExist: Tried yyy in module xxx.views. Error was: 'module' object has no attribute

Re: [google-appengine] Re: Building Python 2.5.6 on Ubuntu Natty

2011-07-14 Thread Ricardo Bánffy
That's great to hear. Thank you both Ernesto and Danilo for the help. I borked my own Natty once trying to shoehorn 2.5 on it and wasn't very happy with the idea of risking it again. BTW, the build issue should be solved. It's not like the latest Ubuntu release and Google's App Engine are

[google-appengine] Re: Error was: 'module' object has no attribute 'TaskLeaseExpiredError'

2011-07-14 Thread Iron Mountain Foundry
Some more information: The page request waits for about five seconds before it displays the error message. This is probably the source of the TaskLeaseExpiredError, which I think is covering up the underlying error. How can I find out what is really holding up the page delivery? On Jul 14,

[google-appengine] Federated login issue with URLs that have multiple arguments

2011-07-14 Thread gwstuff
Hi, I am facing an issue with federated logins that causes non-first parameters in the return url to get lost, presumably because they are being interpreted as arguments in the outer login URL, rather than in the inner return url. f_url = users.create_login_url(dest,

[google-appengine] What happens to still pending async operations when the request completes (in Python)?

2011-07-14 Thread Pol
Hi, I was wondering, if you start an async urlfetch (or even an async db operation) but don't wait for it to complete before returning from the handler, what happens? Is the async operation cancelled mid-course or does it complete normally, except no callback is called to indicate success or

Re: [google-appengine] What happens to still pending async operations when the request completes (in Python)?

2011-07-14 Thread Jeff Schnitzer
Even though your code returns, the request itself does not return until all pending async requests complete (or timeout). Jeff On Thu, Jul 14, 2011 at 5:14 PM, Pol i...@pol-online.net wrote: Hi, I was wondering, if you start an async urlfetch (or even an async db operation) but don't wait

[google-appengine] http 500 with appcfg.py

2011-07-14 Thread adam
I'm trying to update my application and am getting the following: $ appcfg.py update . Application: recordmyself10; version: 5 Host: appengine.google.com Starting update of app: recordmyself10, version: 5 Scanning files on local disk. Error 500: --- begin server output --- Server Error (500) A

Re: [google-appengine] http 500 with appcfg.py

2011-07-14 Thread Renan Mobile
Maybe the Downtime. You can't deploy during that period. Em 14/07/2011 21:37, adam adus...@gmail.com escreveu: I'm trying to update my application and am getting the following: $ appcfg.py update . Application: recordmyself10; version: 5 Host: appengine.google.com Starting update of app:

Re: [google-appengine] http 500 with appcfg.py

2011-07-14 Thread Tom Fishman
neither Master/Slave nor HR datastore apps will be able to deploy during this period Thursday, 2011 Jul 14, 5:00pm/1700 PDT/GMT-7 (Friday, 2011 Jul 15, midnight//GMT) http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/bb77cad713eeec0 -- You received

[google-appengine] Re: http 500 with appcfg.py

2011-07-14 Thread adam
Ah, thanks. Had no idea there was a separate group for downtime notifications. On Jul 14, 8:49 pm, Tom Fishman tom.fish...@dishcrunch.com wrote: neither Master/Slave nor HR datastore apps will be able to deploy during this period Thursday, 2011 Jul 14, 5:00pm/1700 PDT/GMT-7 (Friday, 2011 Jul

[google-appengine] Re: Scheduled maintenance read-only downtime

2011-07-14 Thread Roland Quast
We are missing all blob data after this came back online! We have no images, css or any binary data stored in the datastore. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
Forget what I said; somehow a space got added to the front of filename while was programming. I don't know how, but this odd error was enitirely of my own making -- sorry. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this

Re: [google-appengine] Re: Java Network Launching Protocol (JNLP) Support on App Engine?

2011-07-14 Thread Eric Atkinson
You're right; it's my fault, I'm sorry. I don't know how a space got in front of my filename, but it sure drove my nuts for a while before I finally noticed it. As for GAE, it's fine, everything I need, well put together, and explained well (and explained quickly instead of in eight volumes).

[google-appengine] Re: My master/slave to high replication datastore migration experience

2011-07-14 Thread vivpuri
+1 to @Waleed and @Joshua. Personally i dont really have the resources and time to deal with migration. Just switch my datastore to HR. I am willing to foot the bill for the higher pricing, but cannot take downtime and all related issues. Besides that, looking at the AppEngine group, it feels like

[google-appengine] Re: Upload works locally but not on server.

2011-07-14 Thread adam
I was able to solve this. The parser in production GAE is more sensitive than the one in the development environment, and the one in production provides no useful information to the user about why it fails. This is a known issue: http://code.google.com/p/googleappengine/issues/detail?id=3273 for

[google-appengine] HardDeadlineExceptions after the maintenance

2011-07-14 Thread nischalshetty
I'm seeing harddeadline exceptions everywhere on my app and it is expected considering not more than 30 instances are spun currently. On any given hour my app has 60 - 100 instances. Can someone from the appengine team please have a look at this? -- You received this message because you are

[google-appengine] Re: HardDeadlineExceptions after the maintenance

2011-07-14 Thread nischalshetty
And now I can see 500 internal server errors. -- 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/-/IpWPa6RBTooJ. To post to this group, send email to

[google-appengine] Re: HardDeadlineExceptions after the maintenance

2011-07-14 Thread nischalshetty
Is anyone from the appengine team looking into this? Now I'm getting emails from my users! And they are angry. The maintenance did not go well, at least for our app! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion

Re: [google-appengine] Re: HardDeadlineExceptions after the maintenance

2011-07-14 Thread Waleed Abdulla
I'm noticing strange behavior as well. Cannot pinpoint it yet, but my app has been up and down since the maintenance. Will post more if I manage to pinpoint the issue. Waleed On Thu, Jul 14, 2011 at 9:30 PM, nischalshetty nischalshett...@gmail.comwrote: Is anyone from the appengine team

Re: [google-appengine] Is taskID unique?

2011-07-14 Thread Robert Kluin
If you try to insert a named task that already exists you'll get an exception. What are you trying to do? Robert On Jul 8, 2011 2:38 PM, Nikolay Sohryakov nikolay.sohrya...@gmail.com wrote: Hi, I would like to know if taskID is unique or not? Thank you in advance. -- You received this

[google-appengine] Re: HardDeadlineExceptions after the maintenance

2011-07-14 Thread Black Snapper
I'm seeing the same thing! I'm extremely disappointed that Google hasn't even acknowledged to problem. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: HardDeadlineExceptions after the maintenance

2011-07-14 Thread Black Snapper
My users are extremely angry as well. We are getting negative reviews in our app thanks to this outage. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Getting 500 errors, app completely unresponsive

2011-07-14 Thread Sekhar
Folks, our app (wellahoweb) has been unresponsive for a while now. Getting 500 errors, any ETA on getting this fixed? Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please reporthttp://code.google.com/appengine/community.html