You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Terrien Jean-Yves (Jira)" <ji...@apache.org> on 2023/03/07 16:48:00 UTC

[jira] [Created] (KARAF-7676) NullPointerException at Startup

Terrien Jean-Yves created KARAF-7676:
----------------------------------------

             Summary: NullPointerException at Startup
                 Key: KARAF-7676
                 URL: https://issues.apache.org/jira/browse/KARAF-7676
             Project: Karaf
          Issue Type: Bug
          Components: karaf
    Affects Versions: 4.4.3, 4.3.7
            Reporter: Terrien Jean-Yves


I use a custom distribution
defined as:
{code:java}
                    <startupFeatures>
                        <feature>eventadmin</feature>
                        <feature>enterprise</feature>
                        <feature>standard</feature>
                    </startupFeatures>
                    <bootFeatures>
                        <feature>http</feature>
                        <feature>shell</feature>
                        <feature>jdbc</feature>
                        <feature>pax-jdbc</feature>
                        <feature>pax-jdbc-config</feature>
                        <feature>pax-jdbc-oracle</feature>
                        <feature>pax-jdbc-pool-dbcp2</feature>
                        <feature>pax-jms-config</feature>
                        <feature>pax-jms-activemq</feature>
                        <!--<feature>camel</feature>                          </bootFeatures>
                    <installedFeatures />
                    <archiveZip>false</archiveZip>
                    <archiveTarGz>true</archiveTarGz>
                    <javase>11</javase>{code}
and I have several exceptions at startup:
{code:java}
2023-03-07T17:33:35,242 | ERROR | activator-1-thread-2 | FeatureDeploymentListener        | 35 - org.apache.karaf.deployer.features - 4.4.3 | Unable to update deployed features for bundle: org.apache.karaf.features.extension - 4.4.3
java.lang.NullPointerException: null
    at org.apache.karaf.deployer.features.FeatureDeploymentListener.bundleChanged(FeatureDeploymentListener.java:254) ~[?:?]
 {code}
How to solve this problem ?

Thank



--
This message was sent by Atlassian Jira
(v8.20.10#820010)