<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:55:04 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-1257] Tomcat as startupFeature prevents first run of controller</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-1257</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;When running ./karaf on controller from built from master (build Finished at: 2015-04-17T04:09:59-04:00), an exception is thrown:&lt;/p&gt;

&lt;p&gt;Error installing bundle listed in startup.properties with url: wrap:mvn:javax.servlet.jsp/jsp-api/2.1 and startlevel: 30&lt;br/&gt;
Exception in thread &quot;main&quot; java.lang.NullPointerException&lt;br/&gt;
        at org.apache.karaf.main.Main.destroy(Main.java:525)&lt;br/&gt;
        at org.apache.karaf.main.Main.main(Main.java:173)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="25811">CONTROLLER-1257</key>
            <summary>Tomcat as startupFeature prevents first run of controller</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="-1">Unassigned</assignee>
                                    <reporter username="jsebin@cisco.com">Juraj Sebin</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Apr 2015 10:53:00 +0000</created>
                <updated>Thu, 19 Oct 2017 21:26:47 +0000</updated>
                            <resolved>Tue, 5 May 2015 15:17:24 +0000</resolved>
                                    <version>Post-Helium</version>
                                                    <component>adsal</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="50437" author="jsebin@cisco.com" created="Fri, 17 Apr 2015 10:54:05 +0000"  >&lt;p&gt;karaf.log file contains:&lt;/p&gt;

&lt;p&gt;Apr 17, 2015 4:30:50 AM org.apache.karaf.main.Main launch&lt;br/&gt;
INFO: Installing and starting initial bundles&lt;br/&gt;
Apr 17, 2015 4:30:51 AM org.apache.karaf.main.Main main&lt;br/&gt;
SEVERE: Could not launch framework&lt;br/&gt;
java.lang.RuntimeException: Error installing bundle listed in startup.properties with url: wrap:mvn:javax.servlet.jsp/jsp-api/2.1 and startlevel: 30&lt;br/&gt;
        at org.apache.karaf.main.Main.installAndStartBundles(Main.java:392)&lt;br/&gt;
        at org.apache.karaf.main.Main.launch(Main.java:245)&lt;br/&gt;
        at org.apache.karaf.main.Main.main(Main.java:167)&lt;br/&gt;
Caused by: java.lang.RuntimeException: Could not resolve wrap:mvn:javax.servlet.jsp/jsp-api/2.1&lt;br/&gt;
        at org.apache.karaf.main.util.SimpleMavenResolver.resolve(SimpleMavenResolver.java:59)&lt;br/&gt;
        at org.apache.karaf.main.Main.installAndStartBundles(Main.java:384)&lt;br/&gt;
        ... 2 more&lt;/p&gt;</comment>
                            <comment id="50438" author="tony.tkacik@gmail.com" created="Fri, 17 Apr 2015 11:15:47 +0000"  >&lt;p&gt;Are you starting controller using Java 8?&lt;/p&gt;</comment>
                            <comment id="50439" author="jsebin@cisco.com" created="Fri, 17 Apr 2015 11:27:46 +0000"  >&lt;p&gt;my java version:&lt;/p&gt;

&lt;p&gt;java version &quot;1.7.0_25&quot;&lt;br/&gt;
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1~deb7u1)&lt;br/&gt;
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)&lt;/p&gt;

&lt;p&gt;should it be upgraded to java 8 (or to any other version)?&lt;/p&gt;</comment>
                            <comment id="50440" author="jsebin@cisco.com" created="Fri, 17 Apr 2015 12:30:29 +0000"  >&lt;p&gt;resolved by updating java version to:&lt;/p&gt;

&lt;p&gt;java version &quot;1.7.0_75&quot;&lt;br/&gt;
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~deb7u1)&lt;br/&gt;
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)&lt;/p&gt;</comment>
                            <comment id="50441" author="tony.tkacik@gmail.com" created="Fri, 17 Apr 2015 13:44:02 +0000"  >&lt;p&gt;Are you starting controller using Java 8?&lt;/p&gt;</comment>
                            <comment id="50442" author="tony.tkacik@gmail.com" created="Fri, 17 Apr 2015 13:45:07 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/18542/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/18542/&lt;/a&gt;&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Removed startup features to install only what is necessary (tomcat is mostly unused).&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="50443" author="carolsand@gmail.com" created="Tue, 5 May 2015 15:17:24 +0000"  >&lt;p&gt;This bug is part of the project to Move all ADSAL associated component bugs to ADSAL.&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>3011</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=3011]]></customfieldvalue>

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

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