Skip to content

Error - Not alive and dispose was called #6073

@SandwichCZ

Description

@SandwichCZ

Describe the bug
When scanning a Maven project for vulnerabilities, new errors have started appearing after upgrading to version 8.4.3 (see attached log excerpt). The issue is reproducible 100 % of the time in our project, but did not occur on any previous versions of the plugin.

Version of dependency-check used
The problem occurs using version 8.4.3 of the Maven plugin.

Log file

...
See the dependency-check report for more details.


[INFO] Cache event queue destroyed: CacheEventQueue [listenerId=-744276867, cacheName=NODEAUDIT]
[INFO] Cache event queue destroyed: CacheEventQueue [listenerId=-744276867, cacheName=CENTRAL]
[INFO] Cache event queue destroyed: CacheEventQueue [listenerId=-744276867, cacheName=POM]
[ERROR] Region [NODEAUDIT] : Not alive and dispose was called, filename: NODEAUDIT
[ERROR] Region [CENTRAL] : Not alive and dispose was called, filename: CENTRAL
[ERROR] Region [POM] : Not alive and dispose was called, filename: POM
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
...

To Reproduce
Steps to reproduce the behavior:

  1. Start dependency scanning of a Maven project.
  2. Wait for it to finish.
  3. See errors.

Expected behavior
No errors are displayed, preferably also no Cache event queue destroyed messages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions