<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:36:45 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>[PERSISTENC-3] JDPC exception occurred when using Test App commands on Karaf console</title>
                <link>https://jira.opendaylight.org/browse/PERSISTENC-3</link>
                <project id="10161" key="PERSISTENC">persistence</project>
                    <description>&lt;p&gt;A jdbc exception found when running any Test App CLI commands on Karaf console.  &lt;br/&gt;
Steps to reproduce:&lt;br/&gt;
1. On a fresh launch of Karaf, install persistence related features and Persistence Test App: odl-persistence-all, odl-persistence-test-app&lt;br/&gt;
2. Enter any persistence Test App commands like: user:sign-up username userpwd useremail@example.com, or user:get-enabled, networkdevice:get-reachable&lt;br/&gt;
3. jpc exception below is generated in &amp;lt;Karaf_home&amp;gt;/persistence/testapp.trace.db&lt;/p&gt;

&lt;p&gt;07-15 09:54:07 jdbc&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;: exception&lt;br/&gt;
org.h2.jdbc.JdbcSQLException: Feature not supported: &quot;isWrapperFor&quot; &lt;span class=&quot;error&quot;&gt;&amp;#91;50100-172&amp;#93;&lt;/span&gt;&lt;br/&gt;
        at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)&lt;br/&gt;
        at org.h2.message.DbException.get(DbException.java:169)&lt;br/&gt;
        at org.h2.message.DbException.get(DbException.java:146)&lt;br/&gt;
        at org.h2.message.DbException.getUnsupportedException(DbException.java:204)&lt;br/&gt;
        at org.h2.message.TraceObject.unsupported(TraceObject.java:391)&lt;br/&gt;
        at org.h2.jdbc.JdbcStatement.isWrapperFor(JdbcStatement.java:1055)&lt;br/&gt;
        at org.apache.commons.dbcp2.DelegatingStatement.isWrapperFor(DelegatingStatement.java:481)&lt;br/&gt;
        at org.apache.commons.dbcp2.DelegatingStatement.isWrapperFor(DelegatingStatement.java:481)&lt;br/&gt;
        at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.isTypeOf(ResultSetReturnImpl.java:99)&lt;br/&gt;
        at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:70)&lt;br/&gt;
        at org.hibernate.loader.Loader.getResultSet(Loader.java:2065)&lt;br/&gt;
        at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1862)&lt;br/&gt;
        at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1838)&lt;br/&gt;
        at org.hibernate.loader.Loader.doQuery(Loader.java:909)&lt;br/&gt;
        at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:354)&lt;br/&gt;
        at org.hibernate.loader.Loader.doList(Loader.java:2553)&lt;br/&gt;
        at org.hibernate.loader.Loader.doList(Loader.java:2539)&lt;br/&gt;
        at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2369)&lt;br/&gt;
        at org.hibernate.loader.Loader.list(Loader.java:2364)&lt;br/&gt;
        at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:496)&lt;br/&gt;
        at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:387)&lt;br/&gt;
        at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:231)&lt;br/&gt;
        at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1264)&lt;br/&gt;
        at org.hibernate.internal.QueryImpl.list(QueryImpl.java:103)&lt;br/&gt;
        at org.hibernate.jpa.internal.QueryImpl.list(QueryImpl.java:573)&lt;br/&gt;
        at org.hibernate.jpa.internal.QueryImpl.getResultList(QueryImpl.java:449)&lt;br/&gt;
        at org.hibernate.jpa.criteria.compile.CriteriaQueryTypeQueryAdapter.getResultList(CriteriaQueryTypeQueryAdapter.java:67)&lt;br/&gt;
        at org.opendaylight.persistence.jpa.dao.JpaUtil.find(JpaUtil.java:225)&lt;br/&gt;
        at org.opendaylight.persistence.jpa.dao.JpaDao.findEntities(JpaDao.java:124)&lt;br/&gt;
        at org.opendaylight.persistence.jpa.dao.JpaDao.find(JpaDao.java:131)&lt;br/&gt;
        at org.opendaylight.persistence.jpa.dao.JpaDao.find(JpaDao.java:64)&lt;br/&gt;
        at org.opendaylight.persistence.common.query.FindQuery.execute(FindQuery.java:67)&lt;br/&gt;
        at org.opendaylight.persistence.common.query.FindQuery.execute(FindQuery.java:33)&lt;br/&gt;
        at org.opendaylight.persistence.common.query.QueryLoggerDecorator.execute(QueryLoggerDecorator.java:52)&lt;br/&gt;
        at org.opendaylight.persistence.jpa.JpaDataStore.execute(JpaDataStore.java:87)&lt;br/&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br/&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;br/&gt;
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;br/&gt;
        at java.lang.reflect.Method.invoke(Method.java:606)&lt;br/&gt;
        at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:54)&lt;br/&gt;
        at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:119)&lt;br/&gt;
        at org.opendaylight.persistence.jpa.$JpaDataStore1255818758.execute(Unknown Source)&lt;br/&gt;
        at org.opendaylight.testapp.persistence.impl.PersistenceServiceImpl$UserPersistenceServiceImpl.find(PersistenceServiceImpl.java:181)&lt;br/&gt;
        at org.opendaylight.testapp.persistence.bl.impl.UserServiceImpl.getEnabled(UserServiceImpl.java:102)&lt;br/&gt;
        at org.opendaylight.testapp.cli.UserGetEnabledCommand.doExecute(UserGetEnabledCommand.java:35)&lt;br/&gt;
        at org.apache.karaf.shell.console.AbstractAction.execute(AbstractAction.java:33)&lt;br/&gt;
        at org.apache.karaf.shell.console.OsgiCommandSupport.execute(OsgiCommandSupport.java:39)&lt;br/&gt;
        at org.apache.karaf.shell.commands.basic.AbstractCommand.execute(AbstractCommand.java:33)&lt;br/&gt;
        at Proxyc92484cb_ae73_44ab_8386_b21521cd9135.execute(Unknown Source)&lt;br/&gt;
        at Proxyc92484cb_ae73_44ab_8386_b21521cd9135.execute(Unknown Source)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:78)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)&lt;br/&gt;
        at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:92)&lt;br/&gt;
        at org.apache.karaf.shell.console.impl.jline.ConsoleImpl.run(ConsoleImpl.java:208)&lt;br/&gt;
        at org.apache.karaf.shell.console.impl.jline.LocalConsoleManager$2$1$1.run(LocalConsoleManager.java:109)&lt;br/&gt;
        at java.security.AccessController.doPrivileged(Native Method)&lt;br/&gt;
        at org.apache.karaf.jaas.modules.JaasHelper.doAs(JaasHelper.java:57)&lt;br/&gt;
        at org.apache.karaf.shell.console.impl.jline.LocalConsoleManager$2$1.run(LocalConsoleManager.java:102)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26723">PERSISTENC-3</key>
            <summary>JDPC exception occurred when using Test App commands on Karaf console</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10003" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Confirmed</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="sunaina.khanna@tcs.com">Sunaina Khanna</assignee>
                                    <reporter username="linh.pham@hp.com">Linh Pham</reporter>
                        <labels>
                    </labels>
                <created>Wed, 15 Jul 2015 17:06:52 +0000</created>
                <updated>Tue, 11 Aug 2015 06:31:43 +0000</updated>
                                            <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                        <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>4002</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=4002]]></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_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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