<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:55:21 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[CONTROLLER-1360] PUT and POST to yang-ext:mount&apos;d device fails on Li works on He</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1360</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;When I attempt to perform a PUT or POST I receive the following Exception messages:&lt;/p&gt;

&lt;p&gt;2015-06-05 15:21:07,255 | TRACE | b]-nio2-thread-3 | AsyncSshHandlerReader            | 172 - org.opendaylight.controller.netconf-netty-util - 0.3.0.SNAPSHOT | Reading message on channel: ChannelSubsystem&lt;span class=&quot;error&quot;&gt;&amp;#91;id=0, recipient=0&amp;#93;&lt;/span&gt;, message: &lt;br/&gt;
#389&lt;br/&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;rpc-reply xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot; message-id=&quot;m-1&quot;&amp;gt;&amp;lt;rpc-error&amp;gt;&lt;br/&gt;
&amp;lt;error-type&amp;gt;protocol&amp;lt;/error-type&amp;gt;&lt;br/&gt;
&amp;lt;error-tag&amp;gt;missing-element&amp;lt;/error-tag&amp;gt;&lt;br/&gt;
&amp;lt;error-severity&amp;gt;error&amp;lt;/error-severity&amp;gt;&lt;br/&gt;
&amp;lt;error-path&amp;gt;&lt;br/&gt;
    /rpc/edit-config/config/__other&lt;br/&gt;
  &amp;lt;/error-path&amp;gt;&amp;lt;error-info&amp;gt;&amp;lt;bad-element&amp;gt;__other&amp;lt;/bad-element&amp;gt;&lt;br/&gt;
&amp;lt;/error-info&amp;gt;&lt;br/&gt;
&amp;lt;/rpc-error&amp;gt;&lt;br/&gt;
&amp;lt;/rpc-reply&amp;gt;&lt;br/&gt;
##&lt;/p&gt;

&lt;p&gt;2015-06-05 15:21:07,265 | WARN  | oupCloseable-6-2 | NetconfDeviceCommunicator        | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{10.18.160.47}: Error reply from remote device, request: &amp;lt;rpc message-id=&quot;m-1&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;edit-config&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;config/&amp;gt;&lt;br/&gt;
&amp;lt;/edit-config&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;br/&gt;
, response: &amp;lt;rpc-reply xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot; message-id=&quot;m-1&quot;&amp;gt;&lt;br/&gt;
&amp;lt;rpc-error&amp;gt;&lt;br/&gt;
&amp;lt;error-type&amp;gt;protocol&amp;lt;/error-type&amp;gt;&lt;br/&gt;
&amp;lt;error-tag&amp;gt;missing-element&amp;lt;/error-tag&amp;gt;&lt;br/&gt;
&amp;lt;error-severity&amp;gt;error&amp;lt;/error-severity&amp;gt;&lt;br/&gt;
&amp;lt;error-path&amp;gt;&lt;br/&gt;
    /rpc/edit-config/config/__other&lt;br/&gt;
  &amp;lt;/error-path&amp;gt;&lt;br/&gt;
&amp;lt;error-info&amp;gt;&lt;br/&gt;
&amp;lt;bad-element&amp;gt;__other&amp;lt;/bad-element&amp;gt;&lt;br/&gt;
&amp;lt;/error-info&amp;gt;&lt;br/&gt;
&amp;lt;/rpc-error&amp;gt;&lt;br/&gt;
&amp;lt;/rpc-reply&amp;gt;&lt;br/&gt;
&lt;br/&gt;
NetconfDocumentedException{message=, errorType=protocol, errorTag=missing_element, errorSeverity=error, errorInfo={bad-element=__other}}&lt;br/&gt;
at org.opendaylight.controller.netconf.api.NetconfDocumentedException.fromXMLDocument(NetconfDocumentedException.java:243)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.util.NetconfMessageTransformUtil.checkSuccessReply(NetconfMessageTransformUtil.java:199)&lt;span class=&quot;error&quot;&gt;&amp;#91;261:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.processMessage(NetconfDeviceCommunicator.java:258)&lt;span class=&quot;error&quot;&gt;&amp;#91;261:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:213)&lt;span class=&quot;error&quot;&gt;&amp;#91;261:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:46)&lt;span class=&quot;error&quot;&gt;&amp;#91;261:org.opendaylight.controller.sal-netconf-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:61)&lt;span class=&quot;error&quot;&gt;&amp;#91;172:org.opendaylight.controller.netconf-netty-util:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;172:org.opendaylight.controller.netconf-netty-util:0.3.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.protocol.framework.AbstractProtocolSession.channelRead0(AbstractProtocolSession.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;154:org.opendaylight.controller.protocol-framework:0.6.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)&lt;span class=&quot;error&quot;&gt;&amp;#91;177:io.netty.codec:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:324)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:242)&lt;span class=&quot;error&quot;&gt;&amp;#91;177:io.netty.codec:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:339)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:32)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:329)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;152:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)&lt;span class=&quot;error&quot;&gt;&amp;#91;151:io.netty.transport:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)&lt;span class=&quot;error&quot;&gt;&amp;#91;152:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;152:io.netty.common:4.0.26.Final&amp;#93;&lt;/span&gt;&lt;br/&gt;
at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
2015-06-05 15:21:07,267 | TRACE | oupCloseable-6-2 | KeepaliveSalFacade               | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice{10.18.160.47}
&lt;p&gt;: Resetting netconf keepalive timer&lt;br/&gt;
2015-06-05 15:21:07,267 | TRACE | oupCloseable-6-2 | KeepaliveSalFacade               | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{10.18.160.47}: Scheduling next keepalive in 120 SECONDS&lt;br/&gt;
2015-06-05 15:21:07,267 | WARN  | oupCloseable-6-2 | NetconfRpcFutureCallback         | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice{10.18.160.47}
&lt;p&gt;: Edit running invoked unsuccessfully: [RpcError &lt;span class=&quot;error&quot;&gt;&amp;#91;message=, severity=ERROR, errorType=PROTOCOL, tag=missing-element, applicationTag=null, info=&amp;lt;bad-element&amp;gt;__other&amp;lt;/bad-element&amp;gt;, cause=null&amp;#93;&lt;/span&gt;]&lt;br/&gt;
2015-06-05 15:21:07,267 | WARN  | qtp434987726-449 | WriteRunningTx                   | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{10.18.160.47}: Error merge data to (running)/(urn:brocade.com:mgmt:brocade-tunnels?revision=2014-03-25)overlay-gateway, data: ImmutableMapNode{nodeIdentifier=(urn:brocade.com:mgmt:brocade-tunnels?revision=2014-03-25)overlay-gateway, value=[]}, canceling&lt;br/&gt;
NetconfDocumentedException{message=RemoteDevice{10.18.160.47}
&lt;p&gt;: Edit running failed: [RpcError &lt;span class=&quot;error&quot;&gt;&amp;#91;message=, severity=ERROR, errorType=PROTOCOL, tag=missing-element, applicationTag=null, info=&amp;lt;bad-element&amp;gt;__other&amp;lt;/bad-element&amp;gt;, cause=null&amp;#93;&lt;/span&gt;], errorType=application, errorTag=operation_failed, errorSeverity=warning, errorInfo={}}&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.AbstractWriteTx.invokeBlocking(AbstractWriteTx.java:56)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.WriteRunningTx.editConfig(WriteRunningTx.java:120)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.AbstractWriteTx.merge(AbstractWriteTx.java:108)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.ReadWriteTx.merge(ReadWriteTx.java:51)&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.BrokerFacade.postDataViaTransaction(BrokerFacade.java:220)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.BrokerFacade.commitConfigurationDataPost(BrokerFacade.java:140)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.createConfigurationData(RestconfImpl.java:913)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.createConfigurationData(RestconfImpl.java:860)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.StatisticsRestconfServiceWrapper.createConfigurationData(StatisticsRestconfServiceWrapper.java:152)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.rest.impl.RestconfCompositeWrapper.createConfigurationData(RestconfCompositeWrapper.java:79)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at java.lang.reflect.Method.invoke(Method.java:606)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.ResourceObjectRule.accept(ResourceObjectRule.java:100)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)&lt;span class=&quot;error&quot;&gt;&amp;#91;65:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:247)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:210)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:69)&lt;span class=&quot;error&quot;&gt;&amp;#91;80:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:240)&lt;span class=&quot;error&quot;&gt;&amp;#91;80:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;80:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.Server.handle(Server.java:370)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
2015-06-05 15:21:07,270 | TRACE | qtp434987726-449 | NetconfDeviceCommunicator        | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{10.18.160.47}
&lt;p&gt;: Sending message &amp;lt;rpc message-id=&quot;m-2&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;unlock&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;/unlock&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;

&lt;p&gt;2015-06-05 15:21:07,270 | TRACE | oupCloseable-6-2 | NetconfMessageToXMLEncoder       | 172 - org.opendaylight.controller.netconf-netty-util - 0.3.0.SNAPSHOT | Sent to encode : &amp;lt;rpc message-id=&quot;m-2&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;unlock&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;/unlock&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;

&lt;p&gt;2015-06-05 15:21:07,270 | TRACE | oupCloseable-6-2 | AsyncSshHandlerWriter            | 172 - org.opendaylight.controller.netconf-netty-util - 0.3.0.SNAPSHOT | Writing request on channel: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0xaadde62b&amp;#93;&lt;/span&gt;, message: &lt;br/&gt;
#182&lt;br/&gt;
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&amp;gt;&lt;br/&gt;
&amp;lt;rpc message-id=&quot;m-2&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;unlock&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;/unlock&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;

&lt;p&gt;##&lt;/p&gt;

&lt;p&gt;2015-06-05 15:21:07,271 | TRACE | b]-nio2-thread-4 | AsyncSshHandlerWriter            | 172 - org.opendaylight.controller.netconf-netty-util - 0.3.0.SNAPSHOT | Ssh write request finished on channel: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0xaadde62b&amp;#93;&lt;/span&gt; with result: true: and ex:null, message: &lt;br/&gt;
2015-06-05 15:21:07,271 | TRACE | oupCloseable-6-2 | NetconfDeviceCommunicator        | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | Finished sending request &amp;lt;rpc message-id=&quot;m-2&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;unlock&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;/unlock&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25914">CONTROLLER-1360</key>
            <summary>PUT and POST to yang-ext:mount&apos;d device fails on Li works on He</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="tpantelis">Tom Pantelis</assignee>
                                    <reporter username="carolsand@gmail.com">Carol Sanders</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Jun 2015 23:55:26 +0000</created>
                <updated>Tue, 9 Jun 2015 18:07:57 +0000</updated>
                            <resolved>Tue, 9 Jun 2015 18:07:57 +0000</resolved>
                                    <version>Lithium</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="50795" author="carolsand@gmail.com" created="Fri, 5 Jun 2015 23:57:47 +0000"  >&lt;p&gt;Corresponding RESTconf error message:&lt;br/&gt;
Restconf unable to write&lt;/p&gt;

&lt;p&gt;2015-06-05 13:13:35,544 | INFO  | qtp425724088-540 | RestconfImpl                     | 244 - org.opendaylight.controller.sal-rest-connector - 1.2.0.SNAPSHOT | Error creating data config/network-topology:network-topology/topology/topology-netconf/node/10.18.160.47/yang-ext:mount/&lt;br/&gt;
java.lang.RuntimeException: RemoteDevice&lt;/p&gt;
{10.18.160.47}: Error while merge: (running)/(urn:brocade.com:mgmt:brocade-tunnels?revision=2014-03-25)overlay-gateway&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.WriteRunningTx.handleEditException(WriteRunningTx.java:85)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.AbstractWriteTx.merge(AbstractWriteTx.java:111)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.ReadWriteTx.merge(ReadWriteTx.java:51)&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.BrokerFacade.postDataViaTransaction(BrokerFacade.java:220)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.BrokerFacade.commitConfigurationDataPost(BrokerFacade.java:140)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.createConfigurationData(RestconfImpl.java:913)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.RestconfImpl.createConfigurationData(RestconfImpl.java:860)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.restconf.impl.StatisticsRestconfServiceWrapper.createConfigurationData(StatisticsRestconfServiceWrapper.java:152)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.opendaylight.controller.sal.rest.impl.RestconfCompositeWrapper.createConfigurationData(RestconfCompositeWrapper.java:79)&lt;span class=&quot;error&quot;&gt;&amp;#91;244:org.opendaylight.controller.sal-rest-connector:1.2.0.SNAPSHOT&amp;#93;&lt;/span&gt;&lt;br/&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at java.lang.reflect.Method.invoke(Method.java:606)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.ResourceObjectRule.accept(ResourceObjectRule.java:100)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)&lt;span class=&quot;error&quot;&gt;&amp;#91;218:com.sun.jersey.jersey-server:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)&lt;span class=&quot;error&quot;&gt;&amp;#91;216:com.sun.jersey.servlet:1.17.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)&lt;span class=&quot;error&quot;&gt;&amp;#91;65:org.apache.geronimo.specs.geronimo-servlet_3.0_spec:1.0.0&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlets.CrossOriginFilter.handle(CrossOriginFilter.java:247)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlets.CrossOriginFilter.doFilter(CrossOriginFilter.java:210)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1467)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:69)&lt;span class=&quot;error&quot;&gt;&amp;#91;80:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:240)&lt;span class=&quot;error&quot;&gt;&amp;#91;80:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:429)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.handle(JettyServerHandlerCollection.java:75)&lt;span class=&quot;error&quot;&gt;&amp;#91;80:org.ops4j.pax.web.pax-web-jetty:3.1.4&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.Server.handle(Server.java:370)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:982)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1043)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)&lt;span class=&quot;error&quot;&gt;&amp;#91;71:org.eclipse.jetty.aggregate.jetty-all-server:8.1.15.v20140411&amp;#93;&lt;/span&gt;&lt;br/&gt;
at java.lang.Thread.run(Thread.java:745)&lt;span class=&quot;error&quot;&gt;&amp;#91;:1.7.0_67&amp;#93;&lt;/span&gt;&lt;br/&gt;
Caused by: NetconfDocumentedException{message=RemoteDevice{10.18.160.47}
&lt;p&gt;: Edit running failed: [RpcError &lt;span class=&quot;error&quot;&gt;&amp;#91;message=, severity=ERROR, errorType=PROTOCOL, tag=missing-element, applicationTag=null, info=&amp;lt;bad-element&amp;gt;__other&amp;lt;/bad-element&amp;gt;, cause=null&amp;#93;&lt;/span&gt;], errorType=application, errorTag=operation_failed, errorSeverity=warning, errorInfo={}}&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.AbstractWriteTx.invokeBlocking(AbstractWriteTx.java:56)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.WriteRunningTx.editConfig(WriteRunningTx.java:120)&lt;br/&gt;
at org.opendaylight.controller.sal.connect.netconf.sal.tx.AbstractWriteTx.merge(AbstractWriteTx.java:108)&lt;br/&gt;
... 57 more&lt;br/&gt;
2015-06-05 13:13:38,915 | TRACE | d-keepalives-445 | KeepaliveSalFacade               | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice&lt;/p&gt;
{controller-config}: Invoking keepalive RPC&lt;br/&gt;
2015-06-05 13:13:38,916 | TRACE | d-keepalives-445 | NetconfDeviceCommunicator        | 261 - org.opendaylight.controller.sal-netconf-connector - 1.2.0.SNAPSHOT | RemoteDevice{controller-config}
&lt;p&gt;: Sending message &amp;lt;rpc message-id=&quot;m-4&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;get-config&amp;gt;&lt;br/&gt;
&amp;lt;source&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/source&amp;gt;&lt;br/&gt;
&amp;lt;filter xmlns:ns0=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot; ns0:type=&quot;subtree&quot;/&amp;gt;&lt;br/&gt;
&amp;lt;/get-config&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;</comment>
                            <comment id="50796" author="carolsand@gmail.com" created="Sat, 6 Jun 2015 00:06:50 +0000"  >&lt;p&gt;To clarify, this bug occurs when attempting to POST or PUT to an externally mounted NETCONF device.&lt;/p&gt;</comment>
                            <comment id="50797" author="tony.tkacik@gmail.com" created="Mon, 8 Jun 2015 07:40:43 +0000"  >&lt;p&gt;&amp;lt;error-path&amp;gt;&lt;br/&gt;
    /rpc/edit-config/config/__other&lt;br/&gt;
  &amp;lt;/error-path&amp;gt;&amp;lt;error-info&amp;gt;&amp;lt;bad-element&amp;gt;__other&amp;lt;/bad-element&amp;gt;&lt;br/&gt;
&amp;lt;/error-info&amp;gt;&lt;/p&gt;

&lt;p&gt;Seems that you are trying to configure something which is not valid from Netconf device perspective, and device rejected edit-config.&lt;/p&gt;

&lt;p&gt;Seems to be user error and not restconf / netconf error.&lt;/p&gt;</comment>
                            <comment id="50798" author="mmarsale@cisco.com" created="Mon, 8 Jun 2015 08:03:46 +0000"  >&lt;p&gt;Hi Carol,&lt;/p&gt;

&lt;p&gt;The error response from device seems reasonable looking at the request:&lt;br/&gt;
&amp;lt;rpc message-id=&quot;m-1&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;edit-config&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;running/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;config/&amp;gt;&lt;br/&gt;
&amp;lt;/edit-config&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;/p&gt;

&lt;p&gt;There is no content. So could you show me the entire request (URL + payload + headers) that you tried to POST/PUT ?&lt;/p&gt;

&lt;p&gt;Full log might also be useful ... if thats an possible.&lt;/p&gt;</comment>
                            <comment id="50799" author="bvaradar@brocade.com" created="Mon, 8 Jun 2015 17:00:38 +0000"  >&lt;p&gt;Hi Maros,&lt;br/&gt;
         I work with Carol. Just a bit of background on this. The same call for the same device works just fine on Helium. But on Lithium the call is not working. I&apos;ve two systems one on Helium and One on Lithium just to ensure the payload of the Restconf itself works. &lt;/p&gt;

&lt;p&gt;Looks like Restconf has issues writing to the Mount point resulting in empty edit-config request to the device in case of Lithium. We tried both POST and PUT operations but in vain. We also tried with both XML and JSON content-type. Both works on Helium but not on Lithium. &lt;/p&gt;

&lt;p&gt;&amp;lt;xxx&amp;gt; &lt;br/&gt;
    xmlns=&quot;urn:org.com:mgmt:yyy&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;name&amp;gt;abc&amp;lt;/name&amp;gt;&lt;br/&gt;
    &amp;lt;gw-type&amp;gt;type2&amp;lt;/gw-type&amp;gt;&lt;br/&gt;
&amp;lt;/xxx&amp;gt;&lt;/p&gt;

&lt;p&gt; &lt;a href=&quot;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/devicename/yang-ext:mount/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/opendaylight-inventory:nodes/node/devicename/yang-ext:mount/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please note that I have obfuscated certain information . But the structure is complete. Please let me know if you need more information. Key point is why is Restconf request is resulting in empty edit-config request to the device on Lithium but works just fine on Helium?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Bala&lt;/p&gt;</comment>
                            <comment id="50800" author="tpantelis" created="Mon, 8 Jun 2015 19:30:36 +0000"  >&lt;p&gt;From the stacktrace, line 220 in BrokerFacade:&lt;/p&gt;

&lt;p&gt;private CheckedFuture&amp;lt;Void, TransactionCommitFailedException&amp;gt;    &lt;br/&gt;
      postDataViaTransaction(&lt;br/&gt;
               final DOMDataReadWriteTransaction rWTransaction, &lt;br/&gt;
               final LogicalDatastoreType datastore,&lt;br/&gt;
               final YangInstanceIdentifier path, &lt;br/&gt;
               final NormalizedNode&amp;lt;?, ?&amp;gt; payload, &lt;br/&gt;
               final SchemaContext schemaContext) {&lt;br/&gt;
    // FIXME: This is doing correct post for container and list children&lt;br/&gt;
    //        not sure if this will work for choice case&lt;br/&gt;
    if(payload instanceof MapNode) {&lt;br/&gt;
        final NormalizedNode&amp;lt;?, ?&amp;gt; emptySubtree =            &lt;br/&gt;
                     ImmutableNodes.fromInstanceId(schemaContext, path);&lt;br/&gt;
line 220--&amp;gt;        rWTransaction.merge(datastore, YangInstanceIdentifier.create(&lt;br/&gt;
                 emptySubtree.getIdentifier()), emptySubtree);&lt;br/&gt;
        ensureParentsByMerge(datastore, path, rWTransaction, schemaContext);&lt;br/&gt;
        for(final MapEntryNode child : ((MapNode) payload).getValue()) &lt;/p&gt;
{
            final YangInstanceIdentifier childPath =        
                                   path.node(child.getIdentifier());
            checkItemDoesNotExists(rWTransaction, datastore, childPath);
            rWTransaction.put(datastore, childPath, child);
          }
&lt;p&gt;    } else &lt;/p&gt;
{
        checkItemDoesNotExists(rWTransaction,datastore, path);
        ensureParentsByMerge(datastore, path, rWTransaction, schemaContext);
        rWTransaction.put(datastore, path, payload);
    }
&lt;p&gt;    return rWTransaction.submit();&lt;br/&gt;
}&lt;/p&gt;


&lt;p&gt;So it appears a yang list entry is being added and the code is purposely trying to merge an empty parent node to ensure the parent container first exists. Apparently the device doesn&apos;t like the empty node.&lt;/p&gt;</comment>
                            <comment id="50801" author="tpantelis" created="Mon, 8 Jun 2015 23:59:42 +0000"  >&lt;p&gt;The yang model is simple - it&apos;s just a top-level list and the restconf call is trying to put an entry into the list.&lt;/p&gt;

&lt;p&gt;We reproduced the issue however now, for some reason, it hits the else clause in postDataViaTransaction, i.e. the payload is a MapEntryNode and not a MapNode. However it still fails in ensureParentsByMerge b/c the YangInstanceIdentifier path contains 2 args, both the same, e.g. urn:org.com:mgmt:my-list/urn:org.com:mgmt:my-list. It seems this path is manufactured by the front-end code to match the internal DOM representation of yang lists where there&apos;s a &quot;hidden&quot; MapNode that represents the list container. So the first path arg corresponds to the MapNode and the second corresponds to the actual list entry node (MapEntryNode).&lt;/p&gt;

&lt;p&gt;The internal DOM datastore forces the client to explicitly create the containing MapNode rather than implicitly/lazily creating it on the first list entry. It seems the code assumes every system behaves the same way which clearly isn&apos;t the case. In this case, sending a yang list entry with empty data is rejected by the device (understandably so). Maybe some devices accept/ignore it.&lt;/p&gt;

&lt;p&gt;I see a couple options here. &lt;/p&gt;

&lt;p&gt;1) When writing to a DOMMountPoint, just write the data and elide the ensureParentsByMerge. Let the device error out or implicitly create the parents.&lt;/p&gt;

&lt;p&gt;2) When writing to a DOMMountPoint, for ensureParentsByMerge, skip MapNodes, i.e. do not send empty data for a list container.&lt;/p&gt;</comment>
                            <comment id="50802" author="tpantelis" created="Tue, 9 Jun 2015 00:56:34 +0000"  >&lt;p&gt;3) Ignore empty MapNode in the netconf layer.&lt;/p&gt;

&lt;p&gt;(In reply to Tom Pantelis from comment #7)&lt;br/&gt;
&amp;gt; The yang model is simple - it&apos;s just a top-level list and the restconf call&lt;br/&gt;
&amp;gt; is trying to put an entry into the list.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; We reproduced the issue however now, for some reason, it hits the else&lt;br/&gt;
&amp;gt; clause in postDataViaTransaction, i.e. the payload is a MapEntryNode and not&lt;br/&gt;
&amp;gt; a MapNode. However it still fails in ensureParentsByMerge b/c the&lt;br/&gt;
&amp;gt; YangInstanceIdentifier path contains 2 args, both the same, e.g.&lt;br/&gt;
&amp;gt; urn:org.com:mgmt:my-list/urn:org.com:mgmt:my-list. It seems this path is&lt;br/&gt;
&amp;gt; manufactured by the front-end code to match the internal DOM representation&lt;br/&gt;
&amp;gt; of yang lists where there&apos;s a &quot;hidden&quot; MapNode that represents the list&lt;br/&gt;
&amp;gt; container. So the first path arg corresponds to the MapNode and the second&lt;br/&gt;
&amp;gt; corresponds to the actual list entry node (MapEntryNode).&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; The internal DOM datastore forces the client to explicitly create the&lt;br/&gt;
&amp;gt; containing MapNode rather than implicitly/lazily creating it on the first&lt;br/&gt;
&amp;gt; list entry. It seems the code assumes every system behaves the same way&lt;br/&gt;
&amp;gt; which clearly isn&apos;t the case. In this case, sending a yang list entry with&lt;br/&gt;
&amp;gt; empty data is rejected by the device (understandably so). Maybe some devices&lt;br/&gt;
&amp;gt; accept/ignore it.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; I see a couple options here. &lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 1) When writing to a DOMMountPoint, just write the data and elide the&lt;br/&gt;
&amp;gt; ensureParentsByMerge. Let the device error out or implicitly create the&lt;br/&gt;
&amp;gt; parents.&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; 2) When writing to a DOMMountPoint, for ensureParentsByMerge, skip MapNodes,&lt;br/&gt;
&amp;gt; i.e. do not send empty data for a list container.&lt;/p&gt;</comment>
                            <comment id="50803" author="tony.tkacik@gmail.com" created="Tue, 9 Jun 2015 07:59:04 +0000"  >&lt;p&gt;Actually I would say correct option is to handle this in Netconf&lt;br/&gt;
