[appengine-java] Re: Sometimes arraylist stored in Datastore are not correctly retrieved

2011-06-10 Thread cghersi
@Nathan: I use ArrayList for a bounch of other properties in several other objects, and usually they are completely OK... On 10 Giu, 05:31, Nathan Stiles stiles.nat...@gmail.com wrote: I have almost 0 experience I'm just reading to learn a bit.  It seems rather ambitious to store an ArrayList?  

[appengine-java] Re: Sometimes arraylist stored in Datastore are not correctly retrieved

2011-06-10 Thread cghersi
OK, thanks, I'll try with this trick... Bye cghersi On 10 Giu, 06:22, yuvi yuvalheft...@gmail.com wrote: Hi, My declarations are a bit different but I have seen this happening GAE not loading the subitems by default in some cases, then if you close the PersistenceManager, subitems

[appengine-java] Re: How do I migrate old data (change schema) in a deployed Java app?

2011-06-10 Thread Didier Durand
The data viewer is accessible from the management console in your account: you can see what's in your datastore in all details. regards didier On Jun 10, 5:12 am, Nathan Stiles stiles.nat...@gmail.com wrote: What is this DataViewer?  How do I use this?  Eclipse? -- You received this message

Re: [appengine-java] Datastore Viewer - Server Error

2011-06-10 Thread Amit Pandey
Anyone? On Wed, Jun 8, 2011 at 7:32 PM, Amit Pandey amit.s...@gmail.com wrote: I'm also getting the same error. Any workarround for this??? Thanks, Amit On Fri, Apr 22, 2011 at 1:57 PM, Charms Styler charmssty...@gmail.comwrote: I keep getting the following message when ever I

[appengine-java] Re: Google app engine plugin for Eclipse

2011-06-10 Thread qldvoipster
So I've worked it out. For other's I'll outline the solution. I'm using Fedora which has it's own tailored Eclipse installation. The problem was related to the Available Software Sites preconfigured with the Fedora installation. Help - Install Software - Available Software Sites. The fix was to

[appengine-java] Re: Sometimes arraylist stored in Datastore are not correctly retrieved

2011-06-10 Thread Nathan Stiles
That's really cool and flexible. I'm quite impressed. -- 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/-/OYvt6ELYLVUJ. To post to this

[appengine-java] Compilation with maven got stuck

2011-06-10 Thread MANISH DHIMAN
Hi, We are trying to shift our gae-gwt project from ant to maven. When I tried to compile our project it got stuck after gwt compilation and compilation took place very slowly. To deploye on app engine first I have to run perform following steps. 1. I execute mvn gae:deploy command . It gets

[appengine-java] Sessions management doesn't seem to be deleting expired sessions in datastore.

2011-06-10 Thread jgardner
Hi All, Quick question about session management on google app engine. So it seems like GAE keeps session in Memcache and in datastore which is great. However it doesn't seem like it removes the session records from the datastore when they expire. So my _ah_SESSION table is really big and

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-10 Thread Daniel
this is the content of the logging.properties file (I have never touched it) # A default java.util.logging configuration. # (All App Engine logging is through java.util.logging by default). # # To use this configuration, copy it into your application's WEB-INF # folder and add the following to

[appengine-java] gwt 2.3.0 clickhandler on google map and on overlay Marker

2011-06-10 Thread meiaestro
Hi! I've posted this a few days ago and couldn't find a solution yet. Maybe this time someone has a great idea. The problem: I create a map with a simple click handler on it -- works I create an overlay marker with a simple click handler on it -- works if i click on the map after that: when

[appengine-java] Re: Why does the info messages stopped appearing in the Logs?

2011-06-10 Thread Ian Marshall
1. Have a look at http://groups.google.com/group/google-appengine-java/browse_thread/thread/7df3660dcb243c33/5d2fb7b4d89a23ea?hl=enlnk=gstq=Logging+Ian+Marshall#5d2fb7b4d89a23ea for a hint about your appengine-web.xml file. 2. I place my logging.properties file in /WEB-INF/classes Why? I

