[appengine-java] min. charge under new pricing

2011-09-05 Thread senderj
I read many here trying to keep their apps free by reducing instance and storage. But I think I read the FAQ of the new pricing that there is a min of $9 per app. So as long as I own an app, even if it is totally idle (no request at all), I still need to pay $9? Or I misunderstood the paragraph?

[appengine-java] sending pdf

2011-09-05 Thread Vik
Hie Has anyone successful in creating a pdf on the fly and email it on GAE ? I tried previously suggested solutions but nothing works. Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are subscribed to the Google Groups

[appengine-java] Strange datastore exception

2011-09-05 Thread Daniel Florey
Anybody seen this exception before? Thanks for your help, Daniel Caused by: java.lang.IllegalArgumentException: app s~floreysoftucm cannot access app floreysoftucm's data at com.google.appengine.api.datastore.DatastoreApiHelper.translateError(DatastoreApiHelper.java:36) at

[appengine-java] Re: threads per instance (Java)

2011-09-05 Thread James Cooper
Thanks John, that's the sort of thing I was looking for. -- James -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/qAolzIBZiZsJ. To

[appengine-java] Re: URLFetch Http Method DELETE returns http response 400

2011-09-05 Thread Simon Knott
You may want to raise a Production issue, if this is happening after you've deployed the code: http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To

[appengine-java] Re: URLFetch Http Method DELETE returns http response 400

2011-09-05 Thread Nischal
Anything on this? The end URLs are facebook graph API urls. When I use the apache library, the DELETE method works fine but URLFetch is returning error code 400. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this

[appengine-java] Re: URLFetch Http Method DELETE returns http response 400

2011-09-05 Thread Nischal
Haven't tried it on production yet, but it isn't working in development... Let me try and see if I get the same error in production as well... -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] The JavaScript file is not found to the JSF2 application that has been deployed

2011-09-05 Thread Minehiko Ohya
Even if the application that works normally in the local is deployed to the App engine of Google, it doesn't work normally on the server. I found that the up-loaded JavaScript file wasn't found from the log of the Administration Console, and that it didn't work normally. Please inform me if you

[appengine-java] The *real* cost of the billing changes

2011-09-05 Thread James Briant
The real cost: *My professional credibility.* That is something that is of immeasurable value and is now in the toilet. I do not see how it is recoverable and the loss to me is far beyond the not-inconsequential costs of migrating to EC2, Heroku (oh look, it runs java as a few days ago),

[appengine-java] New free Datastore backup tool announcement

2011-09-05 Thread Eli
Hello all! I'd like to introduce you to our newly released App Engine Datastore backup tool: DatastoreBackup. We all wanted it for a long time. Get it at: http://www.datastorebackup.com It can do incremental backups, compression and lots more. Go get it! Eli, http://www.datastorebackup.com --

[appengine-java] Re: Loading requests timeout with DeadlineExceededException while reading classes

2011-09-05 Thread Eugene Goncharov
We've get the same issue today on our app engine application. Currently we can see a lot of DeadlineExceededExceptions during the startup of app engine instances. Is there any news on how to resolve it? -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] how to sighn in google account with eclipse plugin??

2011-09-05 Thread justniik
hi sir this is nikesh, when i want to sign in google account with eclipse plugin showign some error *an error occured while trying to sign in: 400 bad request.see the error log for more details.. this is my error log* !ENTRY com.google.gdt.eclipse.login 4 0 2011-09-01 00:34:54.819

[appengine-java] Access to gmail

2011-09-05 Thread Wojciech Mąka
Is there any way to read messages from gmail in GAE ? why there is no appropriate API for that ? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] how to deploy apps on google apps engine??

2011-09-05 Thread justniik
Hi this is justniik, i'm try to deploye my apps on terminal...in ubuntu... but it can't deploye showing some error.. thank you.. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] Problem ClassNotFoundException

2011-09-05 Thread Guilherme Souza
Hi Guys, I've starting to study GAE and i was following the steps and when i runed the hello world at tomcat, i get the ClassNotFoundException. My question is, What directory i must create my aplication? I've created at /var/lib/tomcat6/webapps. Tks for help :) -- You received this message

[appengine-java] No able create local_db.bin anymore

2011-09-05 Thread Arthas Woon
Hi, Some one pls help, my gae local server now not able create the local_db.bin anymore... previously is running well, but after i try delete the local_db.bin and the xml, now every time startup and will show the message : ...appengine-generated\local_db.bin, does not exist. It

[appengine-java] Writing test-classes with jdo

2011-09-05 Thread mr.dc
I'm currently trying to create a test class but somehow it fails. Here is a little example: PersistenceManager pm = getPersistenceManagerFactory().getPersistenceManager(); pm.currentTransaction().begin(); UserJDO userj = new UserJDO(); userj.setKey(dummy);

[appengine-java] How to send an attachment?

2011-09-05 Thread yangyang
I have following the sample code, and it works somehow. But not as I expected: (dummy code are omitted.) Multipart mp = new MimeMultipart(); MimeBodyPart attachment = new MimeBodyPart(); byte[] attachmentData = htmlh1hello

Re: [appengine-java] Re: Loading requests timeout with DeadlineExceededException while reading classes

2011-09-05 Thread Eugene Goncharov
I've tried to jar all the classes from WEB-INF/classes folder, but the exceptions still there. For now I've come to the situation where I have no instances up and running because even one instance cannot start. -- You received this message because you are subscribed to the Google Groups

[appengine-java] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread kt
Hi, Here is my situation: 1. Store an entity with 5 properties. 2. Update one property of an entity by looking up the entitiy using it's key. 3. Now search the database for all saved entities using a property based search. When I look at the property I updated in step 2 in the same entity

[appengine-java] can we use jxl in google app engine application?

2011-09-05 Thread Sawan Darekar
can we use jxl in google app engine application? jxl java excel api -- Thanks Regards, Sawan Darekar. (Trainee Software Developer) AlphaBricks Technologies Pvt. Ltd. Pune, India www.alphabricks.com -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Is there any way to generate excel file in google app engine application?

2011-09-05 Thread raj
Is there any way to generate excel file in google app engine application? i want to generate excel file on click of button so how it can be done on google app engine application.. Thanks in advanced -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Re: threads per instance (Java)

2011-09-05 Thread de Witte
I don't get a higher number than 11 due the limitation of 1000 requests per minute. http://code.google.com/intl/nl/appengine/forum/?place=forum/google-appengine private static SetString threads = new HashSetString(18); . . . Thread thread = Thread.currentThread(); if(thread != null) {

[appengine-java] Is there a way to define a Field as non-Index using JDO?

2011-09-05 Thread Gerald Tan
Is there a way to define a Field as non-Index using JDO? I'm thinking the only way seems to be using Text instead of String... but that would involve quite a lot of work updating the entire datastore -- You received this message because you are subscribed to the Google Groups Google App Engine

Re: [appengine-java] how to deploy apps on google apps engine??

2011-09-05 Thread Bruno Fuster
I think you need to change your app-id to justniik, not www.justniik.appspot.com On Fri, Sep 2, 2011 at 9:20 AM, justniik justn...@gmail.com wrote: Hi this is justniik, i'm try to deploye my apps on terminal...in ubuntu... but it can't deploye showing some error.. thank you.. --

Re: [appengine-java] Access to gmail

2011-09-05 Thread Raphael André Bauer
2011/8/31 Wojciech Mąka woj...@gmail.com: Is there any way to read messages from gmail in GAE ? why there is no appropriate API for that ? GMail uses IMAP and there is official API support for a lot of proprietary GMail stuff: http://code.google.com/apis/gmail/docs/ Best, Raphael -- You

Re: [appengine-java] how to deploy apps on google apps engine??

2011-09-05 Thread nikesh pathak
Hello sir, very thanks for your help...i'm sucessfully upload testing application On Mon, Sep 5, 2011 at 10:39 PM, Bruno Fuster brunofus...@gmail.com wrote: I think you need to change your app-id to justniik, not www.justniik.appspot.com On Fri, Sep 2, 2011 at 9:20 AM, justniik

Re: [appengine-java] Is there a way to define a Field as non-Index using JDO?

