[google-appengine] "Request was aborted after waiting too long"

2010-05-05 Thread Benjamin Schuster-Böckler
I'm getting loads of these. It's ok with the deferred tasks, as they are 
rescheduled, but the cron jobs (to be run every 10min) just don't run if this 
happens, causing unpredictable behaviour of my app. Effectually, the cron only 
runs eery few hours, because most of the time, this error occurs. What can I do 
to fix this? Do I really need to have a dummy task to constantly hammer 
instances so the app stays loaded?

Thanks in advance,
Ben

-- 
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-appeng...@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] Cannot create additional applications

2010-05-05 Thread chris
Hello,

Although I successfully created/uploaded/deployed my first application
yesterday, when I now try to create a new application from the "My
Applications" page (at either appengine.google.com or
appengine.google.com/a/mydomain.com), I am redirected to the "Verify
Your Account by SMS" page (https://appengine.google.com/permissions/
smssend). As I have already received my SMS, entering my country/
provider/phone number generates an error, so I can't proceed.

Also odd: although I have an application running, and another that
I've disabled (both created yesterday), the "My Application" page
states: "You have 10 applications remaining."

A possible contributing factor (?): I have two Google accounts.

I'm aware that problems similar to the one I'm experiencing have shown
up on the list a number of times, but I've yet to see an answer that
seems to resolve the issue in a general way. Please correct me if I'm
wrong here (and there is, in fact, a thread that provides a solution).
At any rate, help would be appreciated.

Thanks in advance,

Chris

-- 
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-appeng...@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] Error code 203

2010-05-05 Thread Graph
HI Guys,

recently I began to receive  warning message  :

A serious problem was encountered with the process that handled this
request, causing it to exit. This is likely to cause a new process to
be used for the next request to your application. If you see this
message frequently, you should contact the App Engine team. (Error
code 203)


why this situation may arise?

Thank

-- 
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-appeng...@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] How can I keep my password long time for updating content?

2010-05-05 Thread SuperNova
Now when I run this command:

/usr/bin/python ~/google_appengine/appcfg.py update ~/cdn

I should write email and password.
And it is keeping some time, but after a day, I should write email and
password again.

How can I keep my auntification (email and password) for long time
(month, year)?

-- 
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-appeng...@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] Request was aborted after waiting too long...

2010-05-05 Thread Mikkel Krautz
Hi,

My app at alsmicdk.appspot.com has been getting the following error:

Request was aborted after waiting too long to attempt to service your
request. This may happen sporadically when the App Engine serving
cluster is under unexpectedly high or uneven load. If you see this
message frequently, please contact the App Engine team.

for the last couple of days now.  All requests for dynamic pages (i.e.
script handlers), are getting the error. I'm on the Python runtime,
BTW.

I've tried to determine if anything's wrong on the app side of things
(if certain API calls were causing the long request time) by uploading
a new version of the app ('recovery'), but even simple request
handlers that make no API calls are failing.

The app is, in its usual condition, set up to only allow for HTTPS
connections (secure: always). I figured this might be the cause of the
long request times, but I've also tried to change it to (secure:
optional) in my 'recovery' version to no avail.

Any help?

Mikkel

-- 
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-appeng...@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] ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hello,

I'm trying to consume a web service (using URLFetchService) through
https, requiring a mutual SSL authentication. (soap ws, using axis2
with custom HTTP Transport layer, using URLConnection -
URLFetchService)

Without HTTPS, everything works fine.

In my java google app, I've set the following properties in order to
use my own keystore for SSL mutual authentication. :





I've got the following trace and exception :

INFO: I/O exception (java.net.SocketException) caught when processing
request: java.security.NoSuchAlgorithmException: Error constructing
implementation (algorithm: Default, provider: SunJSSE, class:
com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
4 mai 2010 08:46:21 org.apache.commons.httpclient.HttpMethodDirector
executeWithRetry

Caused by: java.io.IOException: Could not fetch URL:
https://pilot-vipservices-auth.verisign.com/prov/soap
at
com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:
106)
at
com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:
39)
at
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
$Connection.fetchResponse(URLFetchServiceStreamHandler.java:404)
at
com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
$Connection.getInputStream(URLFetchServiceStreamHandler.java:283)

This error is happening on my eclipse env. with google app engine
1.3.3

Thanks in advance for any feedback

Steve

-- 
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-appeng...@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] JSP File Uploading Issues on Google App Engine

2010-05-05 Thread deporter
Can anyone help me for constructing a simple JSP file upload page with
related Servlet class. I have tried to find sources on the net but
they were not complete or with errors.

Regards,

-- 
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-appeng...@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] GPL but not 'open'

2010-05-05 Thread Prof. Ebral
I am a little curious about Google approaches an app on there page
that is designated as GPL, but the current developer wont release the
code.

When I say 'current' developer, I am not implying the 'original'
developer(s) either. Just some guy that has developed for the GPL
software. The application in question can be found here: 
http://orpgmeta.appspot.com/
and is the meta server list for the OpenRPG Project's virtual game
table.  The meta server has been broken for nearly a week now with no
response from the holder of the appspot page.

-- 
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-appeng...@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] GPL but not 'open'

2010-05-05 Thread Patrick Cornelißen
Hi!

2010/5/4 Prof. Ebral :
> I am a little curious about Google approaches an app on there page
> that is designated as GPL, but the current developer wont release the
> code.
>
> When I say 'current' developer, I am not implying the 'original'
> developer(s) either. Just some guy that has developed for the GPL
> software. The application in question can be found here: 
> http://orpgmeta.appspot.com/
> and is the meta server list for the OpenRPG Project's virtual game
> table.  The meta server has been broken for nearly a week now with no
> response from the holder of the appspot page.

Well, Just because it's GPL doesn't mean that you have to give the
sourcecode to everyone. Just that you can't put any constraints on it
once you give the application or the sourcecode to someone. So you can
build software, put it under the GPL and never give anyone the source,
as long as you use it only for yourself and don't give other people
(customers or just other people who would like to use it). As soon as
you do, you have to give them the sourcecode or at least give them the
necessary informations how they can get it. (Most endusers don't care)

When you are just a user of the app that he installed there you have
no additional right.

Disclaimer: I am not a lawyer



-- 
Mit freundlichen Grüßen,  // Bye,
  Patrick Cornelißen
  http://www.openprojectguide.org
  http://www.pcornelissen.de http://code.google.com/p/gloudy/

-- 
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-appeng...@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] how-to add custom appengine into google apps

2010-05-05 Thread Ikai L (Google)
If the App Engine application is developed as a marketplace application,
then yes.

On Tue, May 4, 2010 at 10:39 PM, Pablo Francavilla wrote:

> Hi guys, I would like to know if it's possible to add appengine application
> to a google apps account in the same way you can add marketplace
> applications ? I know it's possible to add an appengine to the domain, and
> then setup a custom subdomain, but I want the application visible on top,
> like gmail, calendar and the "more" tab like google marketplace
> applications.
>
> It's possible ?, how ?
>
> Really 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-appeng...@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.
>



-- 
Ikai Lan
Developer Relations, Google App Engine
Twitter: http://twitter.com/ikai
Delicious: http://delicious.com/ikailan


Google App Engine links:
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] JSP File Uploading Issues on Google App Engine

2010-05-05 Thread Ikai L (Google)
Here's some throwaway code I wrote a while ago:

http://github.com/ikai/DateEngine/blob/master/src/com/dateengine/controllers/PhotoServlet.java

It uses Apache Commons File Upload.

On Wed, May 5, 2010 at 7:47 AM, deporter  wrote:

> Can anyone help me for constructing a simple JSP file upload page with
> related Servlet class. I have tried to find sources on the net but
> they were not complete or with errors.
>
> Regards,
>
> --
> 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-appeng...@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.
>
>


-- 
Ikai Lan
Developer Relations, Google App Engine
Twitter: http://twitter.com/ikai
Delicious: http://delicious.com/ikailan


Google App Engine links:
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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-appeng...@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] Cannot create additional applications

2010-05-05 Thread Robert Kluin

Have you tried to clear your browser cookies/cache and then log in at:
https://www.appspot.com/a/bioanalyticalcomputing.com?


Robert


On May 4, 2010, at 17:08, chris   
wrote:



Hello,

Although I successfully created/uploaded/deployed my first application
yesterday, when I now try to create a new application from the "My
Applications" page (at either appengine.google.com or
appengine.google.com/a/mydomain.com), I am redirected to the "Verify
Your Account by SMS" page (https://appengine.google.com/permissions/
smssend). As I have already received my SMS, entering my country/
provider/phone number generates an error, so I can't proceed.

Also odd: although I have an application running, and another that
I've disabled (both created yesterday), the "My Application" page
states: "You have 10 applications remaining."

A possible contributing factor (?): I have two Google accounts.

I'm aware that problems similar to the one I'm experiencing have shown
up on the list a number of times, but I've yet to see an answer that
seems to resolve the issue in a general way. Please correct me if I'm
wrong here (and there is, in fact, a thread that provides a solution).
At any rate, help would be appreciated.

Thanks in advance,

Chris

--
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- 
appeng...@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-appeng...@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: Datastore error:Authentication Failed while downloading data

2010-05-05 Thread suri
Thanks wooble
that's working now

On May 4, 6:02 pm, Wooble  wrote:
> On May 4, 5:08 am, suri  wrote:
>
> > Hi,
> > I am new to Google App Engine.I am trying to download data from
> > deployed application. but while executing download command it raised
> > exception that
> > 1.Exception during authentication
> > 2.http error 404:Not Found
> > 3.Authentication failed
>
> Do you have the:
>
> - url: /remote_api
>   script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
>   login: admin
>
> stanza near the top of your app.yaml, before any catch-all handlers?
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] Cannot create additional applications

2010-05-05 Thread Christopher Fraser
Yes, and I get the same result (I'm redirected to the "Verify Your Account
by SMS" page).

Chris


On Wed, May 5, 2010 at 7:56 AM, Robert Kluin  wrote:

> Have you tried to clear your browser cookies/cache and then log in at:
> https://www.appspot.com/a/bioanalyticalcomputing.com?
>
>
> Robert
>
>
>
> On May 4, 2010, at 17:08, chris 
> wrote:
>
>  Hello,
>>
>> Although I successfully created/uploaded/deployed my first application
>> yesterday, when I now try to create a new application from the "My
>> Applications" page (at either appengine.google.com or
>> appengine.google.com/a/mydomain.com), I am redirected to the "Verify
>> Your Account by SMS" page (https://appengine.google.com/permissions/
>> smssend). As I have already received my SMS, entering my country/
>> provider/phone number generates an error, so I can't proceed.
>>
>> Also odd: although I have an application running, and another that
>> I've disabled (both created yesterday), the "My Application" page
>> states: "You have 10 applications remaining."
>>
>> A possible contributing factor (?): I have two Google accounts.
>>
>> I'm aware that problems similar to the one I'm experiencing have shown
>> up on the list a number of times, but I've yet to see an answer that
>> seems to resolve the issue in a general way. Please correct me if I'm
>> wrong here (and there is, in fact, a thread that provides a solution).
>> At any rate, help would be appreciated.
>>
>> Thanks in advance,
>>
>> Chris
>>
>> --
>> 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-appeng...@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-appeng...@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-appeng...@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: Request was aborted after waiting too long...

2010-05-05 Thread bsb
See my post on the exact same topic earlier today, too...

On May 5, 10:21 am, Mikkel Krautz  wrote:
> Hi,
>
> My app at alsmicdk.appspot.com has been getting the following error:
>
> Request was aborted after waiting too long to attempt to service your
> request. This may happen sporadically when the App Engine serving
> cluster is under unexpectedly high or uneven load. If you see this
> message frequently, please contact the App Engine team.
>
> for the last couple of days now.  All requests for dynamic pages (i.e.
> script handlers), are getting the error. I'm on the Python runtime,
> BTW.
>
> I've tried to determine if anything's wrong on the app side of things
> (if certain API calls were causing the long request time) by uploading
> a new version of the app ('recovery'), but even simple request
> handlers that make no API calls are failing.
>
> The app is, in its usual condition, set up to only allow for HTTPS
> connections (secure: always). I figured this might be the cause of the
> long request times, but I've also tried to change it to (secure:
> optional) in my 'recovery' version to no avail.
>
> Any help?
>
> Mikkel
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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: Total Stored Data - can someone explain please ??

2010-05-05 Thread Perica Zivkovic
Nick,

this is the data stored - 347 entities

Breakdown by Property Type

Property Type   Size

Blob 3 MBytes
String   24 KBytes
Date/Time9 KBytes
Text 7 KBytes
Integer  7 KBytes
Key  3 KBytes
Boolean  598 Bytes
BlobKey  178 Bytes
Category 18 Bytes
Metadata 63 KBytes

Additional three blobs in the blobstore, two of them are images/jpeg
(total 8mb) and one video/flv - another 8MB total in blobstore 16MB

I think someone @ Google did some magic because now after couple of
days without any modifications from my side my app is using 0.02 of
101 GB of Total Stored Data. That is exactly 20MB like it should be
and not 550MB like it was.

Any explanations on this one and what was going wrong ??

cheers,

Perica

On May 4, 3:00 pm, "Nick Johnson (Google)" 
wrote:
> Hi Perica,
>
> You need to tell us more about the data you're storing - what are your
> kinds, what properties do they have, how many of them are there, and what
> custom indexes are you using?
>
> -Nick Johnson
>
> On Mon, May 3, 2010 at 12:39 PM, Perica Zivkovic
> wrote:
>
>
>
>
>
> > Is there anyone from Google who can shed some light on this ?
>
> > kind regards,
>
> > Perica
>
> > On May 3, 4:33 am, WeatherPhilip 
> > wrote:
> > > Just go and star the issuehttp://
> > code.google.com/p/googleappengine/issues/detail?id=2740
>
> > > Go do it right now. Maybe we can persuade Google to fix this issue.
>
> > > Philip
>
> > > On May 2, 5:08 pm, Wooble  wrote:
>
> > > > On May 2, 3:21 pm, Jaroslav Záruba  wrote:
>
> > > > > I believe that it was in this video...
> >http://www.youtube.com/watch?v=tx5gdoNpcZM
> > > > > ...where a question was
> > asked
> > > > > whether we are charged for space taken by indexes. The question is
> > "No".
> > > > > (Explanation has been that it would probably discourage users from
> > using
> > > > > advantages of datastore.)
> > > > > So I think that might address your concerns.
>
> > > > That video is 2 years old, and that information is no longer correct.
> > > > You are charged for space used by indexes, although 530 MB of indexes
> > > > for 20MB of data would, to me, indicate that something is probably
> > > > going wrong.  I'd look out for exploding indexes or indexing lots of
> > > > properties that you don't need to query on.
>
> > > > --
> > > > 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 > e...@googlegroups.com>
> > .
> > > > For more options, visit this group athttp://
> > 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-appeng...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > > For more options, visit this group athttp://
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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: Total Stored Data - can someone explain please ??

2010-05-05 Thread 风笑雪
You must have many properties on your entity, otherwise Metadata
wouldn't be so large.

And I think most of your properties are indexed, it's very reasonable
why it takes so many space.

--
keakon

-- 
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-appeng...@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] How can I keep my password long time for updating content?

2010-05-05 Thread 风笑雪
Put your password in a text file and try this:

/usr/bin/python ~/google_appengine/appcfg.py update
--email=...@gmail.com --passin ~/cdn < password.txt

--
keakon

-- 
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-appeng...@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] ssl connection mutual authentication

2010-05-05 Thread Nick Johnson (Google)
Hi Steve,

It's not possible to verify certificates using the URL Fetch service.

-Nick Johnson

On Tue, May 4, 2010 at 12:45 PM, Steve favez  wrote:

> Hello,
>
> I'm trying to consume a web service (using URLFetchService) through
> https, requiring a mutual SSL authentication. (soap ws, using axis2
> with custom HTTP Transport layer, using URLConnection -
> URLFetchService)
>
> Without HTTPS, everything works fine.
>
> In my java google app, I've set the following properties in order to
> use my own keystore for SSL mutual authentication. :
>
>
> value="testdrive.jks"/>
> value="password"/>
>
> I've got the following trace and exception :
>
> INFO: I/O exception (java.net.SocketException) caught when processing
> request: java.security.NoSuchAlgorithmException: Error constructing
> implementation (algorithm: Default, provider: SunJSSE, class:
> com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
> 4 mai 2010 08:46:21 org.apache.commons.httpclient.HttpMethodDirector
> executeWithRetry
>
> Caused by: java.io.IOException: Could not fetch URL:
> https://pilot-vipservices-auth.verisign.com/prov/soap
>at
>
> com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java:
> 106)
>at
>
> com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java:
> 39)
>at
> com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> $Connection.fetchResponse(URLFetchServiceStreamHandler.java:404)
>at
> com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> $Connection.getInputStream(URLFetchServiceStreamHandler.java:283)
>
> This error is happening on my eclipse env. with google app engine
> 1.3.3
>
> Thanks in advance for any feedback
>
> Steve
>
> --
> 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-appeng...@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.
>
>


-- 
Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
Registered in Dublin, Ireland, Registration Number: 368047
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
368047

-- 
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-appeng...@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] Tasks queues not working?

2010-05-05 Thread dan
Our tasks stopped running last night around 7pm pacific.

Currently tasks are piling up in our queues, although we are still
well under quota (API calls 0%, task count 4%, task bytes 8%).

However, it's only a certain type of task! That is, we have a common
task that is not running, but a rare task (hourly) that still is.

Is anyone else having weird problems with tasks executing from the
queue?

Dan

-- 
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-appeng...@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: Tasks queues not working?

2010-05-05 Thread dan
And no, none of our other quotas are exceeded. We are fully under
quota.

Dan

On May 5, 11:31 am, dan  wrote:
> Our tasks stopped running last night around 7pm pacific.
>
> Currently tasks are piling up in our queues, although we are still
> well under quota (API calls 0%, task count 4%, task bytes 8%).
>
> However, it's only a certain type of task! That is, we have a common
> task that is not running, but a rare task (hourly) that still is.
>
> Is anyone else having weird problems with tasks executing from the
> queue?
>
> Dan
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] Connect users to Google profiles

2010-05-05 Thread John Tantalo
Is there an automated or opt-in method to connect my logged-in users
with their Google profiles? I would like to be able to discover, at
least, the URL of their Google profile. It would be nice to have the
URL of their avatar, too.

-- 
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-appeng...@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: Total Stored Data - can someone explain please ??

2010-05-05 Thread Perica Zivkovic
No I don't have many properties on my entities and most of them are
not indexed. So it is not reasonable why it takes so much space.



On May 5, 6:01 pm, 风笑雪  wrote:
> You must have many properties on your entity, otherwise Metadata
> wouldn't be so large.
>
> And I think most of your properties are indexed, it's very reasonable
> why it takes so many space.
>
> --
> keakon
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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: JSP File Uploading Issues on Google App Engine

2010-05-05 Thread deporter
Thank you very much.

However it would be better to have scripts for any files, not just
photos.
And this code uses dataengine package which I is not available to me.
I'm trying to make something working and consisting of simple JSP
(HTML form part) and
Servlet class.apache libraries are used.

On 5 Mayıs, 15:34, "Ikai L (Google)"  wrote:
> Here's some throwaway code I wrote a while ago:
>
> http://github.com/ikai/DateEngine/blob/master/src/com/dateengine/cont...
> 
> It uses Apache Commons File Upload.
>
>
>
> On Wed, May 5, 2010 at 7:47 AM, deporter  wrote:
> > Can anyone help me for constructing a simple JSP file upload page with
> > related Servlet class. I have tried to find sources on the net but
> > they were not complete or with errors.
>
> > Regards,
>
> > --
> > 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-appeng...@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.
>
> --
> Ikai Lan
> Developer Relations, Google App Engine
> Twitter:http://twitter.com/ikai
> Delicious:http://delicious.com/ikailan
>
> 
> Google App Engine links:
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] Memcache not working

2010-05-05 Thread Denis
Hello,

Memcache stopped working for my app at some point on May 4. And on May
5 it still not functioning.

All memcache.set(...) calls return False today. I tried to upload new
versions, change key names - to no avail.

The value I'm trying to store is a very short string (6 characters
long) so it shouldn't be a matter of insufficient memory.

The code that works with memcache is heavily used by my app and it
works without any changes for more than a year now. Moreover, the
current version has been working for the last couple of weeks and
there have been no such problems before yesterdays, so I assume it's
not a bug in my code.

System Status page doesn't report any memcache problems, so I wonder
why my app can't use memcache?

-- 
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-appeng...@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] Memcache not working

2010-05-05 Thread Pieter Coucke
See here: http://code.google.com/p/googleappengine/issues/detail?id=3195

-- 
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-appeng...@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: GPL but not 'open'

2010-05-05 Thread samwyse
Go read this:  http://en.wikipedia.org/wiki/Affero_General_Public_License

The AGPL was designed to close a perceived application service
provider "loophole" (the "ASP loophole") in the ordinary GPL, whereby
when using but not distributing the software, the copyleft provisions
are not triggered. The AGPL differs from the GNU GPL on which it is
based in having an additional provision addressing use of software
over a computer network. The additional provision requires that the
complete source code be made available to any network user of the AGPL-
licensed work, typically a Web application.

IANAL, but it's plausible that if one were to upload GPL software to a
service provider, the provider would have a right to the source.  Then
you'd just need to convince the provider to share the source with
you.  Whether the App Engine crew would be willing and able to assist
in this way is an open question.  I wouldn't hold my breath, however.

