Re: [google-appengine] Error while getAll call in google app engine memcached

2013-08-06 Thread Vinny P
On Sat, Aug 3, 2013 at 1:20 PM, che...@codigami.com wrote:

 I am trying to get 5 entity at single time using getAll method but it is
 giving me following error:

 com.google.apphosting.api.ApiProxy$CancelledException: The API call 
 memcache.Get() was explicitly cancelled.


 Any one has solution for this problem .. please help me!!


How big are the memcache objects? How frequently do you see these
exceptions?

Also, can you post the code you're using?


-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Datastore query cursor - inequality filter and limitation

2013-08-06 Thread Vinny P
On Wed, Jul 31, 2013 at 4:32 PM, Vincenzo Comito clyna...@gmail.com wrote:

 *Cursors don't always work as expected with a query that uses an
 inequality filter or a sort order on a property with multiple values*

 Does it mean that all query with an inequality filter don't support
 cursors? Or the sentence is referred just to query that use an inequality
 filter on multiple values?
 e.g. will a query like this one support cursors?
 ... WHERE prop  5  prop  10 



 Inequality filters do support cursors.

The only issue with inequality queries is that they may return the same
entity repeatedly - i.e. within different cursor result batches. If you
do use inequality queries with cursors, it's best to design your logic so
it doesn't matter if you get the same entity twice.


-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Alternative Appengine Monitoring and Alerting

2013-08-06 Thread Vinny P
On Mon, Aug 5, 2013 at 6:40 PM, Felippe Bueno felippe.bu...@gmail.comwrote:

 As matter of fact, I realized that this kind of problem exists in other
 PaaS providers.
 That's why I started the paas-monitor project (https://github.com/fbueno/
 paas-monitor/).
 I started with python only. You can see it in action at
 http://paas.mongu.ru/cgi-bin/nagios3/status.cgi?host=all or
 http://paas.mongu.ru/nagios3/.


 The idea is to provide plugable code for every language on AppEngine and
 others, to let people monitor using the preferred way/software.

 Does that make any sense ? I mean, would you use this kind of code in your
 apps ?
 Any kind of help/suggestion is appreciated.



It's a good idea, but I have the same feeling as Barry - it's far more
useful if the generated data relates to the production app, rather than an
entirely separate app. Perhaps it would be better if the control app ran
as a different version (or as a different module) on the same app id as the
production app? Presumably different versions of the same app would run on
the same machine, or machines close together.


-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Alejandro González Rodrigo
Try from https://cloud.google.com/console


2013/8/6 Kaan Soral kaanso...@gmail.com

 On Appengine Console  Administration  Application Settings  Cloud
 Integration
 I've triggered the project creation, but it always results in an error and
 suggests a retry (a retry button appears)

 On https://cloud.google.com/console
 I see all my apps, however none has Google Cloud Storage on them, they all
 have Appengine / Big Query / Datastore, but no GCS
 I've also have billing enabled for a long time

 What should I be doing?

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Alejandro González alejandro.gonza...@intelygenz.com
+34 666 57 79 13
http://es.linkedin.com/pub/alejandro-gonzález-rodrigo/19/684/466/

http://www.intelygenz.com/
If you have a dream http://www.intelygenz.com/en/cases* we can write the *
code http://www.thegameofcode.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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Amy Unruh
Kaan,
What is the text of the error message you're seeing?  And, what is the app
id of the app that's giving the error? (you can email me directly if you
like).

Also, have you tried this with more than one App Engine app?-- are they all
acting up, or is it just the one?

 -Amy


On 6 August 2013 11:50, Kaan Soral kaanso...@gmail.com wrote:

 On Appengine Console  Administration  Application Settings  Cloud
 Integration
 I've triggered the project creation, but it always results in an error and
 suggests a retry (a retry button appears)

 On https://cloud.google.com/console
 I see all my apps, however none has Google Cloud Storage on them, they all
 have Appengine / Big Query / Datastore, but no GCS
 I've also have billing enabled for a long time

 What should I be doing?

 --





-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] GAE - Integrating Android App Client with DataStore

2013-08-06 Thread Lekh Raj
Hi Brad,

Thanks for your response.
I followed the links you gave and was able to progress ahead.

I followed the simple concept of CloudNotes.
My is compiling fine.

I also created an application and deployed that on the App Engine.
I have a simple UI that consists of a EditText and a button. Idea is when 
the person clicks on Send button I will send the text entered to the 
DataStore.

Below is the piece of Code i m using.

I am using Emulator to test my program. Target is set to Google API 18.

The problem is that I am not able to see any error when I click Send 
button, but I am also not able to see my entities in the DataStore as 
mentioned in the last step of thie page -

https://developers.google.com/eclipse/docs/endpoints-testdeploy



package com.cloudnotes;

import java.io.IOException;
import java.util.Date;

import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.widget.EditText;

import com.cloudnotes.noteendpoint.Noteendpoint;
import com.cloudnotes.noteendpoint.model.Note;
import com.google.api.client.extensions.android.http.AndroidHttp;
import com.google.api.client.http.HttpRequest;
import com.google.api.client.http.HttpRequestInitializer;
import com.google.api.client.json.jackson.JacksonFactory;

public class MainActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

  //new EndpointsTask().execute(getApplicationContext());
}

@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.main, menu);
return true;
}

public void sendMsg(View view) {
EditText msgTxt = (EditText) findViewById(R.id.editText1);
String msg = msgTxt.getText().toString();
System.out.println(Note to be inserted -  + msg);

if (msg.length()  0){
new EndpointsTask().execute(getApplicationContext());
}
}

public class EndpointsTask extends AsyncTaskContext, Integer, Long {
protected Long doInBackground(Context... contexts) {
System.out.println(Entered doInBackground);
  Noteendpoint.Builder endpointBuilder = new Noteendpoint.Builder(
  AndroidHttp.newCompatibleTransport(),
  new JacksonFactory(),
  new HttpRequestInitializer() {
  public void initialize(HttpRequest httpRequest) { }
  });
  Noteendpoint endpoint = CloudEndpointUtils.updateBuilder(
  endpointBuilder).build();
  try {
  Note note = new Note().setDescription(Note Description);
  String noteID = new Date().toString();
  note.setId(noteID);

  note.setEmailAddress(E-Mail Address);  
  Note result = endpoint.insertNote(note).execute();
  System.out.println(Entered doInBackground:result - +result);
  } catch (IOException e) {
e.printStackTrace();
  }
  return (long) 0;
}
}
}








On Tuesday, August 6, 2013 12:06:56 AM UTC+5:30, Brad Abrams wrote:

 You only need RegisterActivity for GCM support... if you are just storing 
 data then what you need to do is create some server data object (such as 
 Notes in this example) 
 https://developers.google.com/eclipse/docs/endpoints-addentities   
 Then add a Endpoint exposing it... then you can call that endpoint from 
 your MainActivity.


 But if you just want to store some simple state, I'd suggest:

 https://developers.google.com/cloud/samples/mbs/

 No server code required... 


 ..brad


 On Sun, Aug 4, 2013 at 1:16 PM, Lekh Raj lekhraj...@gmail.comjavascript:
  wrote:


 I have just developed a simple android application. As this is my first 
 project I created a simple activity which has few text fields where a user 
 can enter their values.

 Now I want to add google app engine (gae) support so that I can save 
 these values to the gae DataStore. so I read about how to do this.

1. 

First thing I did is to RightClick on my android project  select 
google - Generate App engine backend. This generated a few new classes 
 for 
me in my application package as I can see - - CloudEndpointsUtil.java - 
GCMIntentService.java - RegisterActivity.java
2. 

It also generated the below classes in the folder: 

 endpoint-libs\libdeviceinfoendpoint-v1\deviceinfoendpoint\deviceinfoendpoint-v1-generated-source
  
package: com.xxx.deviceinfoendpoint - Deviceinfoendpoint.java - 
DeviceinfoendpointRequest.java - DeviceinfoendpointRequestInitializer.java
3. 

It also generated the below classes in the folder: 

 endpoint-libs\libmessageEndpoint-v1\messageEndpoint\messageendpoint-v1-generated-source
  
package: com.xxx.messageEndpoint - MessageEndpoint.java - 
MessageEndpointRequest.java - 

[google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread stephanos
Can I share the dedicated Memcache across multiple apps?

1 GB is too much for any of my applications, but divided by 5 apps this 
would make sense...

Regards
Stephan

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Moving application to European datacenter?

2013-08-06 Thread stephanos
Are there any news on that question?


On Saturday, July 13, 2013 2:35:02 PM UTC+2, stephanos wrote:

 Just to be clear: Will I be able to move my existing app from US to EU or 
 will I have to create a new app(-id) just for the EU?

 Cheers
 Stephan


 On Friday, July 12, 2013 5:53:28 PM UTC+2, Chris Ramsdale wrote:

 Peter,

 we're still building out our footprint in the EU clusters and are 
 controlling the flow of new users to ensure a high quality of service. 
  we're looking to removing the manual whitelisting soon.  in the meantime, 
 i can enable this support for you.  simply send a direct email to 
 cram...@google.com with the email / account that you would like enabled.

 thanks,

 -- Chris

 Product Manager, Google App Engine


 On Wed, Jul 10, 2013 at 12:29 PM, Vinny P vinn...@gmail.com wrote:

 Hello Peter,
  
 On Wed, Jul 10, 2013 at 9:10 AM, Peter D deaks...@gmail.com wrote:

 In the app engine documentation, I saw this point:
 *For developers that do not have a Premier account, you will need to 
 enable 
 billinghttps://developers.google.com/appengine/docs/billing#Enabling_Paid_Appsfor
  applications that should reside in the European Union.
 *
 (taken from https://developers.google.com/appengine/docs/
 java/gettingstarted/uploading)
 That is my exact position; I do not have a premier account and I have 
 enabled billing. How would I go about residing my applications in the EU?

   
  
  You need to contact the Google App Engine staff to have your 
 application moved to European datacenters. See 
 https://groups.google.com/forum/#!msg/google-appengine/Oon8Ds3dlO4/gStzRiwCrhcJ
  
   
 You can also open a ticket at 
 https://code.google.com/p/googleappengine/issues/list 
  
 -
 -Vinny P
 Technology  Media Advisor
 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] BREACH attack - is App Engine vulnerable?

2013-08-06 Thread Alex Burgel
Can someone from Google make a statement on whether App Engine is 
vulnerable to the BREACH attack that was announced recently?

http://breachattack.com/

I'm not a security expert, but it looks like you are vulnerable to the 
attack if you use both SSL/TLS and HTTP compression. Since that 
configuration is handled by App Engine infrastructure, our apps may be at 
risk and we have little ability to mitigate it without help from Google.

Also, a statement on the similar CRIME attack would be helpful too.

Thanks.

--Alex

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Security advisory: SSL is Gone

2013-08-06 Thread coto


At ekoparty 2012, Thai Duong and Juliano Rizzo announced CRIME, a 
compression side-channel attack against HTTPS. An attacker with the ability 
to:

   -  Inject partial chosen plaintext into a victim's requests
   -  Measure the size of encrypted traffic
   
More info: 
https://www.djangoproject.com/weblog/2013/aug/06/breach-and-django/

The appropriate question for this group is: How vulnerable Google App 
Engine is when SSL (and GZIP) is/are enabled??

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Users and Google Accounts

2013-08-06 Thread Eric Sepich
package clock;

import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.SimpleTimeZone;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.*;

import com.google.appengine.api.users.User;
import com.google.appengine.api.users.UserService;
import com.google.appengine.api.users.UserServiceFactory;

@SuppressWarnings(serial)
public class ClockServlet extends HttpServlet {
public void doGet(HttpServletRequest req,
  HttpServletResponse resp)
throws IOException, ServletException {
SimpleDateFormat fmt = new SimpleDateFormat(-MM-dd 
hh:mm:ss.SS);
fmt.setTimeZone(new SimpleTimeZone(0, ));

UserService userService = UserServiceFactory.getUserService();
User user = userService.getCurrentUser();
String loginUrl = userService.createLoginURL(/);
String logoutUrl = userService.createLogoutURL(/);

req.setAttribute(user, user);
req.setAttribute(loginUrl, loginUrl);
req.setAttribute(logoutUrl, logoutUrl);
req.setAttribute(currentTime, fmt.format(new Date()));

resp.setContentType(text/html);

RequestDispatcher jsp = 
req.getRequestDispatcher(/WEB-INF/home.jsp);
jsp.forward(req, resp);
}
}


---

%@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %
html
  head
titleThe Time Is.../title
  /head
  body
c:choose
  c:when test=${user != null}
p
  Welcome, ${user.email}!
  You can a href=${logoutUrl}sign out/a.
/p
  /c:when
  c:otherwise
p
  Welcome!
  a href=${loginUrl}Sign in or register/a to customize.
/p
  /c:otherwise
/c:choose
pThe time is: ${currentTime}/p
  /body
/html
-

Even though I am signed in to my Google Account in Chrome I am still seeing 
Sign in or register not Welcome as I expected. When I click Sign in I am 
forwarded to a page with one text field to enter an email and a check box 
to sign in as administrator. There must be something wrong because I think 
since I am logged into gmail it should display welcome?

Thanks in advance...


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Cannot connect a domain to App Engine

2013-08-06 Thread darshan
After about 72 hours of not working, it finally worked for me this 
afternoon.  It's still unclear what was actually going wrong, but at least 
for me, it's now fixed.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Andy
Hi Chris,
I thought production API's were available for the greater of 1 year or 2015 
per the prior deprecation policy:
 
http://googleappengine.blogspot.com/2012/04/app-engine-and-googles-new-deprecation.html

Can you confirm that is still the case?

It would be really nice to keep the blobstore around.  Focusing on 
deprecating APIs instead of new product features can be a real pain.  We're 
still trying to migrate off M/S but cannot yet due to a bug in the 
migration tool related to the number of namespaces.

