Thanks alot
On Sun, Nov 14, 2010 at 10:15 PM, Jonas Gehring wrote:
> This error comes when the gwt didn't compile the type. Try to add
> these method in the Service-Class:
> com.example.chat.shared.Message
> compileMessage(com.example.chat.shared.Message x);
>
> In the ServiceImpl-Class, just re
I've been using Google Talk and thought you might like to try it out.
We can use it to call each other for free over the internet. Here's an
invitation to download Google Talk. Give it a try!
---
Jin Tie wants to stay in better t
Hello,
I am trying to get started using AppEngine.
I have been reading many of the articles about implementing an MVP
design pattern,
I think that I can handle most of this once I get started with my
basic design.
I would like to create a site with three pages (all done with HTML
pages).
HomePag
Good Morning,
Thankyou for the fast response.
I will take a look at the example.
I had just come back to put the address of the site so people could
see what I would like, I do not always explain very well.
https://rrrsystems-demo-vamv05bnm5.appspot.com
Thanks again,
Raney
--
You received th
Still getting deployment timeouts.
On Nov 15, 6:43 am, Takashi Matsuo wrote:
> We've just fixed this issue. It should be OK now. Please let me know
> if you still see the issue.
> We'll investigate the case in detail, and post an update here.
>
> Sorry about the inconvenience and thanks for the p
I've tried with various apps, application deployments are getting
timeouts for all apps.
On Nov 15, 2:55 pm, dflorey wrote:
> Still getting deployment timeouts.
>
> On Nov 15, 6:43 am, Takashi Matsuo wrote:
>
>
>
>
>
>
>
> > We've just fixed this issue. It should be OK now. Please let me know
>
You can paste in multiple email addresses into the box.
On 15 November 2010 06:57, Terry wrote:
> Hi guys,
> I've recently created a Google Group myself, and I was planning to
> invite all of my friends to this group. But I'm really getting crazy
> because I have to add their email address one by
My site doesn't have too much traffic, but now and then I see this warning:
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,
>From what I can tell this error occurs quite frequently when the load
of the app changes.
If you have very low load for a couple of minutes and then get
multiple requests, you'll most likely get some 500ers.
App engine works ok if the load is constant over a longer period of
time.
(At least no req
Hi Will,
Don't now if this helps, the error request is stored in the error log,
from there you can restore you eventual data loss.
gr
wim
On Mon, Nov 15, 2010 at 3:52 PM, Will wrote:
> My site doesn't have too much traffic, but now and then I see this warning:
>
> Request was aborted after waiti
Thanks for your advice, but I'm in fact just interested in that if there
exists a way to make this by a software or some pieces of code, you know, we
may do this by simulate HTTP requests or things like that, so I just want to
find out a correct way to realize this.
2010/11/15 Barry Hunter
> You
Hi Will,
Here are a few of my thoughts and suggestions.
The datastore will occasionally have spikes in latency / error
rates, for reasons outside of your apps control. Your best bet for
dealing with periods of increased latency is to optimize your
requests. It sounds like you have a good han
I do not think there is an official groups API.
http://code.google.com/p/gdata-issues/issues/detail?id=27
You might ask in some other group too, maybe there is a groups-group. ;)
Robert
On Mon, Nov 15, 2010 at 11:43, terry lee wrote:
> Thanks for your advice, but I'm in fact just intere
Chris,
I really appreciate the information, but I would like to hear from
Google about this bug.
Q1. Are you going to fix this bug in near future?
Q2. Do you have any suggested way to work-around this bug, which won't
cause compatibility issue in future when you fix this bug?
Satoshi
On Nov 13,
I am in a similar boat. I cannot access the dashboards (500 Server
Error) and cannot deploy my application, just stalls on "Initiating
Update" for ages then I get
Error 401: --- begin server output ---
Must authenticate first.
--- end server output ---
If deploy fails you might need to 'roll
Everyone is having this problem it seems. API down?
hopefully we hear an update on this issue soon.
for the record my output:
./appcfg.py:42: DeprecationWarning: the sha module is deprecated; use
the hashlib module instead
os.path.join(DIR_PATH, 'lib', 'django'),
/home/Locke/GAE/google/appeng
I've read that past versions of appengine made minor version numbers
available via the URL (ie. major.minor.app-id.appspot.com). This is
no longer available and I understand why, but what's the purpose of
having the "latest" indication in the URL now that minor versions are
no longer available?
T
I think the app engine API is down. I spent the better half of the
last 2 hours trying to debug my code, app engine and everything else.
i had no other system to test on so i didn't know it wasn't just my
laptop with the issue.
On Nov 12, 12:09 pm, Daniel wrote:
> I'm having this problem as well.
I got the same problems using the blobstore. All I want is uploading
files to the blobstore using AJAX(-like) functionallity. I tried
http://valums.com/ajax-upload/ and http://jquery.malsup.com/form/#file-upload
both javascript plugings for jQuery. All works fine in the dev
environment, but in prod
Got finally the Admin console running!
--
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...@googl
Admin console is also running!
On Nov 15, 7:16 am, Greg Tracy wrote:
> I too am getting 500 errors on app uploads...
--
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.
T
Thanks for the help.
I'm using Python 2.5 and Django Template 1.1 on app engine
I can't seem to move down the dir tree for inserting of html files
using {% include "file" %} statement
Works just fine to any where up the tree, i can go up 3,4 levels just
fine, but can not go down even 1 {% includ
Hi,
I'm new to web development, and particularly python development, so
please forgive any obvious mistakes that I've made. Any help would be
greatly appreciated.
I'm trying to use webapp-improved (http://code.google.com/p/webapp-
improved/) on my local Windows Vista system. The results I'm getti
You have to do the serialization by yourself and send your message as
a String.
--
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 ema
hi, everyone.
i code this to fetch something:
#fetch
try:
src_response = urlfetch.Fetch(self.url, self.request.body,
self.method,
headers, True, False)
except urlfetch.InvalidURLError, ex:
msg = "invalid url:
Hi,
I don't have a cell phone - Is it possible to get verification code by any
other means than SMS ?
Uisng mail etc?
--
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.
T
Hi Scot,
Did you python setup install from the map where you unpacked webapp2?
ImportError: No module named webapp2, seems python can't find webapp2
gr
wim
On Sat, Nov 13, 2010 at 8:54 PM, Scott Lewis wrote:
> Hi,
>
> I'm new to web development, and particularly python development, so
> please fo
https://code.google.com/intl/nl/appengine/kb/sms.html
look at sms issues
gr
wim
On Sat, Nov 13, 2010 at 10:37 PM, venugopal vasireddy
wrote:
> Hi,
>
> I don't have a cell phone - Is it possible to get verification code by any
> other means than SMS ?
> Uisng mail etc?
>
> --
> You received this m
Yes I see what you're saying. Map Reduce would bring over the whole entity
even though it isn't needed and would consume more CPU in fetching the
entity not just the key. Seems almost like it would be nice to have an
option of Map Reduce only handing off keys and leaving out the entity.
On Sun, No
In the Python MR libs, there is a DatastoreKeyInputReader input
reader. It looks like that is what's used to iterate over the
entities.
http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/ext/datastore_admin/delete_handler.py#148
Robert
On Mon, Nov 15, 2
In the Java SDK I think one could subclass the DatastoreRecordReader to do a
keys only query and return null for the entity value and use this class in
lieu of the normal DatastoreRecordReader when needed. Probably similar in
Python.
On Mon, Nov 15, 2010 at 11:47 AM, Robert Kluin wrote:
> In the
Raney, what is it exactly youneed assistance with? Do you just want
the "Launch" button to launch into a new page? or are you requesting
assistance in building the associated logic for the "Application"? To
have your button just open up a new page you could either use
javascript onClick, or make
I assume you have checked out the getting started guide already, but
since no one linked it yet:
http://code.google.com/appengine/docs/python/gettingstarted/
this will take you from nothing to "hello world".
On Nov 15, 1:30 am, Wim den Ouden wrote:
> http://code.google.com/p/relat/wiki/gaetips
>
Hi there,
I have gone through that tutorial, but as I mentioned i did miss the
key points, so right now I'm brushing up on python and am just
starting off with using python in conjuction with app engine.
Resources I've found helpful so far (I left out the ones that could
have been better):
For P
groups group ! I like that ;-)
On Nov 15, 6:59 pm, Robert Kluin wrote:
> I do not think there is an official groups
> API.http://code.google.com/p/gdata-issues/issues/detail?id=27
>
> You might ask in some other group too, maybe there is a groups-group. ;)
>
> Robert
>
>
>
>
>
>
>
> On Mon, Nov
Hello Ben,
I have a "Lauch" button that is not on the main page.
I would like to listen for the clickevent of this button and then
enter my application if it happens.
I do not think that I will have any problem with the code of the
"Launched Application" just how to get there is my problem.
If
Good catch. Right now it exists for backwards compatibility, but you don't
actually need it to access versions as of one of the recent releases. You
can get to a version at:
http://version.appid.appspot.com
We'll have to update our docs to reflect the change.
--
Ikai Lan
Developer Programs Engin
My jsp are quite simple too, and I've the same issue...
11-15 02:29PM 55.213 / 500 10097ms 0cpu_ms 0kb Mozilla/5.0 (Windows;
U; Windows NT 6.1; en-US) AppleWebKit/534.12 (KHTML, like Gecko)
Chrome/9.0.576.0 Safari/534.12,gzip(gfe),gzip(gfe)
78.233.233.13 - vincent.legendre [15/Nov/2010:14:30:05 -0
Hi Raney,
Maybe I am misunderstanding, but I would say (based on the
terminology you're using) you might want to find yourself an HTML
tutorial.
Here is some basic information on how you can make a button open a link:
http://www.javascriptkit.com/howto/buttonr2.shtml
Robert
On Mon,
Hi folks, I am trying to determine if this is a Google bug or not.
I have images stored in the blobstore and use get_serving_url() to get URLs
to them. These URLs always have a least one equals sign (=). If the sign
is encoded as %3D, then the images service returns 404.
Example:
Works:
http:/
Hello Robert,
I do not seem to be explaining myself very well, as usual.
I think that I have a fair understanding of HTML basics.
I have coded, complied and deployed three pages to an AppEngine
Address:
https://rrrsystems-demo-vamv05bnm5.appspot.com
https://rrrsystems-demo-vamv05bnm5.appspot.co
Could Gtalk provide the html button to trigger it ?
Best Regards
Tom
2010/11/15 Jin Tie
> I've been using Google Talk and thought you might like to try it out.
> We can use it to call each other for free over the internet. Here's an
> invitation to download Google Talk. Give it a try!
>
>
Hello Robert,
I think that I have the basics of HTML down ( you can view the
source).
I have a harder time explaining what it is that I am trying to do.
I have defined and coded the three HTML pages and deployed them to:
http://rrrsystems-demo-vamv05bnm5.appspot.com
The Site and the HTML pages
Maybe you can try to replace as:
http://lh4.ggpht.com/n6Tg_8uEu-nS_5ugZ4L5FpFwZ4koEozGfgpo3B84hjxcGRENdX31xzW_r7lD2u7lEd99hxn7jiRULxKA4D8?s=400
--
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-appe
Hi Raney,
I may be showing my own ignorance here, but I don't think I've ever
heard of "onLoadModule"? You might want to mention if you are using
Python or Java, and if you are using anything like GWT, Flash / Flex,
Silverlight, or a Java applet.
The typically way to 'enter' your application
Thanks for the responses.
Transferring the failed uploads to task queue sounds very attractive for my
case (a win32 client app uploading data). I'll take a closer look.
Bests,
Will
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post
hi all,
How import datas to BigTable from my local mysql ?
--
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-appengi
hi all.
How import datas to BigTable from my local mysql ?
--
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-appengi
You've got a few good options. Check out:
http://code.google.com/appengine/docs/python/tools/uploadingdata.html
Although, I generally find it easier to write my own 'services' for
importing data.
Robert
On Mon, Nov 15, 2010 at 22:31, YF CAO wrote:
> hi all,
> How import datas to BigTab
I also got a 500 error when using CaptionTube.
--
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.
I am getting a similar error, very frustrating...
-g.
On Nov 9, 2:47 pm, Erik wrote:
> I have also been getting constant deployment errors with Java
> deployment for the past couple days, seems like something is funny on
> the google side, don't think my connection is flaky:
>
> Nov 9, 2010 7:18
51 matches
Mail list logo