On May 4, 1:55 pm, "Prof. Ebral"  wrote:
> I am a little curious about Google approaches an app on there page
> that is designated as GPL, but the current developer wont release the
> code.
>
> When I say 'current' developer, I am not implying the 'original'
> developer(s) either. Just some guy that has developed for the GPL
> software. The application in question can be found 
> here:http://orpgmeta.appspot.com/
> and is the meta server list for the OpenRPG Project's virtual game
> table.  The meta server has been broken for nearly a week now with no
> response from the holder of the appspot page.
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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: ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hi Nick,

thanks for the quick reply.

Do you plan to add this feature in a future release ?

Otherwise, what do you think to use secure data connector as a
proxy. ??? ... (kind of workaround if I really need to call a web
service requiring ssl mutual authentication.) ?

Thanks

- Steve Favez

On 5 mai, 18:23, "Nick Johnson (Google)" 
wrote:
> Hi Steve,
>
> It's not possible to verify certificates using the URL Fetch service.
>
> -Nick Johnson
>
>
>
>
>
> On Tue, May 4, 2010 at 12:45 PM, Steve favez  wrote:
> > Hello,
>
> > I'm trying to consume a web service (using URLFetchService) through
> > https, requiring a mutual SSL authentication. (soap ws, using axis2
> > with custom HTTP Transport layer, using URLConnection -
> > URLFetchService)
>
> > Without HTTPS, everything works fine.
>
> > In my java google app, I've set the following properties in order to
> > use my own keystore for SSL mutual authentication. :
>
> >                
> >                 > value="testdrive.jks"/>
> >                 > value="password"/>
>
> > I've got the following trace and exception :
>
> > INFO: I/O exception (java.net.SocketException) caught when processing
> > request: java.security.NoSuchAlgorithmException: Error constructing
> > implementation (algorithm: Default, provider: SunJSSE, class:
> > com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl)
> > 4 mai 2010 08:46:21 org.apache.commons.httpclient.HttpMethodDirector
> > executeWithRetry
>
> > Caused by: java.io.IOException: Could not fetch URL:
> >https://pilot-vipservices-auth.verisign.com/prov/soap
> >        at
>
> > com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationExc 
> > eption(URLFetchServiceImpl.java:
> > 106)
> >        at
>
> > com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchService 
> > Impl.java:
> > 39)
> >        at
> > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> > $Connection.fetchResponse(URLFetchServiceStreamHandler.java:404)
> >        at
> > com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler
> > $Connection.getInputStream(URLFetchServiceStreamHandler.java:283)
>
> > This error is happening on my eclipse env. with google app engine
> > 1.3.3
>
> > Thanks in advance for any feedback
>
> > Steve
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. ::
> Registered in Dublin, Ireland, Registration Number: 368047
> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
> 368047
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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: "Request was aborted after waiting too long"

2010-05-05 Thread bsb
I also get the same error with cron jobs in another app of mine. This
has only started happening recently. Can someone @ Google please take
a look at this?

On May 5, 10:18 am, Benjamin Schuster-Böckler 
wrote:
> I'm getting loads of these. It's ok with the deferred tasks, as they are 
> rescheduled, but the cron jobs (to be run every 10min) just don't run if this 
> happens, causing unpredictable behaviour of my app. Effectually, the cron 
> only runs eery few hours, because most of the time, this error occurs. What 
> can I do to fix this? Do I really need to have a dummy task to constantly 
> hammer instances so the app stays loaded?
>
> Thanks in advance,
> Ben
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] send_mail sender restrictions and Google Apps Premier

2010-05-05 Thread Brandon Bloom
Hi,

My app sends and receives mail on a variety of @mydomain addresses.
These addresses are Google Apps user accounts, but after initial
setup, all of their mail is forward to an appspotmail address and
these users never login. I set it up this way due to GAE's send_mail
sender restrictions [1].

I am considering upgrading my Google Apps Standard account to Google
Apps Premier. While there are only 2 actual human accounts, there are
half a dozen dummy accounts to satisfy Google Apps. These accounts
would cost me $50/year each if I were to upgrade. I have not yet tried
making only a single dummy account with various aliases (nicknames?),
but that would still cost me $50/year for the fake user account.

I contacted the Google Apps sales team, but they said that they do not
provide free or "standard" accounts on premier domains
(understandably). They suggested that I contact the Google App Engine
team to see if there a suggested workaround.

Is there a workaround?

Thanks,
Brandon Bloom

[1] "The sender address can be either the email address of a
registered administrator for the application, or the email address of
the current signed-in user (the user making the request that is
sending the message)."
http://code.google.com/appengine/docs/python/mail/sendingmail.html

-- 
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-appeng...@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] Error Deploying

2010-05-05 Thread Joshua Smith
I'm getting this error:

Application: mesonstreaming; version: 9.
Server: appengine.google.com.
Scanning files on local disk.
Initiating update.
Error 500: --- begin server output ---

Server Error (500)
A server error has occurred.
--- end server output ---


Not much to go on!

Any thoughts?

-Joshua

-- 
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-appeng...@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] Error Deploying

2010-05-05 Thread Joshua Smith
D'oh!  Scheduled maintenance.  Nevermind.

On May 5, 2010, at 4:25 PM, Joshua Smith wrote:

