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

2012-08-24 Thread Alejandro Diego Garin
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-appengine@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] after hrd migration app cannot find app data

2012-08-24 Thread Takashi Matsuo
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:
http://stackoverflow.com/questions/9760205/migration-to-hrd-how-to-convert-string-encoded-keys-to-new-application

-- Takashi


On Sat, Aug 25, 2012 at 1:44 AM, Alejandro Diego Garin 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-appengine@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.
>



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

-- 
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-appengine@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] after hrd migration app cannot find app data

2012-08-24 Thread Alejandro D. Garin
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.



On Fri, Aug 24, 2012 at 4:57 PM, Takashi Matsuo  wrote:

>
> 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:
>
> http://stackoverflow.com/questions/9760205/migration-to-hrd-how-to-convert-string-encoded-keys-to-new-application
>
> -- Takashi
>
>
> On Sat, Aug 25, 2012 at 1:44 AM, Alejandro Diego Garin 
> 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-appengine@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.
>>
>
>
>
> --
> Takashi Matsuo | Developers Advocate | tmat...@google.com
>
>  --
> 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-appengine@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.
>

-- 
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-appengine@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.