Skip to content

Instantly share code, notes, and snippets.

@vongohren
Created November 5, 2013 16:17
Show Gist options
  • Save vongohren/7321535 to your computer and use it in GitHub Desktop.
Save vongohren/7321535 to your computer and use it in GitHub Desktop.
Current NullPointerException
!ENTRY org.apache.felix.fileinstall 4 0 2013-11-05 17:04:41.357
!MESSAGE Failed to install artifact: C:\Prosjekter\ReactiveBlocksMaster\config\org_apache_felix_cm_impl_DynamicBindings.config
!STACK 0
java.lang.NullPointerException
at org.apache.felix.cm.impl.helper.TargetedPID.<init>(TargetedPID.java:83)
at org.apache.felix.cm.impl.ConfigurationBase.<init>(ConfigurationBase.java:59)
at org.apache.felix.cm.impl.ConfigurationImpl.<init>(ConfigurationImpl.java:147)
at org.apache.felix.cm.impl.ConfigurationManager.getConfiguration(ConfigurationManager.java:598)
at org.apache.felix.cm.impl.ConfigurationAdminImpl.getConfiguration(ConfigurationAdminImpl.java:159)
at org.apache.felix.fileinstall.internal.ConfigInstaller.getConfiguration(ConfigInstaller.java:337)
at org.apache.felix.fileinstall.internal.ConfigInstaller.setConfig(ConfigInstaller.java:245)
at org.apache.felix.fileinstall.internal.ConfigInstaller.install(ConfigInstaller.java:84)
at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:929)
at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:857)
at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:483)
at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:291)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment