Description
In the itests I often see this stack trace of a NPE:
karaf@root()> Exception in thread "AutoEncryptionSupport" java.lang.NullPointerException
at sun.nio.fs.UnixPath.register(UnixPath.java:893)
at sun.nio.fs.AbstractPath.register(AbstractPath.java:104)
at org.apache.karaf.jaas.modules.properties.AutoEncryptionSupport.run(AutoEncryptionSupport.java:79)
at java.lang.Thread.run(Thread.java:745)
Attachments
Issue Links
- is duplicated by
-
KARAF-3416 AutoEncryptionSupport randomly raises NullPointerException at startup
- Resolved