[appengine-java] Re: App Engine and Spring slow start up

2010-03-04 Thread Toby
Hi Robert, Indeed also without spring the start up is slow as hell. When I demo my GAE application I always feel ashamed when there is this big long pause to start it up. With all the buzz it is hard to justify that it is not my fault that the system is having this fault. I think that this is

Re: [appengine-java] Re: owned relationship ? - could it be a bug

2010-03-04 Thread aswath satrasala
Hello GAE team, Can you please look into this and let me know what is wrong in the test case. Similar tests fail are happening in my other test cases with similar relations. Thanks -Aswath On Mon, Feb 22, 2010 at 2:57 PM, aswath satrasala aswath.satras...@gmail.com wrote: I am creating two

[appengine-java] Re: Flash arcade game GAE based

2010-03-04 Thread Toby
Hi Ahmed, take a look at GraniteDS. It is a bit like blazeds with the ability to push and syncronize data between multiple clients. It uses a very efficient serialization and it runs on GAE: http://graniteds.blogspot.com/2009/04/graniteds-20-on-google-app-engine.html on server side you just need

[appengine-java] Re: Enable billing to avoid HardDeadlineExceededError?

2010-03-04 Thread Wong
Now I get this 500 error quite frequently. See the log below in Admin Console. I believe this is different from HardDeadlineExceededError problem (exceeded 30 seconds limit) as there wasn't any HardDeadlineExceededError exception logged in log. The site was accessed by one user, hence the

Re: [appengine-java] Re: Google Plugin for Eclipse 1.3 plans

2010-03-04 Thread Keith Platfoot
In case anyone on this thread missed announcement, the Google Plugin for Eclipse 1.3 preview is now available: http://groups.google.com/group/google-appengine-java/browse_thread/thread/460417b76e30c366/a7d8a913ef023878 Keith 2010/2/17 Miguel Méndez mmen...@google.com It has not been released

[appengine-java] Re: Google Plugin for Eclipse 1.3 Preview is now available

2010-03-04 Thread Keith Platfoot
Hey again, Just wanted to mention that to actually customize your project's WAR directory (enhancement bullet 1 in the announcement email), you'll need to navigate to Google Web Application in your project properties dialog. You can use any project-relative path as the WAR directory (e.g.

[appengine-java] Re: Forwarding a request to a external URL preserve IP - Can it be done?

2010-03-04 Thread mscwd01
I dont like bumping posts, but this has wasted far too much of my time now ;) Any help would be greatly appreciated. On Mar 3, 4:47 pm, mscwd01 mscw...@gmail.com wrote: Hey, Is there a method in which I can receive a request and then forward the same request to an external URL (not

Re: [appengine-java] FileUpload

2010-03-04 Thread bimbo jones
Hi, Using the blobstore you have to use a url generated with blobstoreService.createUploadUrl(/share) , if i try to upload multiple files will it work? or i need to generate a url for every file i try to upload? 2010/3/2 Diego Osse Fernandes penet...@gmail.com You can use google gears or flash

[appengine-java] Re: Eclipse hangs at startup, Ubuntu

2010-03-04 Thread Steven Jay Cohen
My WEB_INF folders are set to svn:ignore in Subversive, just an FYI. Would it help to use the Subversive plugin that ignores build folders? Subversive SVN JDT Ignore Extensions (Optional) (Incubation) The feature is useful for Java development because it allows to automatically interpret output

[appengine-java] Re: Eclipse hangs at startup, Ubuntu

2010-03-04 Thread Steven Jay Cohen
I can confirm this same behavior on my GWT projects not AppEngine. It's sporadic and can be addressed exactly as described in this post. I am using Eclipse 3.5.2 64bit, Mac OSX 10.6.2, GPE, Subversive, and PDT plugins. Steven -- www.stevenjaycohen.com On Mar 2, 11:17 am, Rajeev Dayal

[appengine-java] It is working on the local machine but moving to App engine, it fail to worked!!! Using Spring.

2010-03-04 Thread airwolf
I am using SimpleFormController and mine initBinder include all the Data Type. Please help. I spend three month working on the project and now unable to deploy to app engine. @Override protected void initBinder(HttpServletRequest request,

[appengine-java] Re: Spring breaks in GAE 1.3.1 - ClassPathXmlApplicationContext - Security Constraint

2010-03-04 Thread Sarath
It is failing in some bean conversion during (auto)wiring. I would check bean definitions and dependencies. On Mar 4, 7:00 am, niraj njun...@gmail.com wrote: My app seems to be getting an Error in Loading Spring. Note the exception below. Conditions: 1. The Code works fine in Local

Re: [appengine-java] Programmatically schedule cron jobs

2010-03-04 Thread Ikai L (Google)
Not at the moment. You'll want to add this issue to our issue tracker: http://code.google.com/p/googleappengine/issues/list?q=cron On Wed, Mar 3, 2010 at 7:04 PM, Thomas Oldervoll thomas.olderv...@gmail.com wrote: Is there a way to programmatically schedule new cron jobs, preferably using the

Re: [appengine-java] Deploying JavaFX application on Google App Engine for Java

2010-03-04 Thread Ikai L (Google)
Configuring static resources is done via the standard servlets web.xml file: http://code.google.com/appengine/docs/java/config/appconfig.html I'd try a search on Google for web.xml and static - there should be plenty of examples. On Wed, Mar 3, 2010 at 10:12 PM, Sanjeev Singh

Re: [appengine-java] Deploying JavaFX application on Google App Engine for Java

2010-03-04 Thread Toby Reyelts
On Thu, Mar 4, 2010 at 1:30 PM, Ikai L (Google) ika...@google.com wrote: Configuring static resources is done via the standard servlets web.xml file: http://code.google.com/appengine/docs/java/config/appconfig.html I'd try a search on Google for web.xml and static - there should be plenty

[appengine-java] Re: Receiving Email: url-pattern problem

2010-03-04 Thread Dimedrol
Thanks for answer, but - no luck. Here is my mapping: servlet-mapping servlet-nameRegmailParser/servlet-name url-pattern/string*/url-pattern /servlet-mapping 03-04 11:00AM 48.321 /_ah/mail/str...@appid.appspotmail.com 404 12ms 0cpu_ms 0kb 0.1.0.20 - - [04/Mar/2010:11:00:48 -0800] POST

Re: [appengine-java] Deploying JavaFX application on Google App Engine for Java

2010-03-04 Thread Sanjeev Singh
thanks will try doing it .. will let you know the result folks .. Thanks, Sanjeev On Fri, Mar 5, 2010 at 12:21 AM, Toby Reyelts to...@google.com wrote: On Thu, Mar 4, 2010 at 1:30 PM, Ikai L (Google) ika...@google.com wrote: Configuring static resources is done via the standard servlets

Re: [appengine-java] Re: Receiving Email: url-pattern problem

2010-03-04 Thread Ikai Lan
I meant this: servlet-mapping servlet-nameRegmailParser/servlet-name url-pattern/_ah/mail/string*/url-pattern /servlet-mapping Had a typo in last email. On Thu, Mar 4, 2010 at 11:04 AM, Dimedrol zaharov.i...@gmail.com wrote: Thanks for answer, but - no luck. Here is my mapping:

[appengine-java] A user need to be register to gtalk to send a message to a XMPP App engine application?

2010-03-04 Thread nicolas melendez
Hi There, i have a small question: I user need to be register in gtalk to send a message to a XMPP App engine application? Thanks! NM -- 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

Re: [appengine-java] Sporadic problems with very high response times

2010-03-04 Thread Ikai L (Google)
Michael, (Molson from the IRC office hours?) Some small percentage of your application's requests will always be loading requests, as this is us spinning up a new instance of your application to either grow for capacity or tearing down your instance and putting it back up as resource allocation

[appengine-java] java security exceptions from previously working app

2010-03-04 Thread bgood
I just reuploaded an app that I is working locally (and has been working fine live for a while) and I'm getting two different security related errors in different areas of the app. java.lang.SecurityException: Unable to get members for class ... and java.lang.SecurityException: SHA1 digest error

Re: [appengine-java] how to encrypt a blob before uploading via blobstoreservice

2010-03-04 Thread Ikai L (Google)
Any encryption would have to be done client-side, which means you'd likely have to do one of the following: - Encrypt using Flash or some other rich client (Desktop, JavaFX, others) - Encrypt using JavaScript Note that the trick here is that you need to think of a mechanism by which you can keep

[appengine-java] JDO Level2 Cache setup for dummies

2010-03-04 Thread Frederik Pfisterer
Hi Folks, I am new to using a cache and have a hard time setting up the cache for JDO. Also searched the web and this group but didn't find any help, so maybe someone can give me a pointer or help me out. Here is what I did so far: 1. added datanucleus-cache-2.0.0-release.jar to the buildpath,

Re: [appengine-java] Forwarding a request to a external URL preserve IP - Can it be done?

2010-03-04 Thread Jeff Schnitzer
The short answer is no, this is not possible. It's not an appengine issue, IP networks just don't work that way. Jeff On Wed, Mar 3, 2010 at 8:47 AM, mscwd01 mscw...@gmail.com wrote: Hey, Is there a method in which I can receive a request and then forward the same request to an external URL

[appengine-java] Re: JDO Level2 Cache setup for dummies

2010-03-04 Thread Frederik Pfisterer
Here is a useful resources for anyone interested in this thread: http://www.datanucleus.org/products/accessplatform_1_1/jdo/cache.html On 4 Mrz., 21:20, Frederik Pfisterer pfiste...@gmail.com wrote: Hi Folks, I am new to using a cache and have a hard time setting up the cache for JDO. Also

[appengine-java] Re: Programmatically schedule cron jobs

2010-03-04 Thread Locke
Try using a one-minute cron job that polls the datastore. -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: Performance Issues

2010-03-04 Thread Locke
They've made it clear that they care, they just haven't come up with a solution for Java initialization delays yet. App Engine for Python really does make the web faster. The problem is that they released their Java version before coming up with a way to either keep Java apps loaded or to load

[appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Locke
On Mar 3, 2:05 pm, Guillermo Schwarz guillermo.schw...@gmail.com wrote: landing page This is a solution to Java load latency like getting drunk until you pass out is a solution miserable loneliness. Hopefully Google will provide us with a new metaphorical girlfriend before our livers go out...

Re: [appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Guillermo Schwarz
LOL I just saw an application which loaded very fast, but the dynamic content took almost 8 secs to load. It wasn't pretty, you are correct about that. I wonder if the datastore API calls were correctly done, because my app takes 8 secs to load the very first time, and from then on it is pretty

Re: [appengine-java] Sporadic problems with very high response times

2010-03-04 Thread Stephan Hartmann
Hi Ikai, i wonder what exactly happens in a loading request before the first component (piece of code) of an app is hit? In my case it is a ServletContextListener and the time between the first log entry of the container for the request and the the log entry from my contextInitialized method

[appengine-java] Policy prevented put operation during stress testing

2010-03-04 Thread Jon Blower
Hi, I have a GAE-J application that involves requesting dynamically- generated images. The application has fairly high latency (~1s per request). I'm stress-testing the application using JMeter, hitting GAE with four simultaneous threads, each looping through a fixed set of requests. I get a

[appengine-java] Re: java security exceptions from previously working app

2010-03-04 Thread bgood
It looks like the problem for both errors was that I had a dependent class from jdom.jar that was not included when I deployed the app. My bad, bizarre though. It was there on my classpath in eclipse, was there in my WEB-INF/LIB folder and the application worked fine locally. The only clue in

[appengine-java] Re: Sporadic problems with very high response times

2010-03-04 Thread Michael
Hi Ikai, Yes, that was me who turned up at office hours last night. Thanks for the response, both then and now. I've gone ahead and starred the issue you noted; it's an interesting proposal. I understand the need for loading times, but I have a question as to how this scales. Presumably, the

[appengine-java] Re: JDO Level2 Cache setup for dummies

2010-03-04 Thread datanucleus
GAE/J does not (yet) support DN 2.x -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: java security exceptions from previously working app

2010-03-04 Thread bgood
To conclude my discussion with myself. After re-installing a new eclipse and fresh plugin the final answer here is that the error actually looks like it was caused by an old version of jdom. Replacing it with the jdom1.1 jar is what solved the problem. No idea why GAE doesn't like old jdom but

Re: [appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Jeff Schnitzer
On Thu, Mar 4, 2010 at 1:54 PM, Robert Lancer robert.lan...@gmail.com wrote: You should join me in commenting on every pro google article on techcrunch (they're all pro google), im basically accusing them of being google suck ups for totally missing the app engine outage. this is prob the

[appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Locke
On Mar 4, 6:51 pm, Jeff Schnitzer j...@infohazard.org wrote: THE COLD START PROBLEM WILL NEVER BE SOLVED. ... Yes, Google could give you the option to pay for a warm instance, but it will only reduce - not eliminate - cold start times. Users will still see them when you redeploy your app,

[appengine-java] NullPointerException while persisting a new entity

2010-03-04 Thread dantuluri
Hi, My app was working fine and I made few changes. Suddenly, it cannot create new entities any more. It can modify the existing entities. I reverted my changes back to where it was. Problem doesn't go away. This is in the local environment. I deleted the data file. New data file is created

[appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Robert Lancer
Locke well said again! I did totally miss that TC article, my bad. But seeing Google exces walk around telling the world how fast they are makes me mad! Have you seen Google's new home internet service? Google execs need to be called out more publicly on this hypocrisy. The main reason I bought

Re: [appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Jeff Schnitzer
On Thu, Mar 4, 2010 at 4:34 PM, Locke locke2...@gmail.com wrote: Really? Are you absolutely certain that it is technically impossible to spin up an app *before* handing it over to users? Are you confident that the laws of physics prohibit spinning up new instance of apps in the background

[appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Robert Lancer
Jeff please watch this http://www.youtube.com/watch?v=aXJklICrFJI On Mar 4, 9:16 pm, Jeff Schnitzer j...@infohazard.org wrote: On Thu, Mar 4, 2010 at 4:34 PM, Locke locke2...@gmail.com wrote: Really? Are you absolutely certain that it is technically impossible to spin up an app *before*

[appengine-java] Java bulkloader

2010-03-04 Thread keyurva
I understand that the official docs for the Java bulkloader are currently being worked on. In the interim is it possible to get any kind of sample code that we can look at? Thanks, Keyur -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

Re: [appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Jeff Schnitzer
On Thu, Mar 4, 2010 at 6:31 PM, Robert Lancer robert.lan...@gmail.com wrote: Jeff please watch this http://www.youtube.com/watch?v=aXJklICrFJI That reinforces my opinion that the GAE team should spend less time focusing on cold starts and worry more about datastore latency, which affects *every*

[appengine-java] Unit testing Servlets

2010-03-04 Thread legendlink
hi, its really nice that there is local unit testing of datastore and other google implemented apis. i've been able to test it without problems. but i also wanted to test my servlets. i tried using cactus and included libraries of cactus in my project. and added the required web.xml servlet

[appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread Robert Lancer
Jeff, The cold start was just one example, app engine has a whole range of problems which need to be addressed and I openly support paying more money for better performance, there is a big difference between production apps and just for fun apps. What sort of spatial queries are you looking to

[appengine-java] Re: Unit testing Servlets

2010-03-04 Thread legendlink
by the way, the error is ExceptionInInitializerError at org.apache.cactus.server.runner.ServletTestRunner.run(ServletTestRunner.java: 297) ... caused by: java.security.accesscontrolexception: access denied (java.io.filepermission dir\junit.properties read) i guess it is impossible to use cactus

Re: [appengine-java] Re: Made a Facebook Page For App Engine For Java Issues

2010-03-04 Thread John Patterson
Although latency affects everybody I get the sense that there are many who are hit by the frequent cold starts to a much greater degree of severity. So much so that it is a show-stopper for them on GAE. Perhaps the problem could be solved early in the development process by strongly