Thanks,
Andy



On Tuesday, July 30, 2013 8:17:21 PM UTC-4, Chris Ramsdale wrote:

 while there's currently no defined date for decommissioning this API, we 
 are committed to supporting it throughout the remainder of the year (2013). 
  please don't hesitate to reach out to me directly 
 (cram...@google.comjavascript:), 
 if you have further questions (this thread is fine as well).

 -- Chris

 Product Manager, Google App Engine


 On Mon, Jul 29, 2013 at 6:37 AM, rdodev ami...@gmail.com javascript:wrote:


 http://stackoverflow.com/questions/17903025/gae-blobstore-file-like-api-deprecation-timeline-py-2-7-runtime

 This is a question for the App Engine team.

 Last week we realized that the App Engine team had marked the file-like 
 API for writing and reading to the blobstore as being deprecated and likely 
 to be removed in the future. We have quite a bit of infrastructure relying 
 on that API that now we need to port to the alternative they suggest 
 (Google Cloud Storage) and this is not a trivial effort (especially 
 considering our current backlog). So the question is: how soon will this 
 file-like API be unavailable? It's fairly important for us to know as 
 depending on the answer, we might shuffle our backlog to prioritize the 
 porting of using the Blobstore to GCS.

 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-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: BREACH attack - is App Engine vulnerable?

2013-08-06 Thread Iron Mountain Foundry
I'm not from Google, but this seems a little to slick of a presentation. 
 They already have a glossy website with a custom domain name, complete 
with bios on the authors.  Just because it's associated with BlackHat 
doesn't mean it's a class 1 emergency.  Reading up on the details shows 
that it's a pretty slim window of attack.

But I'm just a skeptic, not an expert.  I'd love to hear from the security 
specialists at Google on this.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Kaan Soral
I've just tested it on another project that I have billing enabled, and it 
succeeded, hope it doesn't have any side effects because that project 
didn't needed the integration :)

I've also just re-retried the actual project I need the integration for, 
and it succeeded too, this time :)

Thanks Anyway, I guess something changed during this time, or it might have 
been a temporary issue

On Tuesday, August 6, 2013 11:11:11 AM UTC+3, Amy Unruh wrote:

 Kaan,  
 What is the text of the error message you're seeing?  And, what is the app 
 id of the app that's giving the error? (you can email me directly if you 
 like).

 Also, have you tried this with more than one App Engine app?-- are they 
 all acting up, or is it just the one?

  -Amy


 On 6 August 2013 11:50, Kaan Soral kaan...@gmail.com javascript:wrote:

 On Appengine Console  Administration  Application Settings  Cloud 
 Integration
 I've triggered the project creation, but it always results in an error 
 and suggests a retry (a retry button appears)

 On https://cloud.google.com/console
 I see all my apps, however none has Google Cloud Storage on them, they 
 all have Appengine / Big Query / Datastore, but no GCS
 I've also have billing enabled for a long time

 What should I be doing?

 -- 

  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread rdodev
Andy,

The file-like API for blob store is not covered by that deprecation policy 
because it was never in production to begin with. It was provided as 
experimental. It sucks and it hit us really hard, but we also understand 
their decision and we already have the migration to GCS in our backlog. 

On Tuesday, August 6, 2013 5:09:01 PM UTC-4, Andy wrote:

 Hi Chris,
 I thought production API's were available for the greater of 1 year or 
 2015 per the prior deprecation policy:
  

 http://googleappengine.blogspot.com/2012/04/app-engine-and-googles-new-deprecation.html

 Can you confirm that is still the case?

 It would be really nice to keep the blobstore around.  Focusing on 
 deprecating APIs instead of new product features can be a real pain.  We're 
 still trying to migrate off M/S but cannot yet due to a bug in the 
 migration tool related to the number of namespaces.

 Thanks,
 Andy



 On Tuesday, July 30, 2013 8:17:21 PM UTC-4, Chris Ramsdale wrote:

 while there's currently no defined date for decommissioning this API, we 
 are committed to supporting it throughout the remainder of the year (2013). 
  please don't hesitate to reach out to me directly (cram...@google.com), 
 if you have further questions (this thread is fine as well).

 -- Chris

 Product Manager, Google App Engine


 On Mon, Jul 29, 2013 at 6:37 AM, rdodev ami...@gmail.com wrote:


 http://stackoverflow.com/questions/17903025/gae-blobstore-file-like-api-deprecation-timeline-py-2-7-runtime

 This is a question for the App Engine team.

 Last week we realized that the App Engine team had marked the file-like 
 API for writing and reading to the blobstore as being deprecated and likely 
 to be removed in the future. We have quite a bit of infrastructure relying 
 on that API that now we need to port to the alternative they suggest 
 (Google Cloud Storage) and this is not a trivial effort (especially 
 considering our current backlog). So the question is: how soon will this 
 file-like API be unavailable? It's fairly important for us to know as 
 depending on the answer, we might shuffle our backlog to prioritize the 
 porting of using the Blobstore to GCS.

 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Kaan Soral
After the integration, and after re-enabling billing at Google Cloud 
Console, I get:
*The account for the specified project has been disabled.*
When I try to create a bucket,
I don't know what it means, but it's kind of a disturbing error message, it 
appears as a temporary warning on top of the page

I've googled the error, no results, just 1 match, the Customer Support 
section suggests using Stack Overflow for a solution, what should I do at 
this point?


On Wednesday, August 7, 2013 12:35:45 AM UTC+3, Kaan Soral wrote:

 I've just tested it on another project that I have billing enabled, and it 
 succeeded, hope it doesn't have any side effects because that project 
 didn't needed the integration :)

 I've also just re-retried the actual project I need the integration for, 
 and it succeeded too, this time :)

 Thanks Anyway, I guess something changed during this time, or it might 
 have been a temporary issue

 On Tuesday, August 6, 2013 11:11:11 AM UTC+3, Amy Unruh wrote:

 Kaan,  
 What is the text of the error message you're seeing?  And, what is the 
 app id of the app that's giving the error? (you can email me directly if 
 you like).

 Also, have you tried this with more than one App Engine app?-- are they 
 all acting up, or is it just the one?

  -Amy


 On 6 August 2013 11:50, Kaan Soral kaan...@gmail.com wrote:

 On Appengine Console  Administration  Application Settings  Cloud 
 Integration
 I've triggered the project creation, but it always results in an error 
 and suggests a retry (a retry button appears)

 On https://cloud.google.com/console
 I see all my apps, however none has Google Cloud Storage on them, they 
 all have Appengine / Big Query / Datastore, but no GCS
 I've also have billing enabled for a long time

 What should I be doing?

 -- 

  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Cannot add APP Engine app to Domain

2013-08-06 Thread v1
I'm having this problem too!

