[google-appengine] Re: [SEVERE] App Engine can't consistently execute tasks

2015-03-05 Thread paynen
@Kaan, thank you for continuing to respond. I think it's time to move 
beyond this thread and take action to have the potential issue looked at 
properly.

If you think you've found an issue, you should create a Public Issue 
Tracker thread https://code.google.com/p/googleappengine/issues/list with 
one of the following:

   1. A timeframe on an affected instance, or 
   
   2. An example that can be used to reproduce, or 
   
   3. At least your custom task monitoring solution and leave the creation 
   of a massive burst of tasks to the engineer that attempts to reproduce
   
   4. You could even, in theory, request the thread you create to be set to 
   private so you can upload your whole codebase
   
The bottom line is this: no issue can be looked at or worked on, if it is 
claimed by somebody who saw it in the wild, until it's reproducible or at 
least has some kind of trace in logs somewhere. We're happy to look up logs 
on an affected version/module/instance/etc. during a given timeframe, and 
try to determine what happened, if anything indeed happened. Either of 
these will suffice, but anything less is not really valid when reporting a 
bug. Every software project in the galaxy beyond hobbyist-size will have 
these requirements for bug reporting. At present, no viable data has been 
produced on how to observe the behaviour claimed to occur. All we have is 
the fact that a custom implementation of task-counting produced the numbers 
11476 and 11507 as output. I hope you can see the gap between what's 
produced and what's needed.

If nobody who has observed the issue (if indeed there is such an issue to 
observe) and wants to see a fix (I assume this is you) wants to point 
towards a reproducing example, the very least information requested was a 
time-frame on an affected instance. All that's needed is to say:
 

 On my project primal-buttress-1337, instance 1 of module devel, version 
 v1, began enqueuing 1,000,000 tasks at [TIMESTAMP], and you can see a log 
 line for each task being added, up until the last task is added at 
 [TIMESTAMP]. The last task was executed at [TIMESTAMP]. The number of 
 Flobbb entities created in the Datastore is only 999,998. Therefore I 
 believe this indicates 2 tasks were enqueued but never executed. There are 
 no records in the logs of any task failures.


If and when such information is produced in a Public Issue Tracker thread, 
you'll be pleased to see it taken up, worked on, and a solution will come 
in a course of time appropriate to the severity of the issue. Up to this 
point, such viable data has not been received, and hence the deadlocked 
nature of this thread. 

Please proceed to open a Public Issue Tracker thread with the information 
necessary to report an issue.