[appengine-java] Re: Sessions management doesn't seem to be deleting expired sessions in datastore.

2011-06-10 Thread Ian Marshall
I am unaware of any setting to have session stored in memcache only. I think that you are correct on deleting these entities. I have it on my task list to delete old sessions programmatically by scheduled task. Take a look at http://code.google.com/p/googleappengine/issues/detail?id=3049

[google-appengine] Sending result tuples through many http responses

2011-06-10 Thread Bruce Aloe
Hello, I store quite a lot of data (e.g 10 million) tuples (rows) in my Person kind (table) at GAE datastore. Now i want to query the Person kind from my web application. For example my web application sends a query (e.g select * from Person where height 2) through a http request to my server

[google-appengine] GAE-GWT login

2011-06-10 Thread and_16
Hello everyone i'm new at google app engine and ive been trying to make a really basic login using GWT , ExtJs .Unfortunately there is no documentation nor tutorials on how to do it, there is just one login tutorial on GAEs web but the login authentification is with a gmail adress and im trying to

[google-appengine] Cannot show image files (static)

2011-06-10 Thread Tony Huang
Hi, I got a problem on showing gif files on GAE. The app.yaml about the image is listed as follows : - url: /appengine-noborder-120x30.gif static_files: appengine-noborder-120x30.gif upload: appengine-noborder-120x30.gif mime_type: image/gif And the program is like this : # -*- coding:

[google-appengine] HTTP header length limit bug regression

2011-06-10 Thread Michael
Hello! Issue 407 (http://code.google.com/p/googleappengine/issues/detail? id=407) describes a bug from 2008 that drops all HTTP headers with a name and value longer than 498 characters. The bug is marked as fixed, but I'm seeing this effect right now, in production, on an app- specific (X-...)

[google-appengine] Possible to filter a query using an entity's child?

2011-06-10 Thread jd
I have question model and a response model whos parent is set to a specific question like such: class Question(db.Model): myQuestion = db.StringProperty() class Response(db.Model): responder = db.ReferenceProperty(reference_class = Person, collection_name = 'my_responses') myResponse =

[google-appengine] Blocked out of dashboard after

2011-06-10 Thread rasmus ekman
How do I get access to my app? When I use the personal account to access our app, I am offered to create a new application, but can't get to the app domain. When I use the organization account to access, I can access our pages in the app domain, but get Unauthorized How do you suggest I get

[google-appengine] GHS.GOOGLE.COM unable to resolve mail.domain.com

2011-06-10 Thread Yuva Networks
Hello GHS.GOOGLE.COM unable to resolve mail.domain.com Check it once... -- 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] Setting Up A Live Stream With Google App Engine?

2011-06-10 Thread Wasim Hayatt
Hey Guys! So recently I started using GAE and so far its amazing in terms that it supports python and I can create dynamic web apps and such and expand my resources easily. My current live stream set up is on amazon web services in a configuration like this: Video Source - Webcast Program

[google-appengine] Application not accessible on mapped domain.

2011-06-10 Thread Vinuth Madinur
Hi, My application is not accessible since past 3 hours at least. It works fine on http://sen6app.appspot.com but does not load on http://www.sen6.net It was working fine till yesterday, but has suddenly stopped working today. I readded the domain to the application, but it still doesn't work.

[google-appengine] Re: Application not accessible on mapped domain.

2011-06-10 Thread Vinuth Madinur
It started working now. Dont know what the issue was. I redid the entire setup once again. Thanks, Vinuth. On Fri, Jun 10, 2011 at 12:56 PM, Vinuth Madinur vinuth.madi...@gmail.comwrote: Hi, My application is not accessible since past 3 hours at least. It works fine on

R: RE: Re: R: RE: [google-appengine] Google blocks traffic to appengine application

2011-06-10 Thread Martino A. Sabia
Hi Brandon, first of all thank you for your time to review this thread. As you suggested i took a deep look into my appspot logs but there was no errors logged for the behavior i described. So i think that what happened was what your friend says on Google, they have some sort of filter in

[google-appengine] Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
app start used 8s ! My Lady Gaga ! -- 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] Query a kind with a lot of entities