On Friday, 1 June 2012 08:28:12 UTC+8, Sgia wrote:

 I have seen many posts about this, and none of the solutions work for 
 me. 

 When attempting to add a domain to an app in 
 https://www.google.com/a/cpanel/my 
 domain/AddAppEngineService 

 I get the error: 

 An error occurred while trying to install this application. Please 
 try again later. 

 I have tried the Domain settings-control-panel-Current Release 
 change as stated all over the internet, however this does not work. 

 Also, under Application Settings - Add Domain - I get the same 
 error. 

 It seems many many people have a problem with this. Is there any 
 solution? 

 Thanks, 
 SG 


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Estimated time to get GAE-PHP project white listed!

2013-08-06 Thread Jari Kinnunen
Hi!

We have requested white listing for a project that would run WordPress. The 
request was made June 19 i.e. about 47 days ago already !! Is there any 
estimate when this would be handled. We'd need to evaluate if GAE-PHP would 
be suitable for serving company web-pages!

Thanks in advance!
Jari

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Mvn deployed app New Javascript file 404s

2013-08-06 Thread wendyjboss
I developed an appengine application for my company and was using the 
appengine plugin in eclipse for deployment.

Since being migrated to maven deploy, when I update the app, it is broken. 

It is broken at least because it is 404ing on one of the new javascript 
files I've added. The path is correct.

I can see that it is not on the server, or being recognized by the 
appengine server because I cannot browse to it, like I can with the other 
javascript files.

E.g. if I can do http://myappenginehostname/myjavascriptpath/some.js

I should be able to NOW see 
http://myappenginehostname/myjavascriptpath/myNewlyAddedJSFILE.js

I cannot.  

This is a maven deployment of a web application that uses servlets and one 
index.html page, using mvn appengine:update 

Any help is appreciated.  

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Premier support down?

2013-08-06 Thread Aleem Mawani
I noticed that this URL no longer seems to work:

https://enterprise.google.com/supportcenter/managecases/

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: How to know region of a GAE application ?

2013-08-06 Thread YH Yang
When I go to appspot.com, it is redirected to appengine.google.com. I have
only 4 column table, 'application', 'title', 'storage scheme', and
'status'. Is the 'location' column available for everyone?


2013/8/6 Stuart Langley slang...@google.com

 If you go to appspot.com it will list your apps. There is a column for
 location which is either US or EU.


 On Monday, 5 August 2013 04:20:23 UTC+10, Jean-Paul Leclère wrote:

 I'am setting a gae wordpress application.

 When I set my gae php application as an authorized application to access
 my Cloud SQL instance, I get the advertisement :

 Authorized applications must be located in the same region as your Cloud
 SQL instance.

 How can I verify the region of my application ?

 Thx for the help

  --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Redirect loop logging in

2013-08-06 Thread Matthew Blain
Hi Nathan,
This is typically an issue with the Admin Console. You can file a 
production bug as Sebastian Kreft suggested in the Stack Overflow thread; 
if you do so, please specify the time when it happened as close as possible 
so we can debug it more easily. (Or reply here.)
I have reset some state with your 'nathan.toone' account; if that works 
please note that; I do not expect it to resolve the issue but it may.

--Matthew

