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 < [email protected]> wrote: > 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 < > [email protected]> wrote: > >> Hello GAE team, >> I am still not able to use the DataStore viewer for my app-id >> 'vs-accounting' >> >> Thanks >> -Aswath >> >> >> On Thu, Jan 28, 2010 at 11:08 AM, aswath satrasala < >> [email protected]> wrote: >> >>> 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" source="auto"> >>> <property name="partys_INTEGER_IDX" direction="asc"/> >>> </datastore-index> >>> >>> <!-- Used 1 time in query history --> >>> <datastore-index kind="SecurityGroup" ancestor="true" source="auto"> >>> >>> <property name="secGrpList_INTEGER_IDX" direction="asc"/> >>> </datastore-index> >>> >>> <datastore-index kind="PartyRole" ancestor="true" source="auto"> >>> <property name="partyRoles_INTEGER_IDX" direction="asc"/> >>> </datastore-index> >>> >>> </datastore-indexes> >>> >>> >>> Production: >>> Party partys_INTEGER_IDX ▲ >>> Includes ancestors >>> *Serving* >>> PartyRole partyRoles_INTEGER_IDX ▲ >>> Includes ancestors >>> *Serving* >>> SecurityGroup secGrpList_INTEGER_IDX ▲ >>> Includes ancestors >>> *Serving* >>> Tenant tenants_INTEGER_IDX ▲ >>> Includes ancestors >>> >>> 12hrs ago , the secGrpList_INTEGER_IDX was not shown on the production >>> admin console. Now, it is showing up. >>> >>> The datastore viewer is still responding back error page. >>> >>> -Aswath >>> >>> >>> On Thu, Jan 28, 2010 at 2:48 AM, Ikai L (Google) <[email protected]>wrote: >>> >>>> 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 < >>>> [email protected]> wrote: >>>> >>>>> 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 index found.. >>>>> <datastore-index kind="SecurityGroup" ancestor="true" source="manual"> >>>>> <property name="secGrpList_INTEGER_IDX" direction="asc"/> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> </datastore-index> >>>>> >>>>> The application is fine on the local develpment server. >>>>> >>>>> -Aswath >>>>> >>>>> >>>>> On Tue, Jan 26, 2010 at 8:51 PM, aswath satrasala < >>>>> [email protected]> wrote: >>>>> >>>>>> Hello, >>>>>> My app-id is vs-accounting. >>>>>> >>>>>> I login into appengine.google.com. I choose the above application. >>>>>> Then I click on the datastore viewer. >>>>>> I get the error >>>>>> >>>>>> Server Error >>>>>> >>>>>> A server error has occurred. >>>>>> >>>>>> Return to Applications screen » <https://appengine.google.com/> >>>>>> >>>>>> -Aswath >>>>>> >>>>> >>>>> -- >>>>> 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 >>>>> [email protected]. >>>>> To unsubscribe from this group, send email to >>>>> [email protected]<google-appengine-java%[email protected]> >>>>> . >>>>> For more options, visit this group at >>>>> http://groups.google.com/group/google-appengine-java?hl=en. >>>>> >>>> >>>> >>>> >>>> -- >>>> Ikai Lan >>>> Developer Programs Engineer, Google App Engine >>>> http://googleappengine.blogspot.com | http://twitter.com/app_engine >>>> >>>> -- >>>> 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 >>>> [email protected]. >>>> To unsubscribe from this group, send email to >>>> [email protected]<google-appengine-java%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/google-appengine-java?hl=en. >>>> >>> >>> >> > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