> I'm getting this error:
> 
> Application: mesonstreaming; version: 9.
> Server: appengine.google.com.
> Scanning files on local disk.
> Initiating update.
> Error 500: --- begin server output ---
> 
> Server Error (500)
> A server error has occurred.
> --- end server output ---
> 
> 
> Not much to go on!
> 
> Any thoughts?
> 
> -Joshua
> 
> -- 
> 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-appeng...@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-appeng...@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: appcfg.py update Server Error (500)

2010-05-05 Thread Ricardo Sánchez-Sáez
I also started experiencing this. I just updated the GData files in my
app and this started showing. Did you find a solution?


On Apr 28, 10:48 pm, Jesse Hammons  wrote:
> tried it 5 times, I'm getting this error message:
>
> Server: appengine.google.com.
> Scanning files on local disk.
> Initiating update.
> Error 500: --- begin server output ---
>
> Server Error (500)
> A server error has occurred.
> --- end server output ---
>
> anyone else experiencing this issue?
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] * TIME SENSITIVE * Capabilities API is not working during downtime

2010-05-05 Thread Jeffrey Rosen
The capabilities API is not returning as expected :(

I set up my app to use the following code from:

http://blog.notdot.net/2010/03/Handling-downtime-The-capabilities-API-and-testing

More specifically

datastore_write_enabled = capabilities.CapabilitySet('datastore_v3',
capabilities=['write']).is_enabled()

During this maintenance period, datastore_write_enabled is True

If you guys could please set it to False (I can't deploy to fix it)
that would be MUCH appreciated.

I have already gotten hundreds of messages complaining that my
promotion is busted (http://www.wolfire.com/humble)

-- 
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-appeng...@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: Where to start? Who to talk to?

2010-05-05 Thread Rob
Thanks for your reply Ikai.

How does one contact these Gurus? Is there a way to contact them
directly, in the context of Google personnel? I think I really need to
pick someone's brains for half an hour.

Regards,

Rob


On May 4, 7:24 pm, "Ikai L (Google)"  wrote:
> One place you can start is by asking for help from our Gurus:
>
> https://groups.google.com/group/google-appengine
>
> API Gurus:
>
>    - Alexander Kojevnikov
>    - Bill Katz
>    - Geoffrey Spear (Wooble)
>
> We'll need to qualify a few more.
>
> Anyone in the community looking to do some consulting work?
>
>
>
>
>
> On Tue, May 4, 2010 at 2:35 AM, Rob  wrote:
> > Hi All,
>
> > I am a some-time developer of conventional PC applications which are
> > used by commercial and academic users. I reluctantly got into writing
> > software because I needed applications to support the hardware I sell.
> > I could find nothing suitable and could not afford to hire a developer
> > so I learned to write in VB. My PC apps are getting outdated and I am
> > not sure that rewriting them for newer platforms is the best way to
> > go. I identified the need for a Web based application several years
> > ago but I have not had the time to develop one. I have no prospect of
> > finding the time in the next year. I am too busy and too far behind
> > the learning curve. Perhaps I am just getting too old.
>
> > One problem I have with my PC apps is that my customers range from
> > individuals, small business people and hobbyists, to multinational
> > corporations with numerous sites. This requires a range of
> > applications and price points. The applications have diverged and I
> > can see the day when support will become impossible. I like to think
> > it would be possible to serve all of my customers with one scaleable
> > set of tools.
>
> > My Web application would involve some pretty straightforward data
> > uploading and reporting. That side of it does not scare me too much.
> > However, it also needs user management, things like users permitting
> > others to view their data, and the handling of subscriptions and
> > payments. That area is an entirely closed book for me. I need to
> > decide whether to build and host the thing myself or use a cloud based
> > application. I like the idea of using Google App Engine but I am not
> > sure if it is appropriate.
>
> > I could really use some help from those knowledgeable about App Engine
> > to determine if it will fit my needs. If so, I need to find a
> > developer to work with. My company has a modest budget for initial
> > development. We would be really happy if we could have a "proof of
> > concept" application running by the end of 2010. Does anyone know who
> > I could talk to or where I might start to achieve this?
>
> > Thanks in advance,
>
> > Rob
>
> > --
> > 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-appeng...@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.
>
> --
> Ikai Lan
> Developer Relations, Google App Engine
> Twitter:http://twitter.com/ikai
> Delicious:http://delicious.com/ikailan
>
> 
> Google App Engine links:
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-appengine?hl=en.- Hide quoted text -
>
> - Show quoted text -

-- 
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-appeng...@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: * TIME SENSITIVE * Capabilities API is not working during downtime

2010-05-05 Thread Greg
*** SECONDED ***

Well done to the team for the shorter than usual maintenance outage,
BUT COME ON GUYS... our customers and their customers get 500s instead
of the outage message - I'm livid.

We try to manage customer expectations about these outages to limit
the damage they do. We send out warning emails to customers, and then
show an outage message explaining what is going on (and that they were
warned about it). Except our customers get server errors, and we look
like LEMONS.

Now we're going to have to go away and write our own capabilities
test, because we can't trust yours. And if we can't trust the
capbilities API, it raises questions about what else we shouldn't be
trusting. Appengine is predicated on trust - users trust Google can
run the service better than we can.

I have no idea how the capabilities API works - it obviously isn't
automated, so I'm guessing someone forgot to change the settings. One
tiny task missed off the checklist - wait, you did have a checklist,
right? See how that one tiny task has got me questioning your whole
operation.

I love the Appengine concept. But for it to succeed, you have to win
trust, and to do that you have to get everything EXACTLY right. If you
don't have a seriously anal project manager running these maintenance
outages, get one.

-- 
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-appeng...@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] can't vacuum index

2010-05-05 Thread frogrod
i can't vacuum an index in error state i get

Deleting a composite index failed: ApplicationError: 1

appid: burningpickles

-- 
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-appeng...@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: Memcache not working

2010-05-05 Thread nickmilon
May be this is releavant ? :

Reminder: there will be a scheduled maintenance period for App Engine
TOMORROW, May 5th, at 1:00 PM Pacific Time (PDT) for up to one hour.
The datastore will be in read-only mode during this time period; all
datastore writes and transactions will throw an exception.

During this scheduled maintenance, memcache will also be disabled.
Calls to the memcache API will not throw exceptions but will instead
return False for set() calls and None for get() calls (just like any
other cache miss). In addition, memcache API calls will return
immediately during this period, without any additional latency.

-- 
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-appeng...@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: can't vacuum index

2010-05-05 Thread frogrod
the dashboard
ww_wwunit
type_ ▲ , level ▲
Serving
type_ ▲ , level ▼
Serving
type_ ▲ , origin ▲ , level ▲
Error

this is what i got for output

appcfg.py vacuum_indexes BurningPickles

This index is no longer defined in your index.yaml file.

kind: ww_wwunit
properties:
- name: type_
- name: origin
- name: level


Are you sure you want to delete this index? (N/y/a):

On May 5, 3:04 pm, frogrod  wrote:
> i can't vacuum an index in error state i get
>
> Deleting a composite index failed: ApplicationError: 1
>
> appid: burningpickles
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] Datastore related question - fetch random records

2010-05-05 Thread Ankur
Hello All,

I have a datastore related question. Here is the scenario:

* I am keeping a master table which has all the records and each
record has a unique id.
* For a given category (e.g.- male or female), I want to fetch N
random records from BigTable.

What are the ways to achieve this? I want true random numbers and not
in sequence. e.g. ids with 110,540,2111,6,4005,100 etc.

To make this problem a little bit more complex, I want to fetch N
random records for multiple categories. Few examples:

* Select N random records where category=male AND location=london
* Select N random records where category=female AND location=seattle
AND category=celebrity  (if the solution for this use case it complex,
then I can ignore it for the time being)

Any ideas from GAE community will be very helpful.

Thanks,
Ankur


-- 
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-appeng...@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: Tasks queues not working?

2010-05-05 Thread dan
Tasks started executing again just an hour or two.  So, we had an
unexpected, unexplained outage of about 8 hours in the ability to run
tasks, with no quotas exceeded and no error logs.  That sucks, but I
don't know how to find out any more about it.

Dan

On May 5, 11:34 am, dan  wrote:
> And no, none of our other quotas are exceeded. We are fully under
> quota.
>
> Dan
>
> On May 5, 11:31 am, dan  wrote:
>
>
>
> > Our tasks stopped running last night around 7pm pacific.
>
> > Currently tasks are piling up in our queues, although we are still
> > well under quota (API calls 0%, task count 4%, task bytes 8%).
>
> > However, it's only a certain type of task! That is, we have a common
> > task that is not running, but a rare task (hourly) that still is.
>
> > Is anyone else having weird problems with tasks executing from the
> > queue?
>
> > Dan
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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: can't vacuum index

2010-05-05 Thread frogrod
i found this in the admin logs

2010-05-05 15:22:39 frog...@gmail.com   Delete failed; attempting to
move 1 index(es) to Error   kinds=ww_wwunit
2010-05-05 15:22:39 frog...@gmail.com   Deleted 1 index(es)
kinds=ww_wwunit

On May 5, 3:18 pm, frogrod  wrote:
> the dashboard
> ww_wwunit
> type_ ▲ , level ▲
> Serving
> type_ ▲ , level ▼
> Serving
> type_ ▲ , origin ▲ , level ▲
> Error
>
> this is what i got for output
>
> appcfg.py vacuum_indexes BurningPickles
>
> This index is no longer defined in your index.yaml file.
>
> kind: ww_wwunit
> properties:
> - name: type_
> - name: origin
> - name: level
>
> Are you sure you want to delete this index? (N/y/a):
>
> On May 5, 3:04 pm, frogrod  wrote:
>
> > i can't vacuum an index in error state i get
>
> > Deleting a composite index failed: ApplicationError: 1
>
> > appid: burningpickles
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] can't delete entities, old versions from dashboard