On Friday, August 2, 2013 2:53:57 PM UTC-7, toonetown wrote:

 I am having a problem logging in to the appengine console using certain 
 accounts on my google apps domain (but not others).

 No matter what browser I use (Firefox, Chrome, Safari, IE), I get a too 
 many redirects error on https://appengine.google.com/start when I try to 
 log in using a specific account.  I have tried resetting all the browsers 
 as well (clearing all cookies, cache, etc - even trying it on a clean 
 install of an OS) - with no luck.  Going directly to 
 https://appengine.google.com/a/domain.name causes the same loop for those 
 accounts.  The same thing happens when running the browsers with privacy 
 mode enabled.

 One of the accounts having problems is the user nathan.toone on the 
 k9webprotection.com google apps domain - however we can log in with the 
 user admin or the user build-agent on the same domain just fine (but 
 not build.agent or user2).  It seems to be all over the place as to 
 which accounts are able to log in without the redirect loop and which ones 
 aren't.

 I have contacted google apps for your domain support, and they have said 
 that it is outside their scope.  They very helpfully pointed me to 
 https://developers.google.com/appengine/kb/general - which didn't help 
 *AT ALL*. :(

 Again - the odd thing is that there are some of the accounts on the same 
 domain that are able to log in just fine.  Does anyone have any idea what 
 could be happening, or have a way for me to contact someone to get this 
 worked out?  I have found a couple of other people saying they have had 
 this problem, but have not been able to encounter a solution.

 -Nathan


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Google Cloud Messaging for Android subpackag - Is it Deprecated ?

2013-08-06 Thread VB
Hi,

I am trying to a simple Android app that can save few text values to the 
DataStore and then read from it.
While searching on internet I found the below link for Android Mobile 
Backend Starter -
https://developers.google.com/cloud/samples/mbs/getting_started

Here they have given a sample Android app that shows how to do so.
In the requirements section it is mentioned that we need to deploy the 
below package from Extras -
- the *Extras* package, particularly the *Google Cloud Messaging for Android
* subpackage

But when I launch my SDK Manager from Eclipse it shows that this subpackage 
has been Deprecated.
So are we suppose to use this or not. Is there anything else that we can 
use.

Because my project it not compiling without this.
It fails in the below import statements for example. I am assuming this 
must be in that above subpackage.
import com.google.cloud.backend.android.mobilebackend.Mobilebackend;
import com.google.cloud.backend.android.mobilebackend.model.EntityDto;
import com.google.cloud.backend.android.mobilebackend.model.EntityListDto;
import com.google.cloud.backend.android.mobilebackend.model.QueryDto;


Can someone throw more light on this. 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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread VB
Hi - I followed the article (
https://developers.google.com/eclipse/docs/endpoints-testdeploy) to:
1. Create a simple Note entity.
2. Then as explained I generated the endpoint.
3. Then I generated the cloud endpoint library.
4. Then I created an Application cloudnotes2013vip and then using Eclipse I 
deployed the app to App-Engine.

Application is deployed successfully.

Then in my main activity I have simply created a EditText  a Send button. 
I am trying to see if I enter some message and click on Send button whether 
the msg gets stored in the DataStore.

I am using Emulator and I have set target to Google API 18.

When I click on send i don't see any error message, but I am able to see 
the entity I tried to add in the DataStore Viewer.

When I click on DataStore Viewer it says -

Oops! We couldn't retrieve your list of Kinds.
Please Try again.

Can someone throw some light as to what wrong is happening here?

Below is the piece of code in my MainActivity - 



package com.cloudnotes;

import java.io.IOException;
import java.util.Date;

import android.app.Activity;
import android.content.Context;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.widget.EditText;

import com.cloudnotes.noteendpoint.Noteendpoint;
import com.cloudnotes.noteendpoint.model.Note;
import com.google.api.client.extensions.android.http.AndroidHttp;
import com.google.api.client.http.HttpRequest;
import com.google.api.client.http.HttpRequestInitializer;
import com.google.api.client.json.jackson.JacksonFactory;

public class MainActivity extends Activity {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

  //new EndpointsTask().execute(getApplicationContext());
}

@Override
public boolean onCreateOptionsMenu(Menu menu) {
getMenuInflater().inflate(R.menu.main, menu);
return true;
}

public void sendMsg(View view) {
EditText msgTxt = (EditText) findViewById(R.id.editText1);
String msg = msgTxt.getText().toString();
System.out.println(Note to be inserted -  + msg);

if (msg.length()  0){
new EndpointsTask().execute(getApplicationContext());
}
}

public class EndpointsTask extends AsyncTaskContext, Integer, Long {
protected Long doInBackground(Context... contexts) {
System.out.println(Entered doInBackground);
  Noteendpoint.Builder endpointBuilder = new Noteendpoint.Builder(
  AndroidHttp.newCompatibleTransport(),
  new JacksonFactory(),
  new HttpRequestInitializer() {
  public void initialize(HttpRequest httpRequest) { }
  });
  Noteendpoint endpoint = CloudEndpointUtils.updateBuilder(
  endpointBuilder).build();
  try {
  Note note = new Note().setDescription(Note Description);
  String noteID = new Date().toString();
  note.setId(noteID);

  note.setEmailAddress(E-Mail Address);  
  Note result = endpoint.insertNote(note).execute();
  System.out.println(Entered doInBackground:result - +result);
  } catch (IOException e) {
e.printStackTrace();
  }
  return (long) 0;
}
}
}

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Hanging on last Backend (or Module) memcache writes

2013-08-06 Thread Julian Kent
I have a batch processing Backend (B4) which does a bunch of 
unpickle/pickle and Numpy/array stuff. Recently I noticed that I was 
getting much higher backend charges, which would hit quota almost every 
time, so I migrated to Modules (also B4), thinking that might solve it.
However, I still see the same issue:

2013-08-05 15:23:33.962 /BatchRankings 500 19413478ms 0kb instance=0 
AppEngine-Google; (+http://code.google.com/appengine)

I 2013-08-05 10:00:04.118
mem usage at start of meleerumble: 24.55078125MB

... lots more logs ...

I 2013-08-05 10:01:03.549
mem usage after zipping: 157.08984375MB

I 2013-08-05* 10:01:03.550*
split bots into 18 sections

I 2013-08-05 *15:23:03.086*
wrote 564 bots to memcache

E 2013-08-05 15:23:33.962
Process terminated because the backend took too long to shutdown.

Look at the timestamp between splitting and writing to memcache.

In addition, in my logs just below the actual request handler, I see this:
2013-08-05 *15:23:02.938* /_ah/stop 200 5ms 0kb instance=0 

So, from what I can tell, it looks like the backend hangs inside of the 
memcache writing, and the /_ah/stop wakes it up when I hit my quota.

Here is the relevant code between those two logging points:

client = memcache.Client()
if len(botsdict)  0:
splitlist = dict_split(botsdict,32)
logging.info(split bots into  + str(len(splitlist)) + 
 sections)

for d in splitlist:
rpcList.append(client.set_multi_async(d))

logging.info(wrote  + str(len(botsdict)) +  bots to 
memcache)

I don't see how 18 set_multi_async calls can take 5h23m. Can the logs be 
trusted here? Could it be that the actual code is finished but somehow the 
exit never registered and the logging was the problem? I'm having to 
disable my backend processing because of this, since it just eats as much 
quota as I throw at it.

Any help regarding what on earth is happening here would be much 
appreciated.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread Tamanna Afroze
NO


On Tue, Aug 6, 2013 at 6:52 AM, stephanos stephan.beh...@gmail.com wrote:

 Can I share the dedicated Memcache across multiple apps?

 1 GB is too much for any of my applications, but divided by 5 apps this
 would make sense...

 Regards
 Stephan

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: 1.8.3 Pre-Release SDKs are now available.

2013-08-06 Thread avalanchy


  Fixed an issue with debugger/breakpoint not working on the dev_appserver


I hope that you won't forget about ipdb. Thanks.

W dniu wtorek, 30 lipca 2013 03:26:04 UTC+2 użytkownik Richmond Manzana 
napisał:

 Hello Again!

 Pre-release SDKs for Python, PHP and Java found here:
 http://code.google.com/p/googleappengine/downloads/list

 Please see the pre-release notes below.

 Cheers,

 Richmond Manzana
 Technical Program Manager
 Google App Engine

 App Engine SDK - Pre-Release Notes

 Version 1.8.3

 Python
 ===
 - Fixed an issue with the Mail API, email addresses that contain encoded
   newlines as specified in rfc2047 are now parsed correctly.
 - Fixed an issue with channels.send_message failing when a client id has 3 
 or
   more dashes.
 - Fixed an issue with ndb.non_transactional correctly restoring the db
   library's transactional state.
 
 https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=232
 - Fixed an issue with NDB raising the correct exception when the rollback
   itself has an exception.
 
 https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=234
 - The NDB model property settings 'default' and 'required' are no longer
   mutually exclusive.
 
 https://code.google.com/p/appengine-ndb-experiment/issues/detail?id=236
 - Fixed an issue with debugger/breakpoint not working on the dev_appserver.
 
 http://code.google.com/p/appengine-devappserver2-experiment/issues/detail?
 id=28
 http://code.google.com/p/googleappengine/issues/detail?id=9012
 http://code.google.com/p/googleappengine/issues/detail?id=9027
 - Fixed an issue with NDB queries supporting iterate over distinct queries.
 http://code.google.com/p/googleappengine/issues/detail?id=9591
 - Fixed an issue with enabling cloud integration for existing apps.
 https://code.google.com/p/googleappengine/issues/detail?id=9602
 - Fixed an issue with users not being able to view the cron jobs page in 
 the
   dev_appserver.
 https://code.google.com/p/googleappengine/issues/detail?id=9665



 PHP
 ===
 - There is now better support for stat() related functions for Google Cloud
   Storage objects.
 - Added a read through cache to the GCS client to improve performance. This
   allows for optimistic caching for write-once, read-many applications and
   performs on-write invalidation.
 - Environment variables that are set in app.yaml are now available in the 
 PHP
   runtime.
 - You can now pass an array of metadata as part of the Google Cloud Storage
   upload context.
 - Apps can now use opendir()/readdir()/rewinddir()/closedir() on Google 
 Cloud
   Storage buckets.
 - The PHP Task Queue API now supports adding tasks in bulk via the 
 addTasks()
   method on the new PushQueue class.
 - The PHP Task Queue API now supports setting headers on the PushTask 
 class.
 - Fixed an issue with the Mail API, email addresses that contain encoded
   newlines as specified in rfc2047 are now parsed correctly.
 - Fixed an issue with enabling cloud integration for existing apps.
 https://code.google.com/p/googleappengine/issues/detail?id=9602



 App Engine Java SDK Pre-Release Notes
 =
 - Fixed an issue with the Mail API, email addresses that contain encoded
   newlines as specified in rfc2047 are now parsed correctly.
 - Fixed an issue with ChannelService.sendMessage() failing when a client 
 id has
   3 or more dashes.
 - Fixed an issue with enabling cloud integration for existing apps.
 https://code.google.com/p/googleappengine/issues/detail?id=9602



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Users and Google Accounts

2013-08-06 Thread Eric Sepich
I since deployed the application to make sure that perhaps it was not some 
limitation of the eclipse development environment and I still see the 
home.jsp not recognizing the user variable even though the browser is 
logged into gmail.

On Tuesday, August 6, 2013 1:49:29 PM UTC-7, Eric Sepich wrote:

 package clock;

 import java.io.IOException;
 import java.text.SimpleDateFormat;
 import java.util.Date;
 import java.util.SimpleTimeZone;
 import javax.servlet.RequestDispatcher;
 import javax.servlet.ServletException;
 import javax.servlet.http.*;

 import com.google.appengine.api.users.User;
 import com.google.appengine.api.users.UserService;
 import com.google.appengine.api.users.UserServiceFactory;

 @SuppressWarnings(serial)
 public class ClockServlet extends HttpServlet {
 public void doGet(HttpServletRequest req,
   HttpServletResponse resp)
 throws IOException, ServletException {
 SimpleDateFormat fmt = new SimpleDateFormat(-MM-dd 
 hh:mm:ss.SS);
 fmt.setTimeZone(new SimpleTimeZone(0, ));

 UserService userService = UserServiceFactory.getUserService();
 User user = userService.getCurrentUser();
 String loginUrl = userService.createLoginURL(/);
 String logoutUrl = userService.createLogoutURL(/);

 req.setAttribute(user, user);
 req.setAttribute(loginUrl, loginUrl);
 req.setAttribute(logoutUrl, logoutUrl);
 req.setAttribute(currentTime, fmt.format(new Date()));

 resp.setContentType(text/html);
 
 RequestDispatcher jsp = 
 req.getRequestDispatcher(/WEB-INF/home.jsp);
 jsp.forward(req, resp);
 }
 }


 ---

 %@ taglib uri=http://java.sun.com/jsp/jstl/core; prefix=c %
 html
   head
 titleThe Time Is.../title
   /head
   body
 c:choose
   c:when test=${user != null}
 p
   Welcome, ${user.email}!
   You can a href=${logoutUrl}sign out/a.
 /p
   /c:when
   c:otherwise
 p
   Welcome!
   a href=${loginUrl}Sign in or register/a to customize.
 /p
   /c:otherwise
 /c:choose
 pThe time is: ${currentTime}/p
   /body
 /html

 -

 Even though I am signed in to my Google Account in Chrome I am still 
 seeing Sign in or register not Welcome as I expected. When I click Sign in 
 I am forwarded to a page with one text field to enter an email and a check 
 box to sign in as administrator. There must be something wrong because I 
 think since I am logged into gmail it should display welcome?

 Thanks in advance...




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Error parsing ProtoRPC request. Unable to parse request content: Base64 decoding error...

2013-08-06 Thread DiTieM
 

Hi

I have an application running on iOS with GAE endpoints. The application 
takes a PNG file, applies Base64 encoding and send it to the server. This 
was working nicely, but suddenly it stopped working. I suspect it has got 
broken in GAE environment 1.8.2. From the xCode console:

(lldb) po error

$4 = 0x1730 Error Domain=com.google.GTLJSONRPCErrorDomain Code=400 The 
operation couldn’t be completed. (Error parsing ProtoRPC request (Unable to 
parse request content: Base64 decoding error: character mapping must return 
integer, None or unicode)) UserInfo=0x173ccce0 {error=Error parsing 
ProtoRPC request (Unable to parse request content: Base64 decoding error: 
character mapping must return integer, None or unicode), 
GTLStructuredError=GTLErrorObject 0x173ccc70: {message:Error parsing 
ProtoRPC request (Unable to parse request content: Base64 decoding error: 
character mapping must return integer, None or unicode) code:400 
data:[1]}, NSLocalizedFailureReason=(Error parsing ProtoRPC request (Unable 
to parse request content: Base64 decoding error: character mapping must 
return integer, None or unicode))}

The EndPoint function in python is not even called (I put a logging message 
on the first line). The server log does not even show an error in the 
logged call.

Can someone throw any light?


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Andy
Where do you see that? 

If you look at the current services and features it's not listed 
experimental:
https://developers.google.com/appengine/features/

If you look at the release notes it was never mentioned as experimental 
even when released with other new APIs that were marked experimental:
http://googleappengine.blogspot.com/2011/03/announcing-app-engine-143-release_30.html
https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes






On Tuesday, August 6, 2013 5:48:56 PM UTC-4, rdodev wrote:

 Andy,

 The file-like API for blob store is not covered by that deprecation policy 
 because it was never in production to begin with. It was provided as 
 experimental. It sucks and it hit us really hard, but we also understand 
 their decision and we already have the migration to GCS in our backlog. 

 On Tuesday, August 6, 2013 5:09:01 PM UTC-4, Andy wrote:

 Hi Chris,
 I thought production API's were available for the greater of 1 year or 
 2015 per the prior deprecation policy:
  

 http://googleappengine.blogspot.com/2012/04/app-engine-and-googles-new-deprecation.html

 Can you confirm that is still the case?

 It would be really nice to keep the blobstore around.  Focusing on 
 deprecating APIs instead of new product features can be a real pain.  We're 
 still trying to migrate off M/S but cannot yet due to a bug in the 
 migration tool related to the number of namespaces.

 Thanks,
 Andy



 On Tuesday, July 30, 2013 8:17:21 PM UTC-4, Chris Ramsdale wrote:

 while there's currently no defined date for decommissioning this API, we 
 are committed to supporting it throughout the remainder of the year (2013). 
  please don't hesitate to reach out to me directly (cram...@google.com), 
 if you have further questions (this thread is fine as well).

 -- Chris

 Product Manager, Google App Engine


 On Mon, Jul 29, 2013 at 6:37 AM, rdodev ami...@gmail.com wrote:


 http://stackoverflow.com/questions/17903025/gae-blobstore-file-like-api-deprecation-timeline-py-2-7-runtime

 This is a question for the App Engine team.

 Last week we realized that the App Engine team had marked the file-like 
 API for writing and reading to the blobstore as being deprecated and 
 likely 
 to be removed in the future. We have quite a bit of infrastructure relying 
 on that API that now we need to port to the alternative they suggest 
 (Google Cloud Storage) and this is not a trivial effort (especially 
 considering our current backlog). So the question is: how soon will this 
 file-like API be unavailable? It's fairly important for us to know as 
 depending on the answer, we might shuffle our backlog to prioritize the 
 porting of using the Blobstore to GCS.

 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread rdodev
In the Blobstore documentation page, the file-like API used to have a 
(Experimental) by the subheading. That was replaced by the deprecation 
notice.

https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore

which as you see, it was last updated June 20th.

On Tuesday, August 6, 2013 7:50:44 PM UTC-4, Andy wrote:

 Where do you see that? 

 If you look at the current services and features it's not listed 
 experimental:
 https://developers.google.com/appengine/features/

 If you look at the release notes it was never mentioned as experimental 
 even when released with other new APIs that were marked experimental:

 http://googleappengine.blogspot.com/2011/03/announcing-app-engine-143-release_30.html
 https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes






 On Tuesday, August 6, 2013 5:48:56 PM UTC-4, rdodev wrote:

 Andy,

 The file-like API for blob store is not covered by that deprecation 
 policy because it was never in production to begin with. It was provided as 
 experimental. It sucks and it hit us really hard, but we also understand 
 their decision and we already have the migration to GCS in our backlog. 

 On Tuesday, August 6, 2013 5:09:01 PM UTC-4, Andy wrote:

 Hi Chris,
 I thought production API's were available for the greater of 1 year or 
 2015 per the prior deprecation policy:
  

 http://googleappengine.blogspot.com/2012/04/app-engine-and-googles-new-deprecation.html

 Can you confirm that is still the case?

 It would be really nice to keep the blobstore around.  Focusing on 
 deprecating APIs instead of new product features can be a real pain.  We're 
 still trying to migrate off M/S but cannot yet due to a bug in the 
 migration tool related to the number of namespaces.

 Thanks,
 Andy



 On Tuesday, July 30, 2013 8:17:21 PM UTC-4, Chris Ramsdale wrote:

 while there's currently no defined date for decommissioning this API, 
 we are committed to supporting it throughout the remainder of the year 
 (2013).  please don't hesitate to reach out to me directly (
 cram...@google.com), if you have further questions (this thread is 
 fine as well).

 -- Chris

 Product Manager, Google App Engine


 On Mon, Jul 29, 2013 at 6:37 AM, rdodev ami...@gmail.com wrote:


 http://stackoverflow.com/questions/17903025/gae-blobstore-file-like-api-deprecation-timeline-py-2-7-runtime

 This is a question for the App Engine team.

 Last week we realized that the App Engine team had marked the 
 file-like API for writing and reading to the blobstore as being 
 deprecated 
 and likely to be removed in the future. We have quite a bit of 
 infrastructure relying on that API that now we need to port to the 
 alternative they suggest (Google Cloud Storage) and this is not a trivial 
 effort (especially considering our current backlog). So the question is: 
 how soon will this file-like API be unavailable? It's fairly important 
 for 
 us to know as depending on the answer, we might shuffle our backlog to 
 prioritize the porting of using the Blobstore to GCS.

 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-appengi...@googlegroups.com.
 To post to this group, send email to google-a...@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 6:50 PM, Andy amon...@tadpoles.com wrote:

 If you look at the current services and features it's not listed
 experimental:
 https://developers.google.com/appengine/features/



The Files API is not a service. The datastore, mail, logging, etc abilities
are services. The Files API was an experimental way to access and
read/write files to the Blobstore or GCS (now superseded by the GCS-only
library)


On Tue, Aug 6, 2013 at 6:55 PM, rdodev ami...@gmail.com wrote:

 In the Blobstore documentation page, the file-like API used to have a
 (Experimental) by the subheading. That was replaced by the deprecation
 notice.


 https://developers.google.com/appengine/docs/python/blobstore/#Writing_Files_to_the_Blobstore

 which as you see, it was last updated June 20th.





+1.

The Experimental tag was always there, until it was replaced by the
Deprecated tag.


-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Redirect loop logging in

2013-08-06 Thread Nathan Toone
Thank you - I have logged a production bug, but I am now able to log in (so 
whatever you reset must have worked).

-Nathan

On Aug 5, 2013, at 12:41 PM, Matthew Blain matthew.bla...@google.com wrote:

 Hi Nathan,
 This is typically an issue with the Admin Console. You can file a production 
 bug as Sebastian Kreft suggested in the Stack Overflow thread; if you do so, 
 please specify the time when it happened as close as possible so we can debug 
 it more easily. (Or reply here.)
 I have reset some state with your 'nathan.toone' account; if that works 
 please note that; I do not expect it to resolve the issue but it may.
 
 --Matthew
 
 On Friday, August 2, 2013 2:53:57 PM UTC-7, toonetown wrote:
 I am having a problem logging in to the appengine console using certain 
 accounts on my google apps domain (but not others).
 
 No matter what browser I use (Firefox, Chrome, Safari, IE), I get a too many 
 redirects error on https://appengine.google.com/start when I try to log in 
 using a specific account.  I have tried resetting all the browsers as well 
 (clearing all cookies, cache, etc - even trying it on a clean install of an 
 OS) - with no luck.  Going directly to 
 https://appengine.google.com/a/domain.name causes the same loop for those 
 accounts.  The same thing happens when running the browsers with privacy mode 
 enabled.
 
 One of the accounts having problems is the user nathan.toone on the 
 k9webprotection.com google apps domain - however we can log in with the user 
 admin or the user build-agent on the same domain just fine (but not 
 build.agent or user2).  It seems to be all over the place as to which 
 accounts are able to log in without the redirect loop and which ones aren't.
 
 I have contacted google apps for your domain support, and they have said that 
 it is outside their scope.  They very helpfully pointed me to 
 https://developers.google.com/appengine/kb/general - which didn't help *AT 
 ALL*. :(
 
 Again - the odd thing is that there are some of the accounts on the same 
 domain that are able to log in just fine.  Does anyone have any idea what 
 could be happening, or have a way for me to contact someone to get this 
 worked out?  I have found a couple of other people saying they have had this 
 problem, but have not been able to encounter a solution.
 
 -Nathan
 
 -- 
 You received this message because you are subscribed to a topic in the Google 
 Groups Google App Engine group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/BbSy1JlY1KQ/unsubscribe.
 To unsubscribe from this group and all its topics, 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.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [google-appengine] Can't integrate GCS to existing AppEngine project

2013-08-06 Thread Kaan Soral
I've digged further into the issue, happens on projects that has Cloud 
Console billing enabled

After I enable the billing, it starts throwing *The account for the 
specified project has been disabled.* errors for anything

GCS read/write gets disabled, can't create any buckets, however projects 
that don't have billing enabled works

On Wednesday, August 7, 2013 12:53:16 AM UTC+3, Kaan Soral wrote:

 After the integration, and after re-enabling billing at Google Cloud 
 Console, I get:
 *The account for the specified project has been disabled.*
 When I try to create a bucket,
 I don't know what it means, but it's kind of a disturbing error message, 
 it appears as a temporary warning on top of the page

 I've googled the error, no results, just 1 match, the Customer Support 
 section suggests using Stack Overflow for a solution, what should I do at 
 this point?


 On Wednesday, August 7, 2013 12:35:45 AM UTC+3, Kaan Soral wrote:

 I've just tested it on another project that I have billing enabled, and 
 it succeeded, hope it doesn't have any side effects because that project 
 didn't needed the integration :)

 I've also just re-retried the actual project I need the integration for, 
 and it succeeded too, this time :)

 Thanks Anyway, I guess something changed during this time, or it might 
 have been a temporary issue

 On Tuesday, August 6, 2013 11:11:11 AM UTC+3, Amy Unruh wrote:

 Kaan,  
 What is the text of the error message you're seeing?  And, what is the 
 app id of the app that's giving the error? (you can email me directly if 
 you like).

 Also, have you tried this with more than one App Engine app?-- are they 
 all acting up, or is it just the one?

  -Amy


 On 6 August 2013 11:50, Kaan Soral kaan...@gmail.com wrote:

 On Appengine Console  Administration  Application Settings  Cloud 
 Integration
 I've triggered the project creation, but it always results in an error 
 and suggests a retry (a retry button appears)

 On https://cloud.google.com/console
 I see all my apps, however none has Google Cloud Storage on them, they 
 all have Appengine / Big Query / Datastore, but no GCS
 I've also have billing enabled for a long time

 What should I be doing?

 -- 

  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Users and Google Accounts

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 3:49 PM, Eric Sepich ericsepic...@gmail.com wrote:

 Even though I am signed in to my Google Account in Chrome I am still
 seeing Sign in or register not Welcome as I expected. When I click Sign in
 I am forwarded to a page with one text field to enter an email and a check
 box to sign in as administrator. There must be something wrong because I
 think since I am logged into gmail it should display welcome?



