panssion / snova

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

hyk proxy 部署Server到Appengine服务器发生错误 #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reading application configuration data...
六月 15, 2012 6:20:46 下午 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
信息: Successfully processed 
D:/TDDOWNLOAD/hyk-proxy-gae-server-0.9.4.1/war\WEB-INF/appengine-web.xml
Bad configuration: 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.
Please see the logs 
[C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\appcfg8301035423859286940.log] for further 
information.
六月 15, 2012 6:20:46 下午 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
严重: Received exception processing 
D:/TDDOWNLOAD/hyk-proxy-gae-server-0.9.4.1/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.admin.Application.<init>(Application.java:139)
    at com.google.appengine.tools.admin.Application.readApplication(Application.java:225)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:145)
    at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:69)
    at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:65)

AppCfgTask finished.
==================================

试了很多次了,还是一样,不知道是什么问题?

Original issue reported on code.google.com by l522422...@gmail.com on 15 Jun 2012 at 10:22

GoogleCodeExporter commented 9 years ago
在appengine.xml中删除<threadsafe>true</threadsafe>一行

Original comment by yinqiwen@gmail.com on 15 Jun 2012 at 10:31

GoogleCodeExporter commented 9 years ago
你好    没有发现<threadsafe>true</threadsafe>这一行

Original comment by l522422...@gmail.com on 15 Jun 2012 at 10:46

GoogleCodeExporter commented 9 years ago
我添加<threadsafe>true</threadsafe> 反而可以了!thx

Original comment by l522422...@gmail.com on 15 Jun 2012 at 10:55