You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/09/01 21:02:01 UTC

[jira] [Created] (MEECROWAVE-62) shutdown creates a NPE when trying to delete the base directory

Mark Struberg created MEECROWAVE-62:
---------------------------------------

             Summary: shutdown creates a NPE when trying to delete the base directory
                 Key: MEECROWAVE-62
                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-62
             Project: Meecrowave
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.1.0


We have a NPE at shutdown:

{noformat}
Exception in thread "main" java.lang.NullPointerException
        at org.apache.meecrowave.io.IO.delete(IO.java:37)
        at org.apache.meecrowave.Meecrowave.close(Meecrowave.java:782)
        at org.apache.meecrowave.runner.Cli.run(Cli.java:76)
        at org.apache.meecrowave.runner.Cli.main(Cli.java:84)
{noformat}

Happens because 'base' is already null



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)