[appengine-java] for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Chun
Hi, I'm working with an application on twitter data, which needs about 600 data files stored in the war directory. Now I'm encountering such a problem while uploading my application to the engine: Unable to update: java.io.IOException: Applications are limited to 15000 bytes of resource

[appengine-java] Deploy GAE from Eclipse will cause Unable to update: java.net.SocketTimeoutException: connect timed out

2011-03-16 Thread johannes.hoe...@googlemail.com
Hi, If I try to deploy a (from the GWT plugin created) example I always get the following exception: - Unable to update: java.net.SocketTimeoutException: connect timed out at

[appengine-java] Re: Deleted APP, recover app ID

2011-03-16 Thread IvanRdz
ANY RESPONSE FROM GOOGLE. On 15 mar, 16:52, IvanRdz ivan.rd...@gmail.com wrote: Here is the link to the billing issues formhttp://code.google.com/support/bin/request.py?contact_type=AppEngineB... On 15 mar, 16:37, IvanRdz ivan.rd...@gmail.com wrote: I found this answer on other post.

[appengine-java] Re: for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Simon Knott
Hi, The restrictions around your deployed application can be seen at http://code.google.com/appengine/docs/java/runtime.html The maximum size of your deployed WAR has to be 150MB, as far as I'm aware it's not a quota which can be increased. Cheers, Simon -- You received this message because

[appengine-java] Re: Deleted APP, recover app ID

2011-03-16 Thread IvanRdz
From Google GAE doc, : How can I delete my app? [...] Even after your application is deleted, its appid is reserved. AND WHAT? My appid is reserved? WHERE? HOW? Please help. On 14 mar, 14:41, IvanRdz ivan.rd...@gmail.com wrote: Hello, I deleted myapp5 days ago (due to HR datastore

[appengine-java] Re: Unable to connect to repository http://dl.google.com/eclipse/plugin/3.6/content.xml

2011-03-16 Thread Sergey Kiselev
On 16 мар, 03:22, Ikai Lan (Google) ika...@google.com wrote: I haven't reproduced this, but wget returns weird errors for that .xml URL. I'm escalating this. don't work :( http://dl.google.com/eclipse/plugin/3.6/content.xml (open) -

[appengine-java] Re: for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Didier Durand
Hi, In order to achieve your goal is the quota limit cannot be changed, may I suggest though that you still update your file to the datastore to serve them back to your clients. You would not serve them from datastore but upload them into memcache (all at startup or 1 by 1 on 1st use) and serve

[appengine-java] jetty java.lang.IllegalStateException: STREAM

2011-03-16 Thread Mark Harrison
Hi, can you explain why jetty is returning a java.lang.IllegalStateException: STREAM? Is this a known issue? Is there something wrong with my code that is causing the issue? Does this happen on other implementations of Jetty I am using the Java Environment with Google App Engine 1.4.2 with

[appengine-java] Re: Deleted APP, recover app ID

2011-03-16 Thread IvanRdz
Ikai, Nick... please help On 16 mar, 10:46, IvanRdz ivan.rd...@gmail.com wrote: From Google GAE doc, : How can I delete my app? [...] Even after your application is deleted, its appid is reserved. AND WHAT? My appid is reserved? WHERE? HOW? Please help. On 14 mar, 14:41, IvanRdz

[appengine-java] New Mac Java Update, Now Dev Server Stops After ACK Running

2011-03-16 Thread Mike Dillon
My mac just went through series of updates, including a java update. I used to be able to run my dev appengines perfectly on it. Now after 'ant runserver' and it successfully processes everything I get the message, The server is running at http://localhost:; it then stops and ant says BUILD

[appengine-java] Re: New Mac Java Update, Now Dev Server Stops After ACK Running

2011-03-16 Thread Jay Young
https://groups.google.com/forum/#!topic/google-appengine-java/WiImnzVb9Fo -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group,

[appengine-java] Re: New Mac Java Update, Now Dev Server Stops After ACK Running

2011-03-16 Thread Mike Dillon
Thanks, I searched and searched before I posted this. Sorry about that. On Mar 16, 12:55 pm, Jay Young jayyoung9...@gmail.com wrote: https://groups.google.com/forum/#!topic/google-appengine-java/WiImnzV... -- You received this message because you are subscribed to the Google Groups Google App

Re: [appengine-java] Re: Deleted APP, recover app ID

2011-03-16 Thread Ikai Lan (Google)
We can't give you back your application ID. It's gone. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Wed, Mar 16, 2011 at 9:03 AM, IvanRdz

Re: [appengine-java] Re: Deleted APP, recover app ID

2011-03-16 Thread Ikai Lan (Google)
Actually, that's not true. We can *undelete* your application. Please open a billing ticket. Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine On Wed, Mar 16, 2011

[appengine-java] Re: for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Cyrille Vincey
If your app is gwt-based, you can reduce the size of your resources by reducing the number of permutations. Gwt compiles one specific final resource package for each permutation (e.g: 5 browsers x 3 locales 15 permutations). This might lead to very heavy resources. See either

Re: [appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread Ikai Lan (Google)
Thanks for answering, Didier (I notice you've answered this question several times in the past). I feel like I should add this to the FAQ ... Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit:

[appengine-java] Re: Unable to update app (Error 400)

2011-03-16 Thread Cyrille Vincey
Facing the same problem (error 400). Maybe I did the same super stupid error as you did. What did you do ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com.

Re: [appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread romesh soni
Hi Didier, Thanks for your time and suggestions. Though before posting, I searched on Google to find the answer but did not find any reference :(. I thought the dev server means app engine support for local machine. Okay, I will use jetty for running the google app engine application I am

Re: [appengine-java] for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Jeff Schnitzer
You may have an application which just doesn't fit into GAE's model. If these are just data files, consider storing them on S3 or some other cloud file system. Jeff On Tue, Mar 15, 2011 at 11:43 PM, Chun sei.guoc...@gmail.com wrote: Hi, I'm working with an application on twitter data, which

Re: [appengine-java] Re: for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Chun Guo
Thanks for your advice. But I want to know the difference between loading the records into the main memory and loading the records into the memory cache. An other question is, both of the two approaches will consume a lot of time, but the performance of the former is still questionable. Expecting

[appengine-java] how to persist a list of bytearray?

2011-03-16 Thread Tao
Hi, I have an object with a field like this: private Listbyte[] attachments = new ArrayListbyte[](); How can I annotate it and let JDO(from GAE) to persist it? Thanks in advance! Tao -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] Re: for the problem Applications are limited to 150000000 bytes of resource files

2011-03-16 Thread Didier Durand
Hi, the big difference between memcache and loading to memory as you say is that the memcache is automatically replicated for you across the jvm automatically started by gae. You can load yourself in memory by (for example) using a singleton as the anchor point for a data structure (probably a

[appengine-java] Re: running app engine application totally on local environment

2011-03-16 Thread Didier Durand
Hi, About your second question, you'll be able to upload on the gae cloud. What I would do: in you data access layer, I would put some interceptor code that will record all changes in real time and push them to the gae cloud as soon as you have a connection (you say that internet access is shaky

[appengine-java] Re: Cannot Install Ecipse Plug-in

2011-03-16 Thread Wei Zhao
Glad I found this post, the key is that after enabling the webtools, restart the eclipse to install GPE like Jason described: Help Install new software Click on the 'Available Software Sites' hyperlink Scroll down to the URL of http://download.eclipse.org/webtools/updates;, select this and