Questions tagged [gae-eclipse-plugin]

A Cloud deployment API partially free to use (charged depending on usage type) provided by Google

101 questions
2
votes
0 answers

Generate Google Cloud Endpoint Lib Failure with SocketTimeoutException: Read timed out

Google app engine sdk version is 1.8.9 Google Plugin for Eclipse with https://dl.google.com/eclipse/plugin/4.3 OS version is windows 7 x64 Language is English Try to use the eclipse 4.3 to create the Guestbook sample as…
2
votes
1 answer

One to Many appengine connected android project

I have successfully created an app-engine connected android project. So now I want to take it to the natural next level: one endpoint api, many different android apps. My question is this: Does the eclipse plugin allow for this? If so, how would I…
2
votes
1 answer

Adding JRE 7 to eclipse on mac osx after upgrading to app-engine 1.7.7

I have been developing an app with the GAE-Eclipse-plugin. I just updated eclipse to app-engine 1.7.7. So that launched a whirlwind of errors that I have been walking thru. I finally figured that I need to install jre7. So I went to…
2
votes
1 answer

How to change from google eclipse plugin 1.7.7 to 1.7.5

Due to a bug in the google sphere I need to change from GEP 1.7.7 to version 1.7.5 or 1.7.6. How would I effect that change? I look in the eclipse marketplace, from within eclipse, but the plugins are arranged by eclipse versions such as 3.6, 3.7,…
2
votes
3 answers

Fetching blob from Google Blobstore without knowing size before hand

I need to fetch a blob from the Blobstore programmatically, without knowing the size before hand. Does anyone know how to do that? I have tried using BlobstoreService blobStoreService = BlobstoreServiceFactory.getBlobstoreService(); byte[] picture…
Katedral Pillon
  • 14,534
  • 25
  • 99
  • 199
2
votes
1 answer

Google App Engine Eclipse plugin without using GWT

I want to host a Java/AngularJS app on Google App Engine, and leverage the Eclipse plugin. I figure the most straightforward way to do this is: From within Eclipse, start a new Google Web Project. Go to project properties and uncheck GWT and…
Robert Christian
  • 18,218
  • 20
  • 74
  • 89
2
votes
2 answers

AppEngine Development Server gives StackOverflowError in JSP

I'm using the following code in a JSP file which I serve from an AppEngine serlvet. The variable is set from a Servlet using: req.setAttribute("role",…
Saad Farooq
  • 13,172
  • 10
  • 68
  • 94
2
votes
2 answers

app works fine locally but it won't launch on GAE

I'm trying to make a guestbook tutorial work on GAE but in vain. It runs perfectly on localhost but fails to start on GAE. I wonder how I couldn't find a solution for something this obvious and simple. Anyway I use version 1.6.5 and those are the…
santonsh
  • 66
  • 1
  • 5
2
votes
1 answer

Full Text Search in GAE

I've developing a test app using GAE/J + Objectify and now trying to query my Data with Full Text Search (assuming Full Text Search is same as queries my data with GQL). When I go to http://localhost:8888/_ah/admin/search it shows me following…
Maksim
  • 16,635
  • 27
  • 94
  • 135
1
vote
0 answers

Debugging App Engine with --backends

I can debug my application in Eclipse without running any backends just fine. Now I want to debug my application with the backends enabled. I start the dev_appserver via Eclipse with the --backends. But the execution doesn't stop at the breakpoints…
1
vote
0 answers

Migrating a Vaadin application to GAE

I'm trying to migrate my existing application to GAE using this tutorial: http://vaadin.com/wiki/-/wiki/Main/Google%20AppEngine%20HOWTO When trying to set the application ID, I get following error message: Cannot set application ID…
Glory to Russia
  • 17,289
  • 56
  • 182
  • 325
1
vote
0 answers

GAE Development datastore not there

Indigo on Windows 7 Pro 64bit Just bringing up an app for the first time; my datastore code is a close copy of various examples out there, and is just trying to save a single simple object. The pm.MakePersistent(o) apparently succeeds (i.e. doesn't…
1
vote
1 answer

Services in GAE Java 8 standard environment

I would like to know if there is any way to create a multiple services app in GAE using the Java 8 standard runtime environment. I am using Eclipse and it looks forbidden to include the WAR in an EAR structure when creating a Dynamic Web Project…
Jimbo
  • 121
  • 1
  • 4
1
vote
1 answer

Google App Engine (Java) local datastore elements resurrecting even after deleting local_db.bin and cleaning my project

** GAE/J, Eclipse, Local Datastore: ** I have changed my data model, including the structure of one of my entity classes. In an attempt to start over with my data, I followed the advice of JohnIdol in this SO answer: How to delete all datastore in…
1
vote
2 answers

How to fix an Eclipse 3.6 plugin installation?

I tried to install the Google App Engine plugin in Eclipse (Version 3.6 Helios) via Install New Software..., but the download never finished because it kept timing out. I then tried to install the plugin via the "dropin" method as described in this…
Tony the Pony
  • 40,327
  • 71
  • 187
  • 281