2010-05-05 Thread frogrod
i can't delete any entities from the
blob store
data store
old application version

server error 500

Server Error

A server error has occurred.

Return to Applications screen »

-- 
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-appeng...@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] Index error -- vacuum error, too

2010-05-05 Thread Charlie
My app id is litl-developer-dev

First I got an error because I was missing the index for a query.

So, I added the index but that immediately caused an error and now the
index is in the Error state.

Trying to vacuum the index so I could perhaps recreate it, I also get
an error:

kind: forum_thread
properties:
- name: forum
- direction: desc
  name: latest_post_time

Are you sure you want to delete this index? (N/y/a): y
Deleting selected index definitions.
Error 400: --- begin server output ---
Deleting a composite index failed: ApplicationError: 1

-- 
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-appeng...@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] GWT with GAE Blobstore

2010-05-05 Thread Perugini
I am trying to use GAE Blobstore with GWT. I have changed the sample
they have online:

http://code.google.com/appengine/docs/java/blobstore/overview.html

I replaced the jsp page with a GWT page (below). I replaced the call
to "<%= blobstoreService.createUploadUrl("/upload") %>" with a RPC
call which is initiated by "controller.getUploadURL("/index").

However I am getting the following error:

SEVERE: [127300268044] javax.servlet.ServletContext log: Exception
while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException: Service method
'public abstract java.lang.String
net.compuroad.cerrado.client.data.DataAccessService.getUploadURL(java.lang.String)'
threw an unexpected exception: java.lang.NoClassDefFoundError: com/
google/appengine/api/blobstore/BlobstoreServiceFactory

