<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:52:43 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-312] GET _json_ request results in HTTP 500 Error.</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-312</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;The same request returns correct XML data.&lt;/p&gt;

&lt;p&gt;========================== JSON ====================================&lt;br/&gt;
GET /restconf/operational/network-topology:network-topology/topology/pcep-topology HTTP/1.1&lt;/p&gt;

&lt;p&gt;STATUS 500 Internal Server Error&lt;br/&gt;
TIME 41 ms&lt;/p&gt;

&lt;p&gt;&amp;lt;html&amp;gt;&lt;br/&gt;
    &amp;lt;head&amp;gt;&lt;br/&gt;
        &amp;lt;title&amp;gt;Apache Tomcat/7.0.32 - Error report&amp;lt;/title&amp;gt;&lt;br/&gt;
        &amp;lt;style&amp;gt;&lt;br/&gt;
            &amp;lt;!--H1 &lt;/p&gt;
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
&lt;p&gt; H2 &lt;/p&gt;
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
&lt;p&gt; H3 &lt;/p&gt;
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
&lt;p&gt; BODY &lt;/p&gt;
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;}
&lt;p&gt; B &lt;/p&gt;
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;}
&lt;p&gt; P &lt;/p&gt;
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}
&lt;p&gt;A &lt;/p&gt;
{color : black;}
&lt;p&gt;A.name &lt;/p&gt;
{color : black;}
&lt;p&gt;HR &lt;/p&gt;
{color : #525D76;}
&lt;p&gt;--&amp;gt;&lt;br/&gt;
        &amp;lt;/style&amp;gt;&lt;br/&gt;
    &amp;lt;/head&amp;gt;&lt;br/&gt;
    &amp;lt;body&amp;gt;&lt;br/&gt;
        &amp;lt;h1&amp;gt;HTTP Status 500 - Probably the data node &amp;quot;initiation&amp;quot; is not conform to schema&amp;lt;/h1&amp;gt;&lt;br/&gt;
        &amp;lt;HR size=&quot;1&quot; noshade=&quot;noshade&quot;&amp;gt;&lt;br/&gt;
            &amp;lt;p&amp;gt;&lt;br/&gt;
                &amp;lt;b&amp;gt;type&amp;lt;/b&amp;gt; Exception report&lt;br/&gt;
            &amp;lt;/p&amp;gt;&lt;br/&gt;
            &amp;lt;p&amp;gt;&lt;br/&gt;
                &amp;lt;b&amp;gt;message&amp;lt;/b&amp;gt;&lt;br/&gt;
                &amp;lt;u&amp;gt;Probably the data node &amp;quot;initiation&amp;quot; is not conform to schema&amp;lt;/u&amp;gt;&lt;br/&gt;
            &amp;lt;/p&amp;gt;&lt;br/&gt;
            &amp;lt;p&amp;gt;&lt;br/&gt;
                &amp;lt;b&amp;gt;description&amp;lt;/b&amp;gt;&lt;br/&gt;
                &amp;lt;u&amp;gt;The server encountered an internal error that prevented it from fulfilling this request.&amp;lt;/u&amp;gt;&lt;br/&gt;
            &amp;lt;/p&amp;gt;&lt;br/&gt;
            &amp;lt;p&amp;gt;&lt;br/&gt;
                &amp;lt;b&amp;gt;exception&amp;lt;/b&amp;gt;&lt;br/&gt;
                &amp;lt;pre&amp;gt;javax.activation.UnsupportedDataTypeException: Probably the data node &amp;quot;initiation&amp;quot; is not conform to schema&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeChildrenOfParent(JsonMapper.java:93)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeContainer(JsonMapper.java:154)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeChildrenOfParent(JsonMapper.java:100)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeContainer(JsonMapper.java:154)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeChildrenOfParent(JsonMapper.java:100)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeContainer(JsonMapper.java:154)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeChildrenOfParent(JsonMapper.java:100)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeList(JsonMapper.java:167)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeChildrenOfParent(JsonMapper.java:106)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.writeList(JsonMapper.java:172)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.JsonMapper.write(JsonMapper.java:72)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.StructuredDataToJsonProvider.writeTo(StructuredDataToJsonProvider.java:61)&lt;br/&gt;
	org.opendaylight.controller.sal.rest.impl.StructuredDataToJsonProvider.writeTo(StructuredDataToJsonProvider.java:33)&lt;br/&gt;
	com.sun.jersey.spi.container.ContainerResponse.write(ContainerResponse.java:306)&lt;br/&gt;
	com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1479)&lt;br/&gt;
	com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)&lt;br/&gt;
	com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)&lt;br/&gt;
	com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)&lt;br/&gt;
	com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)&lt;br/&gt;
	com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)&lt;br/&gt;
	javax.servlet.http.HttpServlet.service(HttpServlet.java:848)&lt;br/&gt;
	org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:440)&lt;br/&gt;
	org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:179)&lt;br/&gt;
&amp;lt;/pre&amp;gt;&lt;br/&gt;
            &amp;lt;/p&amp;gt;&lt;br/&gt;
            &amp;lt;p&amp;gt;&lt;br/&gt;
                &amp;lt;b&amp;gt;note&amp;lt;/b&amp;gt;&lt;br/&gt;
                &amp;lt;u&amp;gt;The full stack trace of the root cause is available in the Apache Tomcat/7.0.32 logs.&amp;lt;/u&amp;gt;&lt;br/&gt;
            &amp;lt;/p&amp;gt;&lt;br/&gt;
            &amp;lt;HR size=&quot;1&quot; noshade=&quot;noshade&quot;&amp;gt;&lt;br/&gt;
                &amp;lt;h3&amp;gt;Apache Tomcat/7.0.32&amp;lt;/h3&amp;gt;&lt;br/&gt;
            &amp;lt;/body&amp;gt;&lt;br/&gt;
        &amp;lt;/html&amp;gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="24866">CONTROLLER-312</key>
            <summary>GET _json_ request results in HTTP 500 Error.</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="mvitez@cisco.com">Martin Vitez</assignee>
                                    <reporter username="dkutenicsova">Dana Kutenicsova</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 Apr 2014 07:30:01 +0000</created>
                <updated>Tue, 25 Jul 2023 08:23:28 +0000</updated>
                            <resolved>Wed, 14 May 2014 09:00:20 +0000</resolved>
                                                                    <component>restconf</component>
                        <due>Tue, 29 Apr 2014 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="47977" author="dkutenicsova" created="Wed, 14 May 2014 09:00:20 +0000"  >&lt;p&gt;Not relevant anymore.&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>721</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=721]]></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|i02jmf:</customfieldvalue>

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