`
zhangcheng
  • 浏览: 118647 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Google App Engine first error :SAXException

    博客分类:
  • Java
阅读更多
    今天照着Google App Engine的官方文档,试了试GuestBook,从开始知道部署前都很顺利,没问题!但是部署的时候却出了问题。
Deploying guestbook to Google". 
Received SAXException parsing the input stream for C:/workspace/ 
JavaAppOnGoogle/guestbook/war\WEB-INF/datastore-indexes.xml 

    很郁闷,问题出在哪里呢?看了一下那个文件的内容
<!-- Indices written at 09-5-6 ����8:01 -->

<datastore-indexes/>

    看不出来什么问题,尝试在/之前加个空格,如下
<!-- Indices written at 09-5-6 ����8:01 -->

<datastore-indexes />

    具然好了。啊哈哈~
分享到:
评论
2 楼 zhangcheng 2009-05-17  
superhack 写道

我只想说,你真的很帅,这个bug都能发现!

这都是侥幸啊
1 楼 superhack 2009-05-13  
我只想说,你真的很帅,这个bug都能发现!

相关推荐

    org.xml.sax.SAXException: Invalid element

    NULL 博文链接:https://wilian.iteye.com/blog/1992365

    java调用.net发布的webservice(asmx)

    封装了java调用.net的websevice接口,解决了soapaction报错和server not identified错误,使用soap1.1协议。

    python3.6.5参考手册 chm

    Python参考手册,官方正式版参考手册,chm版。以下摘取部分内容:Navigation index modules | next | Python » 3.6.5 Documentation » Python Documentation contents What’s New in Python ...

    简单的rss阅读器

    import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; import com.fenghuo.model.RssItem; public class ParseRssSAX { public static List&lt;RssItem&gt; parseRss(InputStream is, String ...

    Android SampleNetworking

    protected List&lt;RssSnipetVo&gt; doNetworkAction() throws IOException, SAXException { command = new ReadRssCommand(rssFeed); return command.execute(); } You can see here that our class delegates the ...

    android xml文件操作

    public static Document parseForDoc(final String file) throws SAXException, IOException, SecurityException, NullPointerException, ParserConfigurationException { return XmlUtils.parseForDoc(new...

    xml解析例子Dom,DOM4J,SAX Stack mystack = new Stack();

    public void characters(char[] c, int start, int end) throws SAXException { String s = mystack.peek().toString(); System.out.println("栈顶对象为"+s+"\t"+"当前栈区大小为"+mystack.size()); if (s....

    java解析xml

    import org.xml.sax.SAXException; public class ReadXML { public static void main(String[] args) { try { // 得到DOM解析器的工厂实例 DocumentBuilderFactory domfac = DocumentBuilderFactory.new...

    Android 通过当前经纬度获得城市的实例代码

    import java.io.InputStreamReader;import java.net.HttpURLConnection;import java.net.URL;import javax.xml.parsers.SAXParser;import javax.xml....import org.xml.sax.SAXException;import org.xml.sax.XML

Global site tag (gtag.js) - Google Analytics