You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2014/12/17 13:57:13 UTC

[jira] [Created] (KARAF-3416) AutoEncryptionSupport randomly raises NullPointerException at startup

Jean-Baptiste Onofré created KARAF-3416:
-------------------------------------------

             Summary: AutoEncryptionSupport randomly raises NullPointerException at startup
                 Key: KARAF-3416
                 URL: https://issues.apache.org/jira/browse/KARAF-3416
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core, karaf-security
    Affects Versions: 3.0.2, 4.0.0
            Reporter: Jean-Baptiste Onofré
            Assignee: Jean-Baptiste Onofré
            Priority: Minor
             Fix For: 4.0.0, 3.0.3


Sometime (not always), at startup, we can see:

{code}
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)
{code}



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