Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-19 Thread aswath satrasala
Hello Toby I am still not able to use the 'Datastore Viewer'. It simply displays message Server Error A server error has occurred. I cleaned up my entities that are using PhoneNumber, Email etc. -Aswath On Sat, Feb 6, 2010 at 1:06 AM, Toby Reyelts to...@google.com wrote: You have an empty

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-19 Thread Toby Reyelts
You still have phone entities that are empty. On Fri, Feb 19, 2010 at 8:40 AM, aswath satrasala aswath.satras...@gmail.com wrote: Hello Toby I am still not able to use the 'Datastore Viewer'. It simply displays message Server Error A server error has occurred. I cleaned up my entities

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-09 Thread aswath satrasala
Hello Toby, thanks. Yes, the property type email could have been empty. Further dev, I will change them to non-empty. Now, I cannot trace back those entities from my application, as it is being tested and is logged in by different users and entities are created. How can I correct this situation?

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-09 Thread Toby Reyelts
One solution is to run some cron / task-queue based job which fixes up the entities in the background. On Tue, Feb 9, 2010 at 5:40 AM, aswath satrasala aswath.satras...@gmail.com wrote: Hello Toby, thanks. Yes, the property type email could have been empty. Further dev, I will change them

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-05 Thread Ikai Lan
The issue is likely related to types that fail validation. Are you using Phone Number, Link property, or any other special properties? On Thu, Feb 4, 2010 at 7:25 PM, aswath satrasala aswath.satras...@gmail.com wrote: My application is running fine. I am still getting the datastore viewer

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-05 Thread Toby Reyelts
You have an empty property of type e-mail, and that makes the datastore viewer unhappy. You need to either use a different type that can be non-empty (like String), or have non-empty e-mails. On Thu, Feb 4, 2010 at 10:25 PM, aswath satrasala aswath.satras...@gmail.com wrote: My application is

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-02-04 Thread aswath satrasala
My application is running fine. I am still getting the datastore viewer error.What can we do in this scenario. How can we get support? -Aswath On Mon, Feb 1, 2010 at 12:36 PM, aswath satrasala aswath.satras...@gmail.com wrote: Hello GAE team, I am still not able to use the DataStore

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-01-27 Thread Ikai L (Google)
What does you local indexes file look like? Can you post the indexes listed in your production admin console? On Tue, Jan 26, 2010 at 11:24 PM, aswath satrasala aswath.satras...@gmail.com wrote: Hello GAE team, Further observations made while testing the app. I am not able to write entities

Re: [appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-01-27 Thread aswath satrasala
Local file: datastore-indexes !-- Used 2 times in query history -- datastore-index kind=Tenant ancestor=true source=auto property name=tenants_INTEGER_IDX direction=asc/ /datastore-index !-- Used 1 time in query history -- datastore-index kind=Party ancestor=true

[appengine-java] Re: vs-accounting.appspot.com - datastore viewer error

2010-01-26 Thread aswath satrasala
Hello GAE team, Further observations made while testing the app. I am not able to write entities to the datastore. Upon examining the logs, I found the following error. com.veersoft.action.CreateTenantAction doCreate: com.google.appengine.api.datastore.DatastoreNeedIndexException: no matching