Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-27 Thread Amit Prakash
Hi Wesley,
 Thanks for the response. Whats a LinkProperty in the context of Java on
apengine?
-Amit


On Wed, Jan 27, 2010 at 2:37 AM, Wesley C (Google)
wesc+...@google.comwesc%2b...@google.com
 wrote:

 hi amit,

 apologies for the late reply. another user had a similar issue, and my
 recommendation is the same. please follow the advice i give there:


 http://groups.google.com/group/google-appengine-java/browse_thread/thread/68c98191e1d3679b

 best regards,
 -- wesley
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Core Python Programming, Prentice Hall, (c)2007,2001
 Python Fundamentals, Prentice Hall, (c)2009
   http://corepython.com

 wesley.j.chun :: wesc+...@google.com wesc%2b...@google.com
 developer relations :: google app engine

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-26 Thread Wesley C (Google)
hi amit,

apologies for the late reply. another user had a similar issue, and my
recommendation is the same. please follow the advice i give there:

http://groups.google.com/group/google-appengine-java/browse_thread/thread/68c98191e1d3679b

best regards,
-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Core Python Programming, Prentice Hall, (c)2007,2001
Python Fundamentals, Prentice Hall, (c)2009
   http://corepython.com

wesley.j.chun :: wesc+...@google.com
developer relations :: google app engine

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't see the datastore viewer

2010-01-13 Thread Amit Prakash
Hi Wesley,
 Not sure what you are asking but here are all the persistable classes in my
datastore.

http://code.google.com/p/livinglife/source/browse/#svn/trunk/Livinglife/src/com/google/gwt/livinglife/server/data

Now that you ask this question, I am thinking what might have happened is
that I persisted some data and then changed the difinition of one of the
classes and uploaded the app with the same major version. Is there an easy
way to get out of this situation? I am in early stages of prototyping so I
can blow away the datastore. But I don't have a way of doing that right now
either.
-amit




On Wed, Jan 13, 2010 at 2:21 AM, Wesley Chun (Google)
wesc+...@google.comwesc%2b...@google.com
 wrote:

 hi amit,

 thanks for writing. i checked out your application, and yes, i have
 confirmed that when you click on Datastore Viewer, you get this error:
 BadValueError: link must not be empty.

 can you show us your model(s) and tell us how you got the data into
 the datastore? the error you received is for a LinkProperty, e.g.,
 http://code.google.com, but the error is happening because one of the
 links is empty when it needs to be a fully-qualified, well-formed URL.
 it is not allowed to be empty, but (at least) one of them is in the
 datastore.

 thanks,
 -- wesley
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Core Python Programming, Prentice Hall, (c)2007,2001
 Python Fundamentals, Prentice Hall, (c)2009
   http://corepython.com

 wesley.j.chun :: wesc+...@google.com wesc%2b...@google.com
 developer relations :: google app engine



 On Jan 10, 4:16 pm, Amit amit.prak...@gmail.com wrote:
  Hi,
   When I go to the admin console and click on Datastore Viewer I get an
  error page. This used to work a couple of days ago but now it
  consistently fails with the following message:
 
  Server Error
  A server error has occurred.
 
  Return to Applications screen ยป
 
  Anyone else experiencing this?
 
  My appid is living-life
  -thanks,
  Amit

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 

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-appeng...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.