You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/11/12 09:54:10 UTC

[jira] [Created] (KARAF-4104) NPE in Felix FileInstall

Claus Ibsen created KARAF-4104:
----------------------------------

             Summary: NPE in Felix FileInstall
                 Key: KARAF-4104
                 URL: https://issues.apache.org/jira/browse/KARAF-4104
             Project: Karaf
          Issue Type: Bug
            Reporter: Claus Ibsen


Got this from a custom karaf assembly (using the karaf maven plugin)

{code}
2015-11-12 09:54:15,019 | INFO  | nd.bundle.watch) | fileinstall                      | 6 - org.apache.felix.fileinstall - 3.5.0 | Unable to save configuration
java.lang.NullPointerException
	at org.apache.felix.fileinstall.internal.ConfigInstaller.configurationEvent(ConfigInstaller.java:106)[6:org.apache.felix.fileinstall:3.5.0]
	at org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.sendEvent(ConfigurationManager.java:2036)[5:org.apache.felix.configadmin:1.8.4]
	at org.apache.felix.cm.impl.ConfigurationManager$FireConfigurationEvent.run(ConfigurationManager.java:2005)[5:org.apache.felix.configadmin:1.8.4]
	at org.apache.felix.cm.impl.UpdateThread.run(UpdateThread.java:103)[5:org.apache.felix.configadmin:1.8.4]
	at java.lang.Thread.run(Thread.java:744)[:1.7.0_45]
{code}

That is all there is in the log and its repeated endless.

I guess its the felix file watcher that fails somehow. But nevertheless would be good to get the felix guys to fix a potential NPE.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)