ericwkwhk / 20thingsilearned

Automatically exported from code.google.com/p/20thingsilearned
0 stars 0 forks source link

How can I use it with Eclipse Juno #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

can anyone help me to get this App working on Eclipse Juno with google plugin 
3.6 and the App Engine SDK 1.7.1

I use an iMac with Mountain Lion.

I am trying it since 3 days, but no chance.

Here is the error log:

2012-08-29 18:44:09.546 java[1716:707] [Java CocoaComponent compatibility 
mode]: Enabled
2012-08-29 18:44:09.547 java[1716:707] [Java CocoaComponent compatibility 
mode]: Setting timeout for SWT to 0.100000
29.08.2012 16:44:10 com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via 
com.google.apphosting.utils.jetty.JettyLogger
29.08.2012 16:44:11 com.google.apphosting.utils.config.AppEngineWebXmlReader 
readAppEngineWebXml
INFO: Successfully processed 
/Users/mario/Documents/workspace/HTML5/war/WEB-INF/appengine-web.xml
29.08.2012 16:44:11 com.google.apphosting.utils.config.AppEngineWebXmlReader 
readAppEngineWebXml
SCHWERWIEGEND: Received exception processing 
/Users/mario/Documents/workspace/HTML5/war/WEB-INF/appengine-web.xml
com.google.apphosting.utils.config.AppEngineConfigException: appengine-web.xml 
does not contain a <threadsafe> element.
See 
http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurren
t_Requests for more information.
You probably want to enable concurrent requests.
    at com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngineWebXml(AppEngineWebXmlReader.java:79)
    at com.google.appengine.tools.development.AbstractContainerService.loadAppEngineWebXml(AbstractContainerService.java:360)
    at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:239)
    at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:148)
    at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:310)
    at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
    at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:249)
    at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:225)
com.google.apphosting.utils.config.AppEngineConfigException: appengine-web.xml 
does not contain a <threadsafe> element.
See 
http://code.google.com/appengine/docs/java/config/appconfig.html#Using_Concurren
t_Requests for more information.
You probably want to enable concurrent requests.
    at com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngineWebXml(AppEngineWebXmlReader.java:79)
    at com.google.appengine.tools.development.AbstractContainerService.loadAppEngineWebXml(AbstractContainerService.java:360)
    at com.google.appengine.tools.development.AbstractContainerService.startup(AbstractContainerService.java:239)
    at com.google.appengine.tools.development.DevAppServerImpl.start(DevAppServerImpl.java:148)
    at com.google.appengine.tools.development.DevAppServerMain$StartAction.apply(DevAppServerMain.java:310)
    at com.google.appengine.tools.util.Parser$ParseResult.applyArgs(Parser.java:48)
    at com.google.appengine.tools.development.DevAppServerMain.<init>(DevAppServerMain.java:249)
    at com.google.appengine.tools.development.DevAppServerMain.main(DevAppServerMain.java:225)

BR mario

Original issue reported on code.google.com by a...@consultant.com on 29 Aug 2012 at 4:45

GoogleCodeExporter commented 8 years ago
OK I fixed it...now it is working on my localhost but not at appspot.com

I got an error like:
/php/includes/header.php:206: Fatal Error: Method call 
'getLOCALE_META_DESCRIPTION' is not allowed for a null value. 

I saw the some error on the original website too under 
http://www.20thingsilearned.com/ja-jp

/base/data/home/apps/twentythingsilearned/1-0-92.353797715393776825/php/includes
/header.php:206: Fatal Error: Method call 'getLOCALE_META_DESCRIPTION' is not 
allowed for a null value. 

Is here anyone that can fix this bug?

BR Mario

Original comment by a...@consultant.com on 30 Aug 2012 at 3:41