Brian Stansberry created WFCORE-2594:
----------------------------------------
Summary: NullPointerException when removing configuration history
Key: WFCORE-2594
URL:
https://issues.jboss.org/browse/WFCORE-2594
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.1.0.Final
Reporter: Dennis Reed
Assignee: Ken Wills
Fix For: 3.0.0.Beta12
org.jboss.as.controller.persistence.ConfigurationFile#deleteRecursively is missing error
checking.
If an I/O error occurs while listing the directory contents (file permission error/etc) it
still tries to use the listing and gets a NullPointerException.
This method is used while removing old configuration history directories during boot, and
the NullPointerException causes the EAP boot to abort.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)