Rakesh Kumar created FELIX-6393:
-----------------------------------
Summary: FileInstall | In main loop, we have serious trouble |
java.lang.NullPointerException: null
Key: FELIX-6393
URL: https://issues.apache.org/jira/browse/FELIX-6393
Project: Felix
Issue Type: Bug
Components: File Install
Affects Versions: fileinstall-3.6.8
Reporter: Rakesh Kumar
I was trying to configure the Felix file install and after the configuration in
Felix WebConsole is done I placed a bundle in configured load directory and it
went into an endless exceptions.
I had to kill the server to get over it.
Here is the exception trace.
{code:java}
2021-03-07 06:36:09.942 [FelixLogListener] ERROR
com.adeptj.modules.commons.logging.osgi.Logger - In main loop, we have serious
trouble
java.lang.NullPointerException: null
at
org.apache.felix.fileinstall.internal.Scanner.processFiles(Scanner.java:158)
at org.apache.felix.fileinstall.internal.Scanner.scan(Scanner.java:131)
at
org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:311)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)