2011-09-05 Thread Marcelo Liberato
Yes, just add this annotation to the field: @Extension(vendorName = datanucleus, key = gae.unindexed, value=true) -- 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

[appengine-java] Re: can we use jxl in google app engine application?

2011-09-05 Thread Marcelo Liberato
I dont know about jxl, but you can use Apache POI: http://poi.apache.org/ On Sep 5, 7:25 am, Sawan Darekar sawan.dare...@alphabricks.com wrote: can we use jxl in google app engine application? jxl java excel api -- Thanks Regards, Sawan Darekar. (Trainee Software Developer) AlphaBricks

[appengine-java] Re: How to create excel file in servlet for google app engine application?

2011-09-05 Thread Marcelo Liberato
You should try Apache POI: http://poi.apache.org/ On Sep 5, 7:24 am, Sawan Darekar sawan.dare...@alphabricks.com wrote: i am developing cloud application which is hosted on google app engine and in this i want to *generate excel file* on click of button through servlet. i have done it on

[appengine-java] Re: How to send an attachment?

2011-09-05 Thread Marcelo Liberato
I've successfully sent attachments using this lib: http://code.google.com/p/app-engine-workarounds But make sure to apply the patches (fix for plain/text attachments and attachment's file names) I provided here (It's on the issue tracker for a long time):

[appengine-java] Re: Is there any way to generate excel file in google app engine application?

2011-09-05 Thread datanucleus
Use DataNucleus Excel plugin perhaps, and Apache POI ... assuming GAE restrictions on classes don't prevent it. -- 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] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread jemtan
Are you seeing this on production or development? You should not see this behaviour on production just on local dev.Hth-- Sent from my HP TouchPadOn Sep 5, 2011 12:56 PM, kt kanutripa...@cypatterns.com wrote: Hi, Here is my situation: 1. Store an entity with 5 properties. 2. Update one property of

Re: [appengine-java] Re: Loading requests timeout with DeadlineExceededException while reading classes

2011-09-05 Thread jemtan
Are you using spring or similar IOC container based framework?-- Sent from my HP TouchPadOn Sep 5, 2011 12:56 PM, Eugene Goncharov eugene.goncha...@teamdev.com wrote: I've tried to jar all the classes from WEB-INF/classes folder, but the exceptions still there. For now I've come to the situation

Re: [appengine-java] Problem ClassNotFoundException

2011-09-05 Thread jemtan
This sounds like basic java issue rather than anything related to gaej. But you need a src folder and your class need to be there based on its package name structure.-- Sent from my HP TouchPadOn Sep 5, 2011 12:56 PM, Guilherme Souza souza.guilherm...@gmail.com wrote: Hi Guys, I've starting to

Re: [appengine-java] New free Datastore backup tool announcement

2011-09-05 Thread jemtan
I see pro edition, do you have a free version?-- Sent from my HP TouchPadOn Sep 5, 2011 12:56 PM, Eli e...@datastorebackup.com wrote: Hello all! I'd like to introduce you to our newly released App Engine Datastore backup tool: DatastoreBackup. We all wanted it for a long time. Get it at:

[appengine-java] Re: Data updated using key is not shown when searched through other attribute

2011-09-05 Thread Simon Knott
I strongly suggest you read the documentation about the datastore around querieshttp://code.google.com/appengine/docs/python/datastore/queries.html- what you're experiencing is the eventual consistency of queries, which can occur in Production and is highlighted in the development environment.

Re: [appengine-java] The JavaScript file is not found to the JSF2 application that has been deployed

2011-09-05 Thread jemtan
Gaej preview edition: even if your app works on your local dev server, it does not mean that it will work exactly the same once you deploy it on the cloud.I believe that gaej team is working hard day and night in making dev behaviour the same as production.-- Sent from my HP TouchPadOn Sep 5, 2011

Re: [appengine-java] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread kt
Yes, it is in local, eclipse (Helios) + AppEngine plugin. I have not reached production yet. Are you saying it may happen in dev, but not in prod? So I dont need to worry about it? -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group.

Re: [appengine-java] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread jemtan
Yes, I have the same issue. I think it starts around SDK 1.5.2 release. The behaviour is a bit stable prior to that release.I googled, but I didn't find any issue/discussion about this. But if you found one , please let me know.-- Sent from my HP TouchPadOn Sep 5, 2011 4:55 PM, kt

Re: [appengine-java] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread Simon Knott
There isn't an issue because it was designed in - see the SDK release noteshttp://code.google.com/p/googleappengine/wiki/SdkReleaseNotesfor 1.5.1 The eventual consistency of queries can and will happen in Production - if you are using the High Replication datastore in Production, read all of

Re: [appengine-java] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread kt
Thanks Simon and J. I read through the links Simon shared. Yes, I am using the default database configuration which is HRD. I see that for most queries it provides eventual consistency. However it has come as a suprise to me that when I test, I hit upon nconsistency once in 5 times. That's like

Re: [appengine-java] Data updated using key is not shown when searched through other attribute

2011-09-05 Thread Simon Knott
Have a read of the Development Server infohttp://code.google.com/appengine/docs/java/tools/devserver.html - this explains how to set it from both the command line or through the Eclipse plug-in GUI. -- You received this message because you are subscribed to the Google Groups Google App

Re: [appengine-java] Found a jar file too large to upload:appengine-api-1.0-sdk-1.3.7.jar. Consider using --enable_jar_splitting.

2011-09-05 Thread Vinny
Hmm, I'm also running into a similar problem when I do : gradlew gaeUpload 0% Created staging directory at: '/var/folders/6m/75lpq6vd7wvbxsh4v_r8d26wgp/T/appcfg7489424692798496757.tmp' 5% Scanning for jsp files. java.lang.IllegalStateException: Found a file too large to upload:

[appengine-java] Re: Retrieving keys involving corresponding entities in transaction

2011-09-05 Thread Mauricio Aristizabal
Nichole, thanks for your response. No, i'm certain I didn't. In fact, the problem is happening again somewhere else so I can review and make certain of it. I am hoping it's just an issue with the SDK and it will behave correctly in production. Another thing is that it's random: I will get

[appengine-java] Re: Retrieving keys involving corresponding entities in transaction

2011-09-05 Thread Mauricio Aristizabal
Forgot to add: entity 38 is the one being updated, entity 34 is the one for the first key in the returned list. May or may not be significant. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web

[appengine-java] Re: min. charge under new pricing

2011-09-05 Thread senderj
Can anyone confirm that there is a min of $9 no matter what? On Sep 5, 6:06 pm, senderj send...@hotmail.com wrote: I read many here trying to keep their apps free by reducing instance and storage. But I think I read the FAQ of the new pricing that there is a min of $9 per app. So as long as I

[appengine-java] Re: min. charge under new pricing

2011-09-05 Thread senderj
The reason I need to check is that this $9 is NOT in the estimation bill. It's misleading. On Sep 6, 8:56 am, senderj send...@hotmail.com wrote: Can anyone confirm that there is a min of $9 no matter what? On Sep 5, 6:06 pm, senderj send...@hotmail.com wrote: I read many here trying to

[appengine-java] Re: min. charge under new pricing

2011-09-05 Thread John Patterson
You are right: 9 bucks is the minimum *if *you want to be able to automatically scale beyond the free limits. Your app is either free to run (under 50,000 datastore ops a day etc) or at least 9 dollars a month. Nothing in-between. Its the fear of showing a quota error page to users that

[appengine-java] Re: The JavaScript file is not found to the JSF2 application that has been deployed

2011-09-05 Thread John Patterson
Do you have caching set up for static files in your appengine-web.xml? This can mean that when you deploy a new version the old scripts are still served for a while. You can verify what scripts are available on the server by requesting them directly in your browser. -- You received this

[appengine-java] Re: How to create excel file in servlet for google app engine application?

2011-09-05 Thread Didier Durand
Hi, Another way to do it is to use the spreadsheet api of Google Docs and send your users there (they can retrieve the web spreadsheet as a file if needed) See http://code.google.com/apis/spreadsheets/ regards didier On Sep 5, 7:57 pm, Marcelo Liberato mliber...@gmail.com wrote: You should