at
com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:
360)
at
com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:
546)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:
166)

I have installed GAE SDK 1.3.3.1. Any ideas will be appreciated.

Thanks,

Wilson

//GWT page to upload the images:

public class ImagePage2 extends Page {

private String[] mediaList = {"Select
media","picture","video"};
private FileUpload upload = null;

private Controller controller = null;
private static CerradoConstants constants = null;

private  final FormPanel form = new FormPanel();
private VerticalPanel panel = new VerticalPanel();
private FlexTable table = new FlexTable();

private Button btnAddImage = new Button("Add Image");

private Button btnUpload = new Button("Upload");

private TextBox txtPropertyID = new TextBox();
private TextBox txtPropertyName = new TextBox();


/**
 * Constructor
 */
public ImagePage2(final Controller controller, final
CerradoConstants constants) {

this.constants = constants;
this.controller = controller;

// Create a FormPanel and point it at a service.
//form.setAction(GWT.getModuleBaseURL() +"Image");

// Because we're going to add a FileUpload widget, we'll
need to set the
// form to use the POST method, and multipart MIME
encoding.
form.setEncoding(FormPanel.ENCODING_MULTIPART);
form.setMethod(FormPanel.METHOD_POST);
form.setWidget(panel);


btnAddImage.addClickHandler( new ClickHandler(){

@Override
public void onClick(ClickEvent event) {
  upload = new FileUpload();
  upload.setName("uploadForm");
upload.setSize("450px", "25px");
panel.add(upload);
}

});

btnUpload.addClickHandler( new ClickHandler(){

@Override
public void onClick(ClickEvent event) {
   /***This call initiates the RPC and generates
the error **/
 controller.getUploadURL("/index");
}

});

   //the upload URL should come back from the RPC call
controller.getUploadURL("/index") using this listener
 
controller.getData().addPropertyChangeListener("uploadURL", new
PropertyChangeListener(){

@Override
public void propertyChange(PropertyChangeEvent
event) {
String path = null;
if (event.getNewValue()!= null){
path = (String )
event.getNewValue();

Window.alert("Upload URL:
"+path);
form.setAction(path);
form.submit();

}


}


});

panel.add(btnAddImage);
panel.add(btnUpload);

// Add an event handler to the form.
   form.addFormHandler(new FormHandler() {

  @Override
  public void onSubmit(FormSubmitEvent event) {



  }

  public void onSubmitComplete(SubmitCompleteEvent event)
{

Window.alert(event.getResults());
  }

@Override
public void onSubmitComplete(FormSubmitCompleteEvent
event) {
// TODO Auto-generated method stub

Window.alert(event.getResults());

}

});

   // Add a 'submit' button.
panel.add(new Button( "Submit", new ClickListener() {

  public void onClick(Widget sender) {


form.submit

[google-appengine] Re: Query with ancestor and JDO

2010-05-05 Thread Jaroslav Záruba
Did you get any answer please?
Also I wonder how can I query all items of a certain kind that do not
have a parent.

On Apr 16, 2:50 pm, timwhunt  wrote:
> In case my original post was too long and confusing, here's the basic
> question:
>
> How can I do a query in JDO to find entities that are a child of a
> given entity.
>
> I really hope someone can help!
>
> Thanks,
> Tim
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://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-appeng...@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] No 'Stay signed in' option for Google Accounts

2010-05-05 Thread Anders
When signing in to a GAE application with Google Accounts the 'Stay
signed in' option is only shown the first time a user signs in. For
consecutive sign ins the 'Stay signed in' option is missing. It would
be good IMO if the option was shown/available for all sign ins.

-- 
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-appeng...@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: GPL but not 'open'

2010-05-05 Thread Patrick Cornelißen
Hi!

2010/5/5 samwyse :
> Go read this:  http://en.wikipedia.org/wiki/Affero_General_Public_License
>
> The AGPL was designed to close a perceived application service
> provider "loophole" (the "ASP loophole") in the ordinary GPL, whereby
> when using but not distributing the software, the copyleft provisions
> are not triggered. The AGPL differs from the GNU GPL on which it is
> based in having an additional provision addressing use of software
> over a computer network. The additional provision requires that the
> complete source code be made available to any network user of the AGPL-
> licensed work, typically a Web application.

Well, Ebral wrote that it's GPL not AGPL.

> IANAL, but it's plausible that if one were to upload GPL software to a
> service provider, the provider would have a right to the source.  Then
> you'd just need to convince the provider to share the source with
> you.  Whether the App Engine crew would be willing and able to assist
> in this way is an open question.  I wouldn't hold my breath, however.

I doubt that, because it's your software that is running for you and
not for the service provider.
You have no contract with the service provider that grants him usage
of the software you are running.
It's the opposite in my opinion, which leads to the fact that the
service provider can't be considered
as "user" as the GPL means it.

But again, IANAL...

-- 
Mit freundlichen Grüßen,  // Bye,
  Patrick Cornelißen
  http://www.openprojectguide.org
  http://www.pcornelissen.de http://code.google.com/p/gloudy/

-- 
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-appeng...@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.