Questions tagged [gae-eclipse-plugin]

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

101 questions
33
votes
3 answers

using blobstore with google cloud endpoint and android

I am developing an app-engine connected android project using the eclipse plugin. One aspect of the app is to allow user Alpha to send pictures to user Bravo. To do that I have the following setup: User Alpha posting: send image to my app engine…
19
votes
3 answers

Why does Eclipse consider that the app engine sdk jar is the directory where the app engine SDK is?

I have a Google App Engine project imported in Eclipse. For some reason when I go to Eclipse project properties the Google App Engine SDK seems to be saved as the location of the jar (appengine-api-1.0-sdk-1.4.0.jar) instead of the location where…
14
votes
8 answers

GAE 500 server error

I'm developing app on GAE, I test the website locally fine however, every time I tried to deploy it to the GAE it reports with Error: Server Error The server encountered an error and could not complete your request. Please try again in 30…
i3wangyi
  • 2,279
  • 3
  • 15
  • 12
12
votes
2 answers

appengine connected android project dead on arrival

I am following the tutorial to the letter; well, it's actually pretty basic so there is really nothing there. But when I created the project, the android portion is not compiling. Eclipse complains about not being able to resolve the imports. For…
11
votes
1 answer

Google appEngine: 404 when accessing /_ah/api

I try to build a very simple GAE application, using eclipse and the Google Plugin for Eclipse. I've generated some Endpoint from an @Entity class, then I've generated Cloud Endpoint Client library. After that I've started the appEngine project…
jfu
  • 1,700
  • 1
  • 22
  • 31
10
votes
1 answer

Proguard exception while creating release android apk

I am building an app engine connected android project using the eclipse plugin. The project is working fine and so I decide it's time to create a release APK. Using eclipse, I go through the process. But when I reached the end, I get an exception:…
Pouton Gerald
  • 1,625
  • 22
  • 32
9
votes
1 answer

Method interference in Google Cloud Endpoints with Google Eclipse Plugin

I am experiencing a strange behavior while generating endpoints using the Google Appengine Eclipse plugin. I have an endpoint class with over 20 endpoint methods. When I first tried generating the endpoints for android I get the error Generating…
learner
  • 11,490
  • 26
  • 97
  • 169
7
votes
2 answers

Google Cloud Endpoint keeps throwing "unexpected end of stream" exception

Does anyone know why Google Cloud Endpoint keeps throwing unexpected end of stream exception even before my app engine instance is actually reached? I keep getting the following error when I call my endpoint. In most places the error shows after…
7
votes
2 answers
6
votes
3 answers

how to create gwt gae with app engine modules using google eclipse plugin

How to create a new GWT and GAE project with modules using google eclipse plugin in Java? I tried using make a new web applications from the eclipse, but it just create me a GWT and GAE project without modules. Thanks.
6
votes
5 answers

How to shutdown Google App Engine's local dev server from the command line?

I have run the local GAE app server (dev_appserver.py) from Eclipse and then Eclipse crashed. So I had to kill Eclipse and restart it. However, when Eclipse restarted, it lost connection to the still running GAE server and I cannot figure how to…
Win Myo Htet
  • 5,377
  • 3
  • 38
  • 56
5
votes
2 answers

GWT+GAE error :failed org.mortbay.jetty.nio.SelectChannelConnector by running GWTTestCase-JUnit

I usually use Eclipse IDE for GAE+GWT project. Environment:GWT2.1.1, GAE 1.4.0 In GWT Project(without GAE), using GWTTestCase in the project,,, →no problem. run well. In GWT+GAE Project, using GWTTestCase in the project for GWT,,, →When running the…
Tinoue
  • 65
  • 1
  • 6
4
votes
1 answer

Google Cloud SQL migration from the first to second generation

Google Cloud SQL: after an upgrade SQL from the first generation to second MySQL workbench can’t connect my instance in Cloud. Why? Maybe you need to do instance 5.7 ? Google application Engine: after upgrade SQL from the first generation to second…
4
votes
2 answers

How to deploy Play! app to GAE from Eclipse?

Currently I deploy using command line: play war myappname -o myappname-war APPENGINE_SDK_DIR/bin/appcfg update myappname-war/ I am developing in Eclipse. Can I deploy the Play! app using Eclipse plugin as I used to for standard GAE apps?
samwize
  • 25,675
  • 15
  • 141
  • 186
3
votes
2 answers

unable to install google app engine plugin for eclipse(indigo)

when i try to install google app engine plugin for eclipse it keeps giving below error message at about 47% "installing software has encountered a problem. An error occured while collecting items to be installed" An error occurred while collecting…
1
2 3 4 5 6 7