2011-06-10 Thread Bruce Aloe
Hello, I have a system with client-server architecture. The client is actually some java code and the server is some python code running in GAE. When i need to query the kind (table) i defined in GAE data store, i actually call a java function and it takes the query (e.g select * from Person

[google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Tim Hoffman
Is this just a statement, or are you asking for help? I will assume you asking for advice. Appengine start up times is something your can't ignore. Do some profiling and see what is going on. Try to do things lazily. If you are asking for help I would suggest you mention if your using java or

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-10 Thread Ronoaldo José de Lana Pereira
I'm facing this too recently. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/PHbo_9mBRlIJ. To post to this group, send email to

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
my app is a simple Hello World JSP page, not use any framework. first visit, about 5s. second and after, about 1s. if add several times db access, about 8s. 2011/6/10 Tim Hoffman zutes...@gmail.com Is this just a statement, or are you asking for help? I will assume you asking for advice.

[google-appengine] Re: 500 Errors (DeadlineExceededError) on module imports and other random bits of code

2011-06-10 Thread tempy
Me three, its been bad the last couple of days for me. I just got a deadlineexceeded on the Users API, which, obviously, breaks my app completely. On Jun 10, 1:15 pm, Ronoaldo José de Lana Pereira rpere...@beneficiofacil.com.br wrote: I'm facing this too recently. -- You received this message

[google-appengine] Immediate Need of SAP MM Need Consultant

2011-06-10 Thread ben smith
*Dear Professional, Hope your doing great, I have a good oportunity for you can you please see the below job description, if your interested please reply me back with your updated resume.Please send me youre resume on* *b...@panzersolutions.com* *Title:SAP MM Need

[google-appengine] Immediate offers for VMware ESX Engineer

2011-06-10 Thread ben smith
*Dear Professional, Hope your doing great, I have a good oportunity for you can you please see the below job description, if your interested please reply me back with your updated resume.Please send me youre resume on* *b...@panzersolutions.com* *Immediate need VMware ESX Engineer* *Title :

Re: [google-appengine] Sending result tuples through many http responses

2011-06-10 Thread Robert Kluin
Hi Bruce, One option might be the Channel API, depending on what your client is written in. I assume you're not sending that many results to a browser though, so it might not work for you. http://code.google.com/appengine/docs/python/channel/ Another option would be for your client to

Re: [google-appengine] Cannot show image files (static)

2011-06-10 Thread Robert Kluin
Hey Tony, What makes you think the static image is what is causing your problem? The image seems to be served ok to me: http://yhhuang1966.appspot.com/appengine-noborder-120x30.gif You should check your application's logs (login to appspot.com). Robert 2011/6/9 Tony Huang

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Robert Kluin
Sounds like you're using RPCs serially, which will often lead to poor performance. Profile your app with Appstats: http://code.google.com/appengine/docs/java/tools/appstats.html then try to batch any operations you can. I think Java typically has long startup times, but I've got no idea

Re: [google-appengine] GHS.GOOGLE.COM unable to resolve mail.domain.com

2011-06-10 Thread Robert Kluin
Is this about Google App Engine? I'm guessing you want: http://www.google.com/support/a/bin/static.py?hl=enpage=contacting_support.html On Fri, Jun 10, 2011 at 02:48, Yuva Networks y...@yuvaforum.uni.cc wrote: Hello GHS.GOOGLE.COM unable to resolve mail.domain.com Check it once... --

[google-appengine] Not able to connect to PayPal, gives IO Exception!

2011-06-10 Thread nischalshetty
This has been running smoothly for almost a year now! All of a sudden I'm getting IO exceptions while making https calls. Can someone from the GAE team look quickly into this since users are not able to make payments, I'm losing money! My app id is justunfollow I can connect from my local

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Wilson MacGyver
I'm using gaelyk for GAE-J. http://gaelyk.appspot.com/ coldstart is about 6-8 sec. after that, it's very fast. one of the reasons always-on instance was a very welcome change for the java side of the GAE community :) On Fri, Jun 10, 2011 at 11:56 AM, Robert Kluin robert.kl...@gmail.com wrote:

Re: [google-appengine] Blocked out of dashboard after

2011-06-10 Thread Gregory D'alesandre
A few people have reported this issue before, it has usually been a case where your organization account has been converted recentlyhttp://www.google.com/support/a/bin/topic.py?topic=28917and you need to go your domain administration panel (as a domain admin) to enable App Engine for your domain.

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
about web application, it will stop if long time not visit. when someone visits it will start again. i think its startup is very slow. 2011/6/10 Robert Kluin robert.kl...@gmail.com Sounds like you're using RPCs serially, which will often lead to poor performance. Profile your app with

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Wilson MacGyver
the short answer is, pay $9/month to have 3 always on instances :) http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On On Fri, Jun 10, 2011 at 12:11 PM, YF CAO caoyongfeng0...@gmail.com wrote: about web application, it will stop if long time not visit. when someone

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
OH ! My Lady Gaga ! 2011/6/11 Wilson MacGyver wmacgy...@gmail.com the short answer is, pay $9/month to have 3 always on instances :) http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On On Fri, Jun 10, 2011 at 12:11 PM, YF CAO caoyongfeng0...@gmail.com wrote:

[google-appengine] Re: Not able to connect to PayPal, gives IO Exception!

2011-06-10 Thread nischalshetty
It's still not working! -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/rNu11RY03VUJ. To post to this group, send email to

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
i not money..[?] 2011/6/11 YF CAO caoyongfeng0...@gmail.com OH ! My Lady Gaga ! 2011/6/11 Wilson MacGyver wmacgy...@gmail.com the short answer is, pay $9/month to have 3 always on instances :) http://code.google.com/appengine/docs/adminconsole/instances.html#Always_On On

Re: RE: [google-appengine] Not able to connect to PayPal, gives IO Exception!

2011-06-10 Thread nischalshetty
I've submitted the error to PayPal but the problems not on PayPal's end since I'm able to access this from my local machine. I'm guessing one of the two things : 1. Paypal servers are blocking Appengine APIs 2. Appengine URLFetch with https calls is having trouble -- You received this

[google-appengine] Re: Help on Fantasm Fan In

2011-06-10 Thread Shawn R
Hi David, No plans yet. I often accomplish these sorts of things using a baseclass/subclass of FSMAction. Hopefully the following (UNTESTED) code helps you along. === OBSERVERS = 'observers' class ObserverFSMAction(FSMAction): # this is an abstract base class def execute(self, context,

RE: [google-appengine] Not able to connect to PayPal, gives IO Exception!

2011-06-10 Thread Brandon Wirtz
Did you talk to paypal? The error says Pay Pal was unreachable. This is not uncommon in my experience. Also check that your fetch has a timelimit of 10s since that is the maximum. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of

Re: [google-appengine] Re: Is the native API really so much faster than JDO and slim3?

2011-06-10 Thread Alfred Fuller
Hmm. The one on code.google.com seems to be out of date. The version shipping with the SDK has: private final transient QueryResultIteratorImplhttps://cs.corp.google.com/#google3/java/com/google/appengine/api/datastore/QueryResultIteratorImpl.javact=xref_jump_to_defl=27

Re: [google-appengine] Re: Is the native API really so much faster than JDO and slim3?

2011-06-10 Thread Alfred Fuller
Ah, so I figured out what is going on with this. This is the code that is running in production, the SDK does not have a serializable version of LazyList as we don't explicitly support it through the interface. 1.5.1 will have these changes in the SDK though. On Fri, Jun 10, 2011 at 9:44 AM,

[google-appengine] Urgent - unable to deploy app

2011-06-10 Thread Grant
Hi At the worst possible moment Appengine has decied to stop deploying my app user-tagging.appspot.com It hangs at 28% with the error... htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server Error/title /head body text=#00 bgcolor=#ff h1Error: Server

[google-appengine] Urgent - unable to deploy app

