[appengine-java] 500 Server Error

2011-11-13 Thread Raphael Gnecco
Hello, I'm Trying to Do Use Upload and Delete Files from my Google Engine(Java) application, but always return the error 500 Server Error Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please

[appengine-java] 500 Server ERROR : please report this problem / Using Federated Login

2011-11-04 Thread Koen Maes
Hi, Just uploaded a new app. The app requires login via Federated Login. The first thing that happens is a redirect using the domain parameter appended to the request : http://1.koma-software-3.appspot.com/go?domain=koma.be This gets redirected to :

[appengine-java] 500 server Error

2011-08-08 Thread phars alnmr
I am new in APP engine when using any Google services I face that error Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please reporthttp://code.google.com/appengine/community.html your problem and mention this error message

Re: [appengine-java] 500 server Error

2011-08-08 Thread kartik kudada
Please check logs for detailed information. On Sun, Aug 7, 2011 at 12:25 AM, phars alnmr pharsal...@gmail.com wrote: I am new in APP engine when using any Google services I face that error Error: Server Error The server encountered an error and could not complete your request. If the

[appengine-java] 500 Server Error

2011-05-19 Thread D S
Hi, Can anyone please help me ? My app works fine in my computer, but after uploaded it to gae server, i received an error. * See my log from appengine logs. [19/May/2011:18:09:41 -0700] GET /agendaxyzdms HTTP/1.1 500 0 - Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-30 Thread nag raj
HI Simon, I' am not using eclipse plugin. I' am using command prompt for everything. first I registered myself with google app engine and created an application named babuguestbook. No I changed the application's appengine-web.xml applicationbabuguestbook/application and heres the command I

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-30 Thread Simon Knott
Hi, Well in that case it looks like the demo app has been built without running the DataNucleus enhancer - I would try running the ANT build script which is contained in demos\guestbook to rebuild it and give it another go. Cheers, Simon -- You received this message because you are

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-30 Thread kartik kudada
There was no issue on server , i uploaded my application. It was working fine . On Wed, Mar 30, 2011 at 1:57 PM, nag raj nagra...@gmail.com wrote: HI Simon/Karthik, I tested and found the application is getting accessed successfully. So, that should be some server related maintenance

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread kartik kudada
Please see the logs present in admin console. On Tue, Mar 29, 2011 at 4:15 PM, nag raj nagra...@gmail.com wrote: Hi, I' am new to Google App Engine. I registered with Google App Engine and created an application say XXX(application identifier). Then I downloaded the

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread nag raj
Hi, Thanks for your response, I get the following error, Uncaught exception from servlet javax.jdo.JDOUserException: Persistent class Class guestbook.Greeting does not seem to have been enhanced. You may want to rerun the enhancer and check for errors in the output. has no table in the

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread kartik kudada
There is problem with class guestbook.Greeting please refer http://code.google.com/appengine/docs/java/datastore/jdo/dataclasses.html On Tue, Mar 29, 2011 at 7:32 PM, nag raj nagra...@gmail.com wrote: Hi, Thanks for your response, I get the following error, Uncaught exception from

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread nag raj
Hi Karthik, the application which I uploaded is, the sample application that comes along with the appengine-java-sdk-1.4.2. I did not make any modifications. Since, I've just started learning Google App Engine, I tested by deploying any existing application under my domain and thats it. FYI,

Re: [appengine-java] 500-Server Error, while deploying Java Application from command prompt

2011-03-29 Thread Simon Knott
Hi there, How are you producing the deployable WAR directory? Are you using the Eclipse plug-in? One of the compilation steps should invoke the DataNucleus Annotation enhancer, which reads the annotation configuration and enhances the files - effectively it creates all of the metadata

[appengine-java] 500 Server Error (Dashboard)

2010-11-12 Thread aizensousuke
Hi guys I'm having a 500 Server Error after trying to delete some rows on the datastore. Any idea how can i get access back to the account? -- 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] 500 Server Error

2010-09-26 Thread Collin
I just deployed my third version of the Greeting sample on GAE. Version 1 2 worked as expected. I added the Jackson JSON Processor to the 3rd version. It worked fine on my local machine. GAE is not providing any details on the error. Can someone point me in the right direction on how to

[appengine-java] 500 Server Error. Please help

2010-07-17 Thread jayati
After much difficulty in deploying, (difficulty like: I was getting remote host closed connection many times and had to deploy again and again) It finally deployed correctly. But, I am getting error as follows: Error: Server Error The server encountered an error and could not complete your

Re: [appengine-java] 500 Server Error. Please help

2010-07-17 Thread John Patterson
Look in the logs to see what is causing the error On 17 Jul 2010, at 19:37, jayati wrote: After much difficulty in deploying, (difficulty like: I was getting remote host closed connection many times and had to deploy again and again) It finally deployed correctly. But, I am getting error as

[appengine-java] 500 Server error and GCacheException

2010-05-05 Thread ubweb
Hi I get a lot of GCacheException: Policy prevented put operation during the last few hours. I use memcache for small xml file content, so it' shouldn't be an issue of exceeding the max memcache object size. As a result my app cannot cache nesecery content and eventually I get Error: Server

Re: [appengine-java] 500 Server error and GCacheException

2010-05-05 Thread Pieter Coucke
Hi, I was just writing a post about this myself. I'm having the same problem. I already surrounded all my cache.get() calls with a try/catch block so the app can proceed normally (without the benefit of memcached though). I thought it was related to the Appengine maintenance, but I'm seeing this

[appengine-java] 500 Server Error

2010-05-04 Thread Alexander Gavrilov
Hello, GWT Gurus! I am frequently getting 500 Server error, when application is running on appspot, not locally. It is usually happens after application has been just deployed or after a couple of hours I haven't touched it, while it was running in browser. In logs I get this exception: #

Re: [appengine-java] 500 Server error when loading data into memory

2010-02-09 Thread Ikai L (Google)
There's a 10mb limit on files, but I'm wondering if we accidentally trip this if it's a bit lower. What happens if you break the zip file up and load it piecemeal? On Wed, Feb 3, 2010 at 1:46 PM, Alyona medel...@gmail.com wrote: Hi, I get a 500 Server error when running my app maui-indexer.

Re: [appengine-java] 500 Server error when loading data into memory

2010-02-09 Thread Toby Reyelts
How large is your file unzipped? If it's 9M compressed, I wouldn't be surprised if it comes out to be 100M decompressed in Java heap space causing your heap to be blown out. Are you sure there aren't any errors in your admin console? On Wed, Feb 3, 2010 at 4:46 PM, Alyona medel...@gmail.com

[appengine-java] 500 Server Error adding records to Datastore

2009-12-22 Thread antiac
Hi, I'am new in Google App Engine, I've in my servlet this code: PersistenceManager pm = PMF.get().getPersistenceManager(); try { addRecord(pm,1010,BANCO DI NAPOLI S.P.A.); ... other 900 record } finally { pm.close(); } public void

[appengine-java] 500 Server Error with Spring 3.0 application

2009-12-22 Thread Marcel Overdijk
Just deployed a very simple Spring 3.0 application successfully. At least the deployment process was successfull, but when I navigate to it (http://footdex-www.appspot.com/) I get a 500 Server Error. The log files don't show anything useful, so I'm wondering what the next step would be to