Questions tagged [gae-eclipse-plugin]

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

101 questions
3
votes
1 answer

How can the Google Cloud Datastore Emulator verify our datastore-index.xml?

We use the Google Cloud Datastore Emulator. It autogenerates indexes.yaml. But as we did with the old Google Plugin for Eclipse, we want to get missing-index messages in the local development environment, and not later in cloud deployment. So, we…
Joshua Fox
  • 18,704
  • 23
  • 87
  • 147
3
votes
3 answers

Spring + GAE incorrect initialization of spring container

I am trying to write an aoolication enabled with Spring + GAE but I've faced with a very strange problem. For persistence layer I user JPA with following persistence.xml file:
3
votes
2 answers

How to increase download timeout setting in Eclipse 3.6 (Helios)

I'm having trouble downloading the Google App Engine plugin for Eclipse. Specifically, it times out when it reaches this file: com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102.jar I'm able to download it manually, but downloading pauses…
Tony the Pony
  • 40,327
  • 71
  • 187
  • 281
3
votes
1 answer

Error while generating client library in google app engine sdk - 1.9.6

I have update my eclipse app engine plugin version to 1.9.6 and its creating problem for me. Whenever i try to Generate Cloud endpoint client library at that time its throwing exception and library is not generated. I searched on this issue but no…
Zankhna
  • 4,570
  • 9
  • 62
  • 103
3
votes
1 answer

Using JSF 2.2.5 with Google App Engine

I have used Google App Engine for Python development, and I have some experience of Enterprise Java development using JSF2 on Tomcat. However, I have been following this guide to set up GAE with JSF2, but cannot get it to work. The application…
3
votes
1 answer

Generating Cloud Endpoint has encountered errors and is not complete

The title line is the error I get from eclipse when I right click my project to Google > Generate Cloud Endpoint Client Library. I can run the endpoint fine as a Web Application so there is no error in the code that I or the compiler can detect.…
3
votes
1 answer

Serving blob from app-engine endpoint

I want to serve a blob from my google endpoint server to an android app; not a link to the blob, the actual blob. Do I have to encode the blob in Base64 to send it from the endpoint or is that handled by app-engine? Please do not confuse this…
3
votes
0 answers

Out-of-the-box app-engine connected android project not working -- app crashes

I have been following to the letter the simple tutorial on Creating an App Engine Connected Android Project using the eclipse plugin. After setting up everything, running the project leads to two possibilities: If LOCAL_ANDROID_RUN = false, the…
3
votes
4 answers

Can't deploy to GAE - the application doesn't exist

Using Eclipse, I am experiencing an error when trying to deploy a rather basic web app with JAX-RS and JAXB. It runs okay locally, but when trying it on the remote servers I get the message shown below... 'Deploying to Google' has encountered a…
RobbiewOnline
  • 1,350
  • 1
  • 16
  • 36
2
votes
3 answers

Error while starting a GAE/GWT project: Unable to restore the previous TimeZone

When I try to run a GWT App Engine project using the Eclipse plugin, I get the following error: Initializing App Engine server [ERROR] Unable to start App Engine server java.lang.RuntimeException: Unable to restore the previous TimeZone at…
user1115538
2
votes
0 answers

Compiling JSPs is very slow while uploading on Google App Engine

while uploading App Engine Application to server, GAE upload is very slow and gets stuck at "Compiling JSP". I have seen a bug for the same here - http://code.google.com/p/googleappengine/issues/detail?id=4222, but could not find a solution. I have…
2
votes
2 answers

Add scala class to DataNucleus enhancer CLASSPATH

I am writing a Google App Engine web app and wish to use Scala on the server side. I'm using Eclipse and the Google App Engine plugin. However, as soon as I add an empty Scala class source file to my project, the DataNucleus enhancer warns: SEVERE:…
randusr836
  • 445
  • 1
  • 3
  • 16
2
votes
2 answers

Datanucleus Enhancer not working with GAE + Scala + Eclipse

I am trying to evaluate using GAE + Scala for a little side project but I cannot seem to get past a problem with the Datanucleus enhancer. My project is the basic GuestBook example application that I have added a Scala nature to, I then have added…
Ukko
  • 2,236
  • 2
  • 21
  • 33
2
votes
3 answers

Unable to install Google App Engine Plugin (Eclipse 3.6)

I've followed these instructions but I'm unable to install the GAE plugin on Eclipse 3.6 Helios. Any ideas what could be wrong and how to fix it? This is a clean install of Eclipse, the only added features are the Eclipse Web Developer Tools per…
Tony the Pony
  • 40,327
  • 71
  • 187
  • 281
2
votes
2 answers

Exception in thread "main" java.lang.NullPointerException: No API environment is registered for this thread getCurrentAppId

Language: - Java 1.7 Environment: - Eclipse IDE Kepler Requirement: - It is regarding fetch data from java application. I have created a web application in GAE which is working fine. Now I want to my application code should run from main and…