gae-eclipse-plugin

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

*爱你&永不变心* 提交于 2020-01-24 19:35:18
问题 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 log errors: 2012-05-22 16:28:36.724 /guestbook 500 183ms 0kb Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0 109.226.55.233 - - [22/May/2012:16:28:36 -0700] "GET /guestbook HTTP/1.1" 500 0 "http://guestbooktestingtutorial

java.lang.NoClassDefFoundError: GCMIntentService

蓝咒 提交于 2020-01-16 02:24:06
问题 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 changed to version 8. Basically I still see everything in the android project. the gcm.jar is still there for example. And my manifest has not change. I can keep listing stuff but it would just be more words. Bottom line: It used to work fine. 回答1:

Method interference in Google Cloud Endpoints with Google Eclipse Plugin

浪尽此生 提交于 2020-01-12 14:23:13
问题 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 Cloud Endpoint has encountered errors and is not complete By way of troubleshooting, I comment out all the methods to find the culprits. What I found is a bit baffling. After uncommenting the 16th method, I get the error again. There are two methods

Method interference in Google Cloud Endpoints with Google Eclipse Plugin

我怕爱的太早我们不能终老 提交于 2020-01-12 14:20:49
问题 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 Cloud Endpoint has encountered errors and is not complete By way of troubleshooting, I comment out all the methods to find the culprits. What I found is a bit baffling. After uncommenting the 16th method, I get the error again. There are two methods

Method interference in Google Cloud Endpoints with Google Eclipse Plugin

蓝咒 提交于 2020-01-12 14:20:17
问题 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 Cloud Endpoint has encountered errors and is not complete By way of troubleshooting, I comment out all the methods to find the culprits. What I found is a bit baffling. After uncommenting the 16th method, I get the error again. There are two methods

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

ε祈祈猫儿з 提交于 2020-01-11 07:17:22
问题 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 code to public void listFilesForFolder(final File folder) { for (final File fileEntry : folder.listFiles()) { if (fileEntry.isDirectory()) { listFilesForFolder(fileEntry); } else { System.out.println(fileEntry.getName()); } } } final File folder =

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

对着背影说爱祢 提交于 2020-01-03 01:46:08
问题 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 message.getContent.tostring(), I've tried as MultiPart). I perform the same action from a normal project , (not GAE and using javamail.1.4.7), the content of the messages shown perfectly. This is the code of GAE project: import java.util.Properties; import java

Add scala class to DataNucleus enhancer CLASSPATH

末鹿安然 提交于 2020-01-02 13:04:11
问题 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: Class "com.my.package.UserAccount" was not found in the CLASSPATH. Please check your specification and your CLASSPATH. I will eventually get round to making the class persistent but I want to get rid of this error first. So far I've added the Scala

Compiling JSPs is very slow while uploading on Google App Engine

早过忘川 提交于 2019-12-22 14:14:35
问题 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 many JSP files. When I cut down the number of jsp files to 10, the files get uploaded in 10-15 mins ... but when I increase the number to 50, there seems to be a lot of delay (in hours). It used to work fine with GAE 1.4.2. The issue is seen on the

Google appEngine: 404 when accessing /_ah/api [duplicate]

。_饼干妹妹 提交于 2019-12-22 03:25:32
问题 This question already has answers here : Failed to retrieve API configs with status: 404 - Google App Engine (3 answers) Closed 4 years ago . 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 (within eclipse, on the embedded jetty server). When I try to access /_ah/api I get the following issue: HTTP