Before using a custom JSTL page, first try to see if you can get the Users
service working.

First, deploy this servlet demo:
https://developers.google.com/appengine/docs/java/gettingstarted/usingusers

Then deploy this demonstration JSTL file (also uses the Users API):
https://developers.google.com/appengine/docs/java/gettingstarted/usingjsps

From there, you can modify the demonstration JSTL file slowly until you get
the page you want.


-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Share dedicated Memcache across apps?

2013-08-06 Thread YH Yang
LOL, people usually don't complain the free quota is too much. :D
Maybe you can try the new module feature, and make your 5 apps into 1 app
with 5 modules.


2013/8/7 Tamanna Afroze afroze...@gmail.com

 NO


 On Tue, Aug 6, 2013 at 6:52 AM, stephanos stephan.beh...@gmail.comwrote:

 Can I share the dedicated Memcache across multiple apps?

 1 GB is too much for any of my applications, but divided by 5 apps this
 would make sense...

 Regards
 Stephan

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.




  --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] SendGrid Integration

2013-08-06 Thread pdknsk
Hmm to get feature parity (plus some extra features to be fair), you need 
to subscribe to the $80/month package. In particular DKIM customization, 
to setup DKIM records for your domain. This is available at no extra charge 
when you setup App Engine with a custom domain through Google Apps.