and ignore all empty mixin nodes (they do not have representation in XML&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;do not send edit config for them):&lt;br/&gt;
These are&lt;/li&gt;
	&lt;li&gt;MapNode&lt;/li&gt;
	&lt;li&gt;UnkeyedList&lt;/li&gt;
	&lt;li&gt;AugmentationNode&lt;/li&gt;
	&lt;li&gt;LeafSetNode&lt;/li&gt;
	&lt;li&gt;ChoiceNode&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="50804" author="mmarsale@cisco.com" created="Tue, 9 Jun 2015 08:44:30 +0000"  >&lt;p&gt;I agree with Tony on fixing this in netconf-connector.&lt;/p&gt;

&lt;p&gt;Heres a fix proposal:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/22159&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/22159&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Netconf-connector has to ignore data that result in an edit-config with empty payload. So it means ignoring data built only from Mixin normalized nodes. But I dont think we need to recursively check the entire data structure, because there is only one possible case of data being built only from mixins and that is top level list (other mixins have to be contained by a regular/visible node and no other mixin nodes are allowed at top level in yang).&lt;/p&gt;

&lt;p&gt;With this in mind, the fix is quite simple.&lt;/p&gt;</comment>
                            <comment id="50805" author="tpantelis" created="Tue, 9 Jun 2015 11:38:15 +0000"  >&lt;p&gt;It can be fixed in the netconf connector as well. However, the ensure parents with empty invisible/mixin nodes mechanism seems to be specific to the internal datastore so the advantage of handling it in restconf is that it isn&apos;t exposed to mount points. We probably only have the netconf mount point right now, but if there&apos;s others in the future, they may run into a similar issue and have to special case.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3604</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=3604]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10315"><![CDATA[Lithium]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10312"><![CDATA[High]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02q3b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>