On Sunday, March 1, 2015 at 1:23:12 PM UTC-5, Kaan Soral wrote:

 I just ran my tasks, in 2 stages

 In the first stage, task sequences executed as expected, I only noticed a 
 single additional incoming task, thought it was a glitch / repetition in 
 the counting logic
 I also experienced a ndb.delete_multi lock issue that is not related to 
 the taskqueue, but works to count/combine some side metrics, this deadlock 
 prevented that operation, caused some data loss, yet the taskqueue's were 
 unaffected (first time I experienced this issue)

 

 I just ran another set of task sequences, this time I noticed a 
 significant increase in additionally executed tasks

 Workers Out: 11476 In: 11507

 31 tasks re-executed, since these tasks are unique by name, they don't 
 cause task explosions, yet I verify that these additional tasks really 
 executed, because the total number of elements visited are proportionally 
 increased

 (I don't see any task error logs, these issues / executions are all silent)

 

 To sum up, I didn't notice any missing tasks this time around, yet I 
 noticed some invisibly re-executed tasks

 To sum up this entire flurry, the main issue is that, tasks re-execute, 
 fail silently, these are all counted as retries, yet they might happen 100 
 times and count as 100 retries, these retry's should actually be user 
 failures and not internal ones 


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/057d423c-95f8-4f61-b7e7-d48c68f61c1e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Where is the default GCS Bucket?

2015-03-05 Thread Shobhit
Unfortunately, there is no way that you can create a default bucket in the 
new developer console. To create a default bucket you have to go through 
the path mentioned by Vinny in the previous comment.

On Saturday, August 9, 2014 at 8:32:08 PM UTC-4, Bentley Carr wrote:

 Hey,
 I don't seem to be able to access the default GCS bucket in an app I'm 
 creating.
 It works fine on the development server but not on Google App Engine.

 This 
 https://developers.google.com/appengine/docs/python/googlecloudstorageclient/activate
  
 says that the default GCS bucket is app_id.appspot.com and is displayed 
 in the App Engine Admin console Application Settings page, under the label 
 Google Cloud Storage Bucket but my settings doesn't have a subheading 
 Google Cloud Storage Bucket, it just looks like this:


 https://lh4.googleusercontent.com/-9szZW1jpkng/U-a8UPrVJFI/WE0/ez9kR2fZyOs/s1600/gaegcssettings.png

 It also says I can get the default bucket by 
 app_identity.get_default_gcs_bucket_name() but that returns None. (I'm 
 using Python.)

 Does anyone know how to fix this? Any help would be much appreciated.
 -Bentley


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/df0356f5-c650-4fc6-8b37-9c32fc17233f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Testbed unit tests for blobstore file upload API

2015-03-05 Thread Baire Adams
Alex,

Thanks for your response to Remko!

I am facing a similar issue as Remko.  I happily came across your post and 
followed the link to stackoverflow.  When researching a bit more, it seems 
the blobstore file API is being deprecated...

Is there no better (read long term) way of doing this than the 
stackoverflow post suggests?  Probably I am missing something here.

Regards,
Baire


On Wednesday, March 4, 2015 at 5:01:50 PM UTC+1, Alex Martelli wrote:

 Hi Remko,

 technical questions like yours are better sent to Stack Overflow -- the 
 groups are for discussions that would not be welcome on stackoverflow.com 
 per their FAQ.

 In this case you're probably able to use the solution already posted at 
 http://stackoverflow.com/questions/8130063/test-function-with-google-app-engine-files-api
 so it's probably best not to post your Q there (it would be a duplicate).

 If that solution doesn't work, however, then a new stackoverflow Q is 
 indeed appropriate
 (specifically referring to that other Q and explaining what problems 
 remain after using the
 approach in that Q's accepted and vastly-upvoted answer).  We sponsor and 
 monitor
 (among others) the google-app-engine tag on stackoverflow and will do our 
 best to help there, if the existing solution does not meet your very 
 sensible requirements.

 `testbed` is unfortunately rather undocumented (sorry!) but that's a 
 longer-term issue for us to fix... not something you should wait for!


 Alex


 On Wed, Mar 4, 2015 at 2:01 AM, re...@el-tramo.be javascript: wrote:

 Hi, 

 I'm trying to write a unit test for file uploads in my (Python) API.
 I'm using the using the blobstore API to create an upload URL, as follows:
 self.response.write(blobstore.create_upload_url())

 Everything works fine in production, but when using Testbed, I get the 
 following URL back:
 
 http://testbed.example.com/_ah/upload/agx0ZXN0YmVkLXRlc3RyGwsSFV9fQmxvYlVwbG9hZFNlc3Npb25fXxgDDA

 Uploading to this URL from the test doesn't work, I get a 404. I should 
 have initialized all stubs properly, amongst others:
 self.testbed.init_datastore_v3_stub()
 self.testbed.init_blobstore_stub()
 self.testbed.init_files_stub()

 What am I doing wrong? How do I unit test file uploads?

 thanks,
 Remko

 -- 
 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to google-a...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/google-appengine.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/google-appengine/4bc5a934-20f9-419a-a990-fa923c5a53b6%40googlegroups.com
  
 https://groups.google.com/d/msgid/google-appengine/4bc5a934-20f9-419a-a990-fa923c5a53b6%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9a2020a0-4dbf-4f1f-a71c-09c2a531cfc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: One senses GAE is just not a major priority for Google

2015-03-05 Thread 'Chris Ramsdale' via Google App Engine
re: Python 3, we're actively building a new hosting environment that is
based on containerized virtual machines, today called Managed VMs.  with
this new architecture we'll be able to update existing (and build new)
application runtimes at a much faster pace.  in fact, a Google-provided
Python 3 runtime is definitely in the works right now.  you can actually
run Python 3.x there today using the custom runtime functionality.

re: Webapp2, are there specific feature requests or bugs that you can point
me to?  i'll make sure that we follow-up in some form.

-- Chris

On Fri, Feb 27, 2015 at 9:10 AM, Jeff Schnitzer j...@infohazard.org wrote:

 Just want to point out that it's not fair to judge a tool by activity on
 stackoverflow. Heavy stackoverflow activity could merely indicate a buggy
 tool or poor documentation. Furthermore, prior questions become a body of
 work that satisfy answers; if SO is working as advertised, new (duplicate)
 questions are not required.

 Also: We have a forum; we're using it now. And it seems to have picked up
 lately.

 Jeff

 On Fri, Feb 27, 2015 at 3:34 AM, Kaan Soral kaanso...@gmail.com wrote:

 What a community really needs is simple old forums, it's that simple

 Google groups comes close

 S.O. is the exact opposite, yet lately S.E. networks have been improving
 a lot, I don't see the this is not a simple question, f.off stance
 anymore, so that's good

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/64be9755-0497-41f9-a210-241159bd68fd%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/64be9755-0497-41f9-a210-241159bd68fd%40googlegroups.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


  --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/CADK-0ujcwKpesM9vQ5HMnw5tqqXdhcwGRWFTYmHZW7xMsD2TQw%40mail.gmail.com
 https://groups.google.com/d/msgid/google-appengine/CADK-0ujcwKpesM9vQ5HMnw5tqqXdhcwGRWFTYmHZW7xMsD2TQw%40mail.gmail.com?utm_medium=emailutm_source=footer
 .

 For more options, visit https://groups.google.com/d/optout.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAD1DWLghkzV5%2BsAbW30NSDS_zDxwMHbjLMYANqpY8Yzv9W_z0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: All country Currency Symbols Not Display.

2015-03-05 Thread Shobhit
Hi Gopi,

You still having the problem, in accessing the bucket in GCS.

On Wednesday, March 4, 2015 at 11:10:29 PM UTC-5, gopir...@gmail.com wrote:


 Hi dears,

  Here i am Using Java Jdk7 and GAE. i am Using Itext for PDF but 
 Currency Symbols are not display in Pdf For Ex (₱), (ع.د) so pls any one 
 help me.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a904f713-341b-4ccb-97f2-62c13fe7c721%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] OAuth2 stopped working on all our apps

2015-03-05 Thread Daniel Florey
Since a few hours I'm getting weird responses when exchanging the OAuth2 
token.
Our apps are running on GAE/Java.
Anybody else?


htmlheadmeta http-equiv=content-type content=text/html; 
charset=utf-8/titleSorry.../titlestyle body { font-family: verdana, 
arial, sans-serif; background-color: #fff; color: #000; 
}/style/headbodydivtabletrtdbfont face=times color=#0039b6 
size=10G/fontfont face=times color=#c41200 size=10o/fontfont face=times 
color=#f3c518 size=10o/fontfont face=times color=#0039b6 
size=10g/fontfont face=times color=#30a72f size=10l/fontfont face=times 
color=#c41200 size=10e/font/b/tdtd style=text-align: left; 
vertical-align: bottom; padding-bottom: 15px; width: 50%div 
style=border-bottom: 1px solid 
#dfdfdf;Sorry.../div/td/tr/table/divdiv style=margin-left: 
4em;h1We're sorry.../h1p... but your computer or network may be sending 
automated queries. To protect our users, we can't process your request right 
now./p/divdiv style=margin-left: 4em;See a 
href=https://support.google.com/websearch/answer/86640;Google Help/a for 
more information.br/br//divdiv style=text-align: center; border-top: 
1px solid #dfdfdf;a href=https://www.google.com;Google 
Home/a/div/body/html

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2f11e5f1-825c-4e16-8e60-92a376596dd5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: OAuth2 stopped working on all our apps

2015-03-05 Thread Daniel Florey
What was that???
Now they are all working again.

On Thursday, March 5, 2015 at 4:19:05 PM UTC, Daniel Florey wrote:

 Since a few hours I'm getting weird responses when exchanging the OAuth2 
 token.
 Our apps are running on GAE/Java.
 Anybody else?


 htmlheadmeta http-equiv=content-type content=text/html; 
 charset=utf-8/titleSorry.../titlestyle body { font-family: verdana, 
 arial, sans-serif; background-color: #fff; color: #000; 
 }/style/headbodydivtabletrtdbfont face=times color=#0039b6 
 size=10G/fontfont face=times color=#c41200 size=10o/fontfont 
 face=times color=#f3c518 size=10o/fontfont face=times color=#0039b6 
 size=10g/fontfont face=times color=#30a72f size=10l/fontfont 
 face=times color=#c41200 size=10e/font/b/tdtd style=text-align: 
 left; vertical-align: bottom; padding-bottom: 15px; width: 50%div 
 style=border-bottom: 1px solid 
 #dfdfdf;Sorry.../div/td/tr/table/divdiv style=margin-left: 
 4em;h1We're sorry.../h1p... but your computer or network may be 
 sending automated queries. To protect our users, we can't process your 
 request right now./p/divdiv style=margin-left: 4em;See a 
 href=https://support.google.com/websearch/answer/86640;Google Help/a for 
 more information.br/br//divdiv style=text-align: center; border-top: 
 1px solid #dfdfdf;a href=https://www.google.com;Google 
 Home/a/div/body/html



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a7853ea0-ef20-4d71-ab4e-1122698caa52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Cannot create an app on app engine : Already exists error

2015-03-05 Thread 'Josh Moyer' via Google App Engine
Can you provide a list of the application IDs that you've tried and exact
error messages?  Screenshots of the error (include the entire browser
window, including the address bar) may be helpful, too.

On Wed, Mar 4, 2015 at 3:25 AM, Rey Ncube reync...@gmail.com wrote:

 Have tried a bunch of  application IDs but it doesn't work

 --
 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.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/google-appengine/c7ca07b3-fc53-4c45-8c0d-e7db07c1242b%40googlegroups.com
 https://groups.google.com/d/msgid/google-appengine/c7ca07b3-fc53-4c45-8c0d-e7db07c1242b%40googlegroups.com?utm_medium=emailutm_source=footer
 .
 For more options, visit https://groups.google.com/d/optout.




-- 
Thanks,
Josh

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAPdGywEbj1LmEW%2BY1d4yvgn97KW01FUJHrS%2BdM-Yz%3DuqN1%2BOEw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Size of int in datastore

2015-03-05 Thread Layo
Hi Ashley,

Cloud Datastore uses 8 bytes to store signed integers, this independent 
from the machine. More info about Datastore types 
https://cloud.google.com/appengine/docs/python/ndb/properties#types.



On Tuesday, March 3, 2015 at 11:09:47 AM UTC+1, Ashley Finney wrote:

 Hi all,

 If the size of int is machine dependant, how many bytes are used when int 
 is specified as a datastore field?
 Will this change depending on the machine that stored the entity?  Or are 
 int fields stored as size independent type?

 Specifically I'm using Go if that matters.

 Many thanks,
 Ash.


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/36afc44f-184a-4814-a31a-a135a6fb91fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: OAuth2 stopped working on all our apps

2015-03-05 Thread Jesse Scherer (Google Cloud Support)
Hello, please see https://status.cloud.google.com/incident/appengine/15006

You can also follow the App Engine Downtime Notify list 
(https://groups.google.com/forum/#!forum/google-appengine-downtime-notify) 
for ongoing details.

On Thursday, March 5, 2015 at 11:28:06 AM UTC-5, Daniel Florey wrote:

 What was that???
 Now they are all working again.

 On Thursday, March 5, 2015 at 4:19:05 PM UTC, Daniel Florey wrote:

 Since a few hours I'm getting weird responses when exchanging the OAuth2 
 token.
 Our apps are running on GAE/Java.
 Anybody else?


 htmlheadmeta http-equiv=content-type content=text/html; 
 charset=utf-8/titleSorry.../titlestyle body { font-family: verdana, 
 arial, sans-serif; background-color: #fff; color: #000; 
 }/style/headbodydivtabletrtdbfont face=times color=#0039b6 
 size=10G/fontfont face=times color=#c41200 size=10o/fontfont 
 face=times color=#f3c518 size=10o/fontfont face=times color=#0039b6 
 size=10g/fontfont face=times color=#30a72f size=10l/fontfont 
 face=times color=#c41200 size=10e/font/b/tdtd style=text-align: 
 left; vertical-align: bottom; padding-bottom: 15px; width: 50%div 
 style=border-bottom: 1px solid 
 #dfdfdf;Sorry.../div/td/tr/table/divdiv style=margin-left: 
 4em;h1We're sorry.../h1p... but your computer or network may be 
 sending automated queries. To protect our users, we can't process your 
 request right now./p/divdiv style=margin-left: 4em;See a 
 href=https://support.google.com/websearch/answer/86640;Google Help/a for 
 more information.br/br//divdiv style=text-align: center; border-top: 
 1px solid #dfdfdf;a href=https://www.google.com;Google 
 Home/a/div/body/html



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/6d0e9170-d2f4-43d1-ae70-c8ea7c4c5ffe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] NoClassDefFoundError (org.eclipse.core.runtime.Platform)

2015-03-05 Thread Syed Rizvi
Hi,
I am making a maven based GAE project. It's a service that is supposed to 
serve some data to its clients. The project works perfectly on the local 
machine, but gives the NoClassDefFoundError when deployed to GAE. Here's 
the complete StackTrace:

Error for /cron/loadDataset
java.lang.NoClassDefFoundError: Could not initialize class 
org.eclipse.core.runtime.Platform at 
org.eclipse.ocl.common.OCLCommon.getPreference(OCLCommon.java:74 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Fcommon%2FOCLCommon.javaline=74
) at org.eclipse.ocl.lpg.AbstractBasicEnvironment.getValue(
AbstractBasicEnvironment.java:440 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Flpg%2FAbstractBasicEnvironment.javaline=440
) at org.eclipse.ocl.options.ParsingOptions.getValue(ParsingOptions.java:330 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Foptions%2FParsingOptions.javaline=330
) at org.eclipse.ocl.AbstractEnvironment.createTypeChecker(
AbstractEnvironment.java:1214 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractEnvironment.javaline=1214
) at org.eclipse.ocl.AbstractEnvironment.getTypeChecker(
AbstractEnvironment.java:1196 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractEnvironment.javaline=1196
) at org.eclipse.ocl.AbstractEnvironment.getAdapter(
AbstractEnvironment.java:1236 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractEnvironment.javaline=1236
) at org.eclipse.ocl.util.OCLUtil.getAdapter(OCLUtil.java:102 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Futil%2FOCLUtil.javaline=102
) at org.eclipse.ocl.util.TypeUtil.getTypeCheckerAdapter(TypeUtil.java:800 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Futil%2FTypeUtil.javaline=800
) at org.eclipse.ocl.util.TypeUtil.findAttribute(TypeUtil.java:171 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Futil%2FTypeUtil.javaline=171
) at org.eclipse.ocl.AbstractEnvironment.doLookupProperty(
AbstractEnvironment.java:657 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractEnvironment.javaline=657
) at org.eclipse.ocl.AbstractEnvironment.lookupProperty(
AbstractEnvironment.java:638 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractEnvironment.javaline=638
) at org.eclipse.ocl.AbstractTypeResolver.findTupleType(
AbstractTypeResolver.java:430 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractTypeResolver.javaline=430
) at org.eclipse.ocl.AbstractTypeResolver.resolveTupleType(
AbstractTypeResolver.java:382 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractTypeResolver.javaline=382
) at org.eclipse.ocl.AbstractTypeResolver$ResolveSwitch.caseTupleType(
AbstractTypeResolver.java:1008 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2FAbstractTypeResolver.javaline=1008
) at org.eclipse.ocl.types.util.TypesSwitch.doSwitch(TypesSwitch.java:267 
https://console.developers.google.com/project/gaecommunitymashup/clouddev/source/resolve_location?appModule=defaultappVersion=1timestampNanos=142556919357400file=org%2Feclipse%2Focl%2Ftypes%2Futil%2FTypesSwitch.javaline=267
) at 

Re: [google-appengine] Where is the default GCS Bucket?

2015-03-05 Thread bergstrom . mjgarage
Thanks. This helped me twice today. I still have no idea where to do this 
in the new console! Is there anyway??

On Tuesday, August 12, 2014 at 2:42:05 AM UTC+9, Vinny P wrote:

 On Sat, Aug 9, 2014 at 7:32 PM, Bentley Carr carr.b...@gmail.com 
 javascript: wrote: 

  It also says I can get the default bucket by 
 app_identity.get_default_gcs_bucket_name() but that returns None. (I'm 
 using Python.)

 Does anyone know how to fix this? Any help would be much appreciated

  
 Can you go to appspot.com (the original App Engine console), open up your 
 application, then go to the Application Settings page (the link is on the 
 left hand nav bar) and scroll down? You'll see a Cloud Integration setting 
 similar to this: http://imgur.com/zD9DCOY  If you see a Create button or 
 similar, click it and wait 10-15 minutes. Then retry the call to 
 *get_default_gcs_bucket_name()*.

   
  -
  -Vinny P
  Technology  Media Consultant
  Chicago, IL
  
  App Engine Code Samples: http://www.learntogoogleit.com
   
   
  


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0c0bfaf6-b42f-4c91-b3e1-1a88f64e2530%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] All country Currency Symbols Not Display.

2015-03-05 Thread Vinny P
On Thu, Mar 5, 2015 at 1:34 AM, Gopi raj gopiraj@gmail.com wrote:

 Error 500 access denied (java.io.FilePermission http:\
 storage.googleapis.com\accountsdev\Currency%20Regular.ttf read)

 I got this Error pls Give me a solution



First off, you're missing a slash after the http: part (you're requesting
*http:\*, there's only one slash there when usually two are expected).

Secondly, does your App Engine application have read access to the
*accountsdev* bucket? Can you read or write to any other file in that
bucket?



-
-Vinny P
Technology  Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDP6uQWqRNs-AfHA4azgD70stKXYDJ4PXGK93NG1WhMsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Google App Engine Trial Version

2015-03-05 Thread chikinwong7
 Hi Everybody 


I am new to Google Apps Engine , I plan to use the trial version 
for my project , the scope of my project is very small only and it will 
last about 6-9 month, can I know what is the effect if the trial version 
was expired because it 's only last 60 days. I have been go through the 
link below , can I know what is the meaning of  All applications are free 
within a usage quota that is reset daily? is it all the application is 
free as long as I am not overuse the quota even for the trial version 
https://cloud.google.com/pricing/


thank you 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ab0c34d5-43c4-4b08-a9c3-fb79763da1a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.