Re: [google-appengine] after hrd migration app cannot find app data

56 views
Skip to first unread message

Takashi Matsuo

unread,
Aug 24, 2012, 3:57:29 PM8/24/12
to google-a...@googlegroups.com

I think you're using a serialized form of old keys on the old apps. You need to convert those keys by yourself.

Here is an example:

-- Takashi


On Sat, Aug 25, 2012 at 1:44 AM, Alejandro Diego Garin <aga...@gmail.com> wrote:
Hi,

Anyone could help with this? I just finished the migration I see this error in the logs.


unexpected exception: javax.jdo.JDOFatalUserException: Illegal argument
NestedThrowables:
java.lang.IllegalArgumentException: app s~jardincitosonline-hrd cannot access app jardincitosonline's data

Thanks.
Alejandro.

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



--
Takashi Matsuo | Developers Advocate | tma...@google.com

Alejandro D. Garin

unread,
Aug 24, 2012, 5:16:16 PM8/24/12
to google-a...@googlegroups.com
Hi Takashi,

so I have this declaration for my ids

  @PrimaryKey

  @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)

  @Extension(vendorName="datanucleus", key="gae.encoded-pk", value="true")

  private String id;


is that no longer supported? I wouldn't migrate if I knew this ! My application is useless at this time.

Reply all
Reply to author
Forward
0 new messages