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
2 answers

unable to access the google app engine application/ gets deployed on incorrect project id

My web application on google app engine was built using jdk 1.7 and eclipse. The project worked fine on the localhost server and so i deployed to the cloud using eclipse tool. The issue is that the application instead of being deployed to…
Ronit Oommen
  • 3,040
  • 4
  • 17
  • 25
1
vote
2 answers

How can i use the newest app engine sdk for java (with maven or eclipse)?

I wanted to start using GAE with Java but i am still struggling with the tooling. My first try was using Eclipse with the "Google Plugin for Eclipse". I got it running, but when debugging i get the information, that my sdk is outdated. So i ask…
1
vote
2 answers

Google App Engine modules / services app deploy from Eclipse

Since a week my Google App Engine project fails to deploy to the Google server. It is an EAR project (with modules / services) which does not use maven. I have always deployed it to the remote server using the 'Servers' panel in Eclipse (JEE, or…
rakensi
  • 1,437
  • 1
  • 15
  • 20
1
vote
1 answer

App Engine not loading queue.xml

I have a multi-module style Google App Engine App. It has a main Java Enterprise Project (eap), which references 3 Dynamic Web Projects. All works great. Except task queues.. I am trying to create my own custom taskqueue. I created a WEB-INF folder…
Daniel Guillamot
  • 843
  • 2
  • 9
  • 18
1
vote
1 answer

GAE Eclipse: Cross-Modules Referencing

I have a project setup with an EAR and two WAR projects (=modules) in Eclipse for Google AppEngine (GAE). I would like to reference classes from module A in module B. How do I do this? What I have done so far: I have added module A to the build path…
1
vote
0 answers

Generating client library of app engine project takes too long

I am developing app engine connected android application. For that i have created entity in app engine application and then i am generating endpoint classes of that. After that when i Generate Client Library For Android app, it takes too much time…
1
vote
1 answer

google endpoint message stops working after updating to java 7

Google endpoint message objects are very simple POJOs. I have a compound POJO that used to work but now is no longer working. The error I am getting, when android client makes the call, is that the JSON cannot be parsed because of AnimalTag. Here…
user3093402
  • 1,419
  • 4
  • 20
  • 28
1
vote
3 answers

Unable to accessing Google app engine dev server from other computers

I successfully set up a GAE dev server on my computer using Eclipse which is now accessible at :8889. But this server is only accessible from my computer. I can't access it from my android phone's browser and other computer (which is connected to…
user3344591
  • 567
  • 5
  • 21
1
vote
2 answers

Google App Engine update or rollback not working

I am having trouble deploying my Google app engine project. It tells me to do a rollback, so I do that and it says it succeeded... but when I redeploy it fails again! I try changing the version of my app and update but it STILL fails with the same…
Mike
  • 3,855
  • 5
  • 30
  • 39
1
vote
1 answer

Google App Engine (GAE) message.getContent() using javamail and IMAP not works

I have several days trying to get the contents of a message through IMAP on a Google App Engine Project. I managed to extract all the other information, but to extract the contents of jumps me an error message (not work even invoking…
1
vote
2 answers

adding appengine eclipse plugin to ADT eclipse

I download the eclipse bundle for android. Now I want to add the Appengine plugin to eclipse. Should I download a separate instance of eclipse for Appengine or may I add GAE(Google App Engine) to the ADT eclipse?
Cote Mounyo
  • 13,817
  • 23
  • 66
  • 87
1
vote
2 answers

java.lang.NoClassDefFoundError: GCMIntentService

My app used to work perfectly fine. Recently I updated eclipse (the plugins), and now I am getting this error. I have not changed my code so I know it should continue to work. but it does not. I am using the google eclipse plugin, which the updates…
Pouton Gerald
  • 1,625
  • 22
  • 32
1
vote
0 answers

query datastore entity by list property in java

I have a data model where one of the properties is a List called tags. For context: Say I am working on a free for all blog where writers are allowed to tag their posts (basically twitter et all). For example an entry may be an article about…
1
vote
2 answers

java.security.AccessControlException: File accessible thru browser but not within same server

So to not repeat myself too much, please refer to serve static image along side java google-enpoint api. As you can see from the referenced link, I am able to view the image through the url. However, when I am trying to read filenames using similar…
1
vote
2 answers

how do I point my android app to my online apengine endpoint

I have created an app-engine connected android project. Presently I have deployed my backend (endpoint api) to app-engine. Now I want to point the android app (apk) to the online server/api. How do I do that? Basically, is the following all I have…
learner
  • 11,490
  • 26
  • 97
  • 169