http://sendgrid.com/pricing

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] SendGrid Integration

2013-08-06 Thread Vinny P
On Tue, Aug 6, 2013 at 9:29 PM, pdknsk pdk...@gmail.com wrote:

 Hmm to get feature parity (plus some extra features to be fair), you need
 to subscribe to the $80/month package. In particular DKIM customization,
 to setup DKIM records for your domain. This is available at no extra charge
 when you setup App Engine with a custom domain through Google Apps.

 http://sendgrid.com/pricing



+1.

I hope GAE's mail service isn't going anywhere - SendGrid is expensive when
it comes to certain services.



-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread Vinny P
 On Tue, Aug 6, 2013 at 5:03 AM, VB apps4mas...@gmail.com wrote:

 When I click on DataStore Viewer it says -

 Oops! We couldn't retrieve your list of Kinds.
 Please Try again.

 Can someone throw some light as to what wrong is happening here?




 Sometimes that error appears when the datastore viewer is having
difficulty accessing your entities. Just try accessing it again after a few
minutes.

However, most of the time that message simply means that there aren't any
entities saved in your datastore. Do you have anything saved within your
datastore?


-
-Vinny P
Technology  Media Advisor
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] maven + guice + appengine

2013-08-06 Thread Jon Stevens
Thanks for the suggestion, but it didn't help.