2011-06-10 Thread Grant
Hi At the worst possible moment Appengine has decied to stop deploying my app user-tagging.appspot.com It hangs at 28% with the error... htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server Error/title /head body text=#00 bgcolor=#ff h1Error: Server

[google-appengine] Urgent - unable to deploy really important app

2011-06-10 Thread Grant
Hi At the worst possible moment Appengine has decied to stop deploying my app user-tagging.appspot.com It hangs at 28% with the error... htmlhead meta http-equiv=content-type content=text/html;charset=utf-8 title500 Server Error/title /head body text=#00 bgcolor=#ff h1Error: Server

Re: [google-appengine] Re: Help on Fantasm Fan In

2011-06-10 Thread David Mora
cool i take a loot. Extending this a bit it adds a lot of potential to make FSM observable via configuration. Each transition or action could have a list of observers - it also pops into my mind Prospective Search - On 10 June 2011 10:22, Shawn R shawn.ru...@gmail.com wrote: Hi David, No

[google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Neil McCarthy
I am experiencing the same issue. I was able to do a deploy about an hour ago, but now I'm getting that HTML-ified 500 server error. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Hani Naguib
I am also unable to deploy my app. Bummer. On Jun 10, 10:21 am, Grant grant.klop...@gmail.com wrote: Hi At the worst possible moment Appengine has decied to stop deploying my app user-tagging.appspot.com It hangs at 28% with the error... htmlhead meta http-equiv=content-type

Re: [google-appengine] Urgent - unable to deploy app

2011-06-10 Thread Robert Kluin
I was seeing the same issue. Was also failing with no_precomp. My deploy just went through. On Fri, Jun 10, 2011 at 13:20, Grant grant.klop...@gmail.com wrote: Hi At the worst possible moment Appengine has decied to stop deploying my app user-tagging.appspot.com It hangs at 28% with

Re: [google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Robert Kluin
Seems to be working again for me. It seemed to be impacting my HR apps but *not* my master-slave apps. On Fri, Jun 10, 2011 at 13:35, Neil McCarthy nmccar...@gmail.com wrote: I am experiencing the same issue. I was able to do a deploy about an hour ago, but now I'm getting that

[google-appengine] Re: Urgent - unable to deploy app

2011-06-10 Thread Grant
My deploy also went through. Not sure if this affected it, but it started working again after I disabled and re-enabled my app. Grant On Jun 10, 6:55 pm, Robert Kluin robert.kl...@gmail.com wrote: I was seeing the same issue.  Was also failing with no_precomp. My deploy just went through.

[google-appengine] Immediate need Oracle/ETL Developer

2011-06-10 Thread ben smith
*Dear Professional, Hope your doing great, I have a good oportunity for you can you please see the below job description, if your interested please reply me back with your updated resume.Please send me youre resume on **b...@panzersolutions.com * *Immediate need Oracle/ETL Developer Title:

[google-appengine] Immediate offers for QA Automated tester

2011-06-10 Thread ben smith
*Dear Professional, Hope your doing great, I have a good oportunity for you can you please see the below job description, if your interested please reply me back with your updated resume.Please send me youre resume on **b...@panzersolutions.com* *Title : QA Automated tester Location:

Re: [google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Neil McCarthy
Working for me now too. On Fri, Jun 10, 2011 at 10:56 AM, Robert Kluin robert.kl...@gmail.comwrote: Seems to be working again for me. It seemed to be impacting my HR apps but *not* my master-slave apps. On Fri, Jun 10, 2011 at 13:35, Neil McCarthy nmccar...@gmail.com wrote: I am

[google-appengine] Re: Immediate need Oracle/ETL Developer

2011-06-10 Thread Geoffrey Spear
I'm so glad to hear that App Engine now has RMDBS support, although Oracle is an odd choice. Oh, wait, you're just a scummy spammer. On Jun 10, 1:42 pm, ben smith bensmth...@gmail.com wrote: *Dear Professional, Hope your doing great, I have a good oportunity for you can you please see the

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread Jeff Schnitzer
On Fri, Jun 10, 2011 at 9:26 AM, YF CAO caoyongfeng0...@gmail.com wrote: i not money..[?] 2011/6/11 YF CAO caoyongfeng0...@gmail.com OH ! My Lady Gaga ! Is this what happens when you accidentally use YouTube instead of Google Translate to compose your email? :-) Jeff -- You

Re: [google-appengine] Re: Slow......Slow........Slow......Very Slow........

2011-06-10 Thread YF CAO
You can laugh at me, but I never stop learning. 2011/6/11 Jeff Schnitzer j...@infohazard.org On Fri, Jun 10, 2011 at 9:26 AM, YF CAO caoyongfeng0...@gmail.com wrote: i not money..[?] 2011/6/11 YF CAO caoyongfeng0...@gmail.com OH ! My Lady Gaga ! Is this what happens when

[google-appengine] Re: GAE-GWT login

2011-06-10 Thread Ernesto Oltra
Notice Google Accounts doesn't means **GMail** accounts, the Users API can handle hotmail, yahoo or whatever e-mail address they have. Generate a URL using this: UserService userService = UserServiceFactory.getUserService(); String url =

Re: [google-appengine] Immediate need Oracle/ETL Developer

2011-06-10 Thread Brandon Wirtz
Ben, thank you for spamming our list. Your blatant disregard for the rules of this forum, the users time, and amazing use of red text really highlights your personal ethics and highlights how we would be shown respect after we joined your clients employ. Sent from my Samsung Epic™ 4G ben

[google-appengine] *.appspot.com certificate not trusted

2011-06-10 Thread fross-pe...@conceptuamath.com
We have a Java-based GAE app that provides a database and related services to a collection of Flash apps that live on a different domain (somedomain.com). We're doing it this way because we like Drupal, BTW. Ultimately a Flash app (from somedomain.com) will make an HTTPS request to the GAE app

Re: [google-appengine] Immediate need Oracle/ETL Developer

2011-06-10 Thread Ikai Lan (Google)
Banhammer dropped. http://www.google.com/search?q=banhammerum=1ie=UTF-8tbm=ischsource=ogsa=Nhl=entab=wibiw=1066bih=431 Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit:

[google-appengine] High replication data - Space freed after cache expiration?

2011-06-10 Thread Transaction Commerce
Hi all, I'm new user of the Google App Engine, I have a CDN in High Replication Data mode... and It's great ;) I have an simple question: Do my High Replication Data quota drop down when the cache expiration of my datas are reached? Or It continusly goes up? Thanc's In advance (Sorry for my bad

[google-appengine] Server Error 500 - 500 Internal Server Error

2011-06-10 Thread Meju
java.io.IOException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=flattambaversion=0.1; 500 Internal Server Error Server Error (500) A server error has occurred. Debugging information may be found in /private/var/folders/zs/

[google-appengine] Client Error (400)

2011-06-10 Thread ASFA
I'm trying to upload an new app, but got the following error : Reading application configuration data... Jun 10, 2011 4:44:30 PM com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml INFO: Successfully processed C:/ASFA-Web/build/web\WEB-INF/appengine- web.xml Jun 10, 2011

Re: [google-appengine] Re: Urgent - unable to deploy app

2011-06-10 Thread Ugo Mezzogori
But it doesn't work myapp yet. .um -- 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

Re: [google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Ugo Mezzogori
Yes, i have the same error. .um -- 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

Re: [google-appengine] Re: Urgent - unable to deploy app

2011-06-10 Thread Ugo Mezzogori
I did the same this morning. .um -- 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] Flash and XML

2011-06-10 Thread rc
Is anyone aware of an issue in GAE that prevents .swf files from loading .xml files? My application works perfectly fine when I host on my own development machine, but when I upload into GAE the .xml files appear to be unable to load. At least that's how it feels. I have double-checked and .xml

[google-appengine] Re: Flash and XML

2011-06-10 Thread Calvin
I think you need a crossdomain.xml file hosted on your app engine app. Flash doesn't allow swfs to read data from other domains unless permission is granted by crossdomain.xml. You can find a sample crossdomain.xml in the h5bp.com package. -- You received this message because you are