Questions tagged [gae-eclipse-plugin]

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

101 questions
1
vote
1 answer

Can i use the google app engine eclipse plugin with a maven gae project?

I migrated a GAE project to a Maven project with the official way (https://developers.google.com/appengine/docs/java/tools/maven) but I don't want to use Maven to deploy/use devserver. When I'm using the GAE Eclipse plugin I get an error: Could not…
1
vote
1 answer

Creating an App Engine Connected Android Project with Python

I find a seemingly simple app engine tutorial for creating an android app with a java backend. Does app engine have tutorials for using Python instead of Java? I have not been able to find one. Even if there is no simple python plugin as there is…
learner
  • 11,490
  • 26
  • 97
  • 169
1
vote
4 answers

GAE Java- Null pointer exception when trying to retrieve an object

I am new to GAE development. for me insertion using jpa to the datastore is working fine, but retrieval is not happening. Below is a method which authenticates the user when he try to login. public boolean loginUser(User user) { …
1
vote
1 answer

Why is maven looking for missing directories during gae:deploy?

Goal Setup maven to deploy a google app engine application to a staging server. Problem Maven is looking for a directory that doesn't exist in local repository for the appengine-java-sdk Environment Eclipse Juno m2e 1.2.0 Embedded Google App…
1
vote
2 answers

Getting application error: 2 in GAE PyDev application when deployed on app engine. Works fine locally

I am getting DownloadError: ApplicationError: 2 (11004, 'getaddrinfo failed') I'm making an API call to an application deployed on Tomcat on my machine and expecting a XML response, but doesn't work. Can someone propose a solution or an alternate…
0
votes
4 answers

GAE: Python and Java services together under same App ID

I have some Python services and I have defined handler locations for them in app.yaml I also have Java services and I have configured web.xml. I want them both to be under same APP ID, e.g. The Python app would be in…
ckain
  • 383
  • 5
  • 13
0
votes
2 answers

FUBAR after update to GAE-java-sdk-1.6.0/1.6.1 persistencemanager singleton

After I updated from GAE-JAVA-SDK-1.5.5 to 1.6.0 and 1.6.1 my app stop functioning properly. it started giving an error on the RPC service. Exception while dispatching incoming RPC call com.google.gwt.user.server.rpc.UnexpectedException: Service…
Aegis
  • 5,761
  • 2
  • 33
  • 42
0
votes
1 answer

App Engine Connected Android Project fails to register, even in debug mode

I've done this before and never had a problem. I'm using a different computer now - the main difference being that it's XP instead of W7 and I just can't seem to get this to work. I make a new project, debug it as a local app engine connected…
0
votes
1 answer

"Unable to load class for JSP" error running ANY JSP file with Eclipse / GPE / Google App Engine

I'm just trying to load any JSP file, but I get the same error, no matter if it's an empty application or it's one of the demos Google App Engine provides. I think it has something to do with my Eclipse settings. Any help would be so much…
mellowg
  • 1,786
  • 3
  • 15
  • 19
0
votes
1 answer

Grails1.4M1 + GAE + gorm-jpa don't work

any idea? how to fix it? where to add grails compile arg ? ERROR STACK: Welcome to Grails 1.4.0.M1 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: D:\Tool\Grails\ Base Directory: …
atian25
  • 4,166
  • 8
  • 37
  • 60
0
votes
1 answer

Can I install "Cloud Tools for Eclipse" without installing "Google Cloud SDK"?

I have used GAE 2 years ago. Now I am setting it up on new machine. My web application is multi author blog, it will use Datastore for storing data. I want to setup standard environment(and not flexible environment). I have already installed Java…
0
votes
1 answer

GAE development server ignores "threadsafe" flag

I'm using eclipse with Cloud Tools plugin for my GAE application (Java). I'm trying to make my servlet dispatch multiply requests, so I added the flag true in appengine-web.xml. But regardless the flag value, development…
Borg8
  • 1,562
  • 11
  • 19
0
votes
1 answer

HttpIoException: Error posting to URL: Error 302 found

Since today I have the following problem while deploying a new version to Google App Engine from Eclipse: com.google.appengine.tools.admin.HttpIoException: Error posting to URL:…
bashoogzaad
  • 4,611
  • 8
  • 40
  • 65
0
votes
0 answers

JDO java.lang.NullPointerException

I am very new to GAE, JDO and JAVA itself and got myself into a NullPointerException while posting my form data to the Servlet. The above code is my JSP file with the Form:
user3174027
  • 47
  • 2
  • 8
0
votes
0 answers

GAE JAVA Code changes not reflecting in Eclipse

I am asking this question after looking for an answer to my problem from past two days. THINGS ALREADY TRIED I have tried following things in eclipse: Clean/Build my Project Renaming my JavaScript file (changes in this file are the one which not…