[
https://issues.apache.org/jira/browse/HADOOP-10028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789202#comment-13789202
]
Hudson commented on HADOOP-10028:
---------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk #1546 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1546/])
HADOOP-10028. Malformed ssl-server.xml.example. Contributed by Haohui Mai.
(jing9: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1530100)
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
*
/hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/conf/ssl-server.xml.example
> Malformed ssl-server.xml.example
> ---------------------------------
>
> Key: HADOOP-10028
> URL: https://issues.apache.org/jira/browse/HADOOP-10028
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Jing Zhao
> Assignee: Haohui Mai
> Priority: Minor
> Fix For: 2.2.1
>
> Attachments: HADOOP-10028.000.patch
>
>
> The ssl-server.xml.example file has malformed XML leading to DN start error
> if the example file is reused.
> {code}
> 2013-10-07 16:52:01,639 FATAL conf.Configuration
> (Configuration.java:loadResource(2151)) - error parsing conf ssl-server.xml
> org.xml.sax.SAXParseException: The element type "description" must be
> terminated by the matching end-tag "</description>".
> at
> com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
> at
> com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
> at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:153)
> at org.apache.hadoop.conf.Configuration.parse(Configuration.java:1989)
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)