[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
All good here too, thanks for the tips!

On Tuesday, March 19, 2013 7:59:01 AM UTC-7, dw...@versature.com wrote:
>
> Ok I got mine working. I missed one AddException before when I upgraded. 
> Everything is back to normal now.
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> <https://appengine.google.com/dashboard?&app_id=s~zealous-co>" 
>>
>>
>> Thanks
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
Will take a look into it now, don't really want to be forced to update the 
SDK like this since I don't know what other issues will hit, but I guess I 
have no choice

On Tuesday, March 19, 2013 6:44:43 AM UTC-7, Saket Kumar wrote:
>
> Hi,
>
> You will need to switch to latest SDK and use PutException instead. 
> Index.add() method has been deprecated in favor of put().
>
> Saket
>
> On Tuesday, 19 March 2013 14:22:08 UTC+1, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> <https://appengine.google.com/dashboard?&app_id=s~zealous-co>" 
>>
>>
>> Thanks
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
I think they might have changed the Search API, do you use that at all?

On Tuesday, March 19, 2013 6:31:09 AM UTC-7, dw...@versature.com wrote:
>
> I am having the same issue. I can't figure out what's going on...
>
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> <https://appengine.google.com/dashboard?&app_id=s~zealous-co>" 
>>
>>
>> Thanks
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
Same here! Could someone please help

On Tuesday, March 19, 2013 6:31:09 AM UTC-7, dw...@versature.com wrote:
>
> I am having the same issue. I can't figure out what's going on...
>
>
> On Tuesday, March 19, 2013 9:22:08 AM UTC-4, Guy Armitage wrote:
>>
>> Hi,
>>
>> For some reason GAE has started failing on all my method calls since this 
>> morning ~10am GMT.
>>
>> All my method calls now return:
>>
>> Caused by: java.lang.NoClassDefFoundError: 
>> com/google/appengine/api/search/AddException
>>
>> Did anything happen at today at about 10:00? Could Guice be the issue here,
>>
>> Is there anything I can do to solve this? I need my site online ASAP.
>>
>> The site id is "zealous-co 
>> <https://appengine.google.com/dashboard?&app_id=s~zealous-co>" 
>>
>>
>> Thanks
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] GAE Failing on all my code since this morning NoClassDefFoundError-AddException

2013-03-19 Thread Guy Armitage
Hi,

For some reason GAE has started failing on all my method calls since this 
morning ~10am GMT.

All my method calls now return:

Caused by: java.lang.NoClassDefFoundError: 
com/google/appengine/api/search/AddException

Did anything happen at today at about 10:00? Could Guice be the issue here,

Is there anything I can do to solve this? I need my site online ASAP.

The site id is "zealous-co 
" 


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: giving up with GAE

2013-02-04 Thread Guy Armitage
Nothing a well timed CRON job can't help with. I do that with my requests, 
and keep the engine running warm, but it does come at a cost.

On Sunday, February 3, 2013 10:25:12 AM UTC, gafal wrote:
>
> After months of complaining about user-facing loading requests, I'm 
> burned. I'm quitting. 
>
> I'm sad about it. I really enjoyed GAE beside this Critical issue (yes, 
> this is critical to my customers, so its critical to me and should be 
> critical to you).
> I don't think Google would accept to have it's search engine displaying 
> results after 20 to 25 seconds to some customers because they reach a cold 
> instance :-)
> Why would we? Why did you leave us in that situation?
>
> No solution or workaround has ever been provided. We just saw the GAE 
> development team sticking to its position :-(
> Maybe because the scheduler is performing as designed? Customers are not 
> satisfied so please, redesign it.
>
> There 's a lot of work awaiting me to get out of GAE framework since I've 
> been using a lot of the provided services.
> I'm really angry about that. That's a lesson hardly learned: avoid 
> provider locking* even with Google*.
>
> It was too good to be true.
>
> Gael
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Properties Elided

2012-09-26 Thread Guy Armitage
I fell you pain Jason.

+1 big time, at least let us expand the columns if we need to (at worst!)

On Wednesday, September 19, 2012 8:21:51 PM UTC+1, Jason Collins wrote:
>
> Entities with large number of attributes now do not show all attributes in 
> the Datastore Viewer (unless you drill in), leaving only a "Properties 
> Elided" column. I'm guessing that I can see particular columns by issuing a 
> projection query, but this assumes that I have an appropriate index in 
> place beforehand.
>
> This has pretty severe impact to the usefulness of the Datastore Viewer as 
> a general-purpose operations tool.
>
> Any particular reason this was done? Any possibility of reverting it?
>
>

-- 
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/-/RZFFYyCARNMJ.
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.



[google-appengine] Search API not Indexing

2012-08-13 Thread Guy Armitage
Hi all,

Been testing out the new Search API. Since we already have data on the 
system I've written a several commands, each to refresh the search indexes 
for given searchable objects.

It works fine on the the development platform, but doesn't index any 
instances when deployed to GAE {shows no Search Stored Data in the 
dashboard and doesn't perform search as intended on the data).

I know search is currently beta, but I want to make sure this issue is not 
on my side. 

Please find below a simplified version of the code I am using (for the sake 
of simplicity I've removed some of the fields I am indexing)

Thanks in advance for any help

--

 

   Builder builder = Document.newBuilder().setId("" + 
collection.getId());

   builder.addField(Field.newBuilder()
   .setName(MediaCollectionDAO.INDEXED_FIELD_NAME)
   .setText(collection.getName()));

   Document profileDoc = builder.build();
   addToIndex(profileDoc, collection.getId(), 0);




public void addToIndex(Document profileDoc, Long collectionId, int i) {
try {
// Add the document.
getIndex().add(profileDoc);
} catch (AddException e) {
if (StatusCode.TRANSIENT_ERROR.equals(e.getOperationResult()
.getCode())) {
if (i < MAX_RETRIES) {
addToIndex(profileDoc, collectionId, i++);
} else {
logger.warning("Unable to index collection " + collectionId
+ " in search");
}
}
}
}


-- 
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/-/mnmqQU_1vlQJ.
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.



[google-appengine] Re: images.GetUrlBase deadline problems since yesterday morning

2012-02-21 Thread Guy Armitage
We're experiencing the same issue, with varied images sizes and types.

We are also getServingUrl() twice on a given key. Our app id is
zealous-co (www.zealous.co / http://8.zealous-co.appspot.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.