I've boiled this down to a super simple war project and filed an issue. 
Hopefully someone smarter than I will take a look into it. As far as I can 
tell, using Guice is totally broken with the maven appengine plugin.

https://code.google.com/p/appengine-maven-plugin/issues/detail?id=35

jon


On Monday, August 5, 2013 1:00:44 PM UTC-7, Rafael Sanches wrote:

 try to add this: 

 dependency
 groupIdorg.ow2.asm/groupId
 artifactIdasm/artifactId
 version4.0/version
 /dependency   

 also, this type of question is perfect for stackoverflow. You can tag your 
 post with appengine-maven-plugin. 

 thanks
 rafa


 On Sun, Aug 4, 2013 at 6:51 PM, Jon Stevens latc...@gmail.comjavascript:
  wrote:

 Hi all,

 I've got a pretty simple webapp that I'm trying switch to maven and get 
 running with the mvn appengine:devserver command. I'm getting an odd stack 
 trace during startup that seems centered around my use of Guice. I've done 
 all the requisite searching, but have come up empty handed.

 This app worked fine before just running it in the Google Plugin for 
 Eclipse and a simple ant based build.

 Instead of posting the entire stack trace here, I've created a gist for 
 it: https://gist.github.com/lookfirst/af1a3d11c5800bdcf8b9

 Any ideas?

 jon

  -- 
 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.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Not Able to view my entities in DataStore

2013-08-06 Thread Lekh Raj
Hi Vinny,

Thanks for your reply.
Yes I am trying to save a Note entity into the datastore by the below code.
I am not able to see any error when I click on the send button.

Is there any other way to debug this and identify what might be going wrong?

public void sendMsg(View view) {
 EditText msgTxt = (EditText) findViewById(R.id.editText1);
 String msg = msgTxt.getText().toString();
 System.out.println(Note to be inserted -  + msg);
 
 if (msg.length()  0){
 new EndpointsTask().execute(getApplicationContext());
 }
}

On Wednesday, August 7, 2013 8:19:24 AM UTC+5:30, Vinny P wrote:

 On Tue, Aug 6, 2013 at 5:03 AM, VB wrote:

 When I click on DataStore Viewer it says -

 Oops! We couldn't retrieve your list of Kinds. 
 Please Try again.

 Can someone throw some light as to what wrong is happening here?

  
  
  
  Sometimes that error appears when the datastore viewer is having 
 difficulty accessing your entities. Just try accessing it again after a few 
 minutes. 
  
 However, most of the time that message simply means that there aren't any 
 entities saved in your datastore. Do you have anything saved within your 
 datastore?
   
  
 -
 -Vinny P
 Technology  Media Advisor
 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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Premier support down?

2013-08-06 Thread Takashi Matsuo
Hi Aleem,

Sorry for the inconvenience. It's a known issue and we're working on a fix.
I'll e-mail you for a workaround.

-- Takashi


On Mon, Aug 5, 2013 at 10:02 AM, Aleem Mawani al...@streak.com wrote:

 I noticed that this URL no longer seems to work:

 https://enterprise.google.com/supportcenter/managecases/

 --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Takashi Matsuo | Developers Programs Engineer | tmat...@google.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.
For more options, visit https://groups.google.com/groups/opt_out.