Bug 1181618 - domain mode: remove a path entry from a server instance fails
Summary: domain mode: remove a path entry from a server instance fails
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
medium
high
Target Milestone: ER2
: EAP 6.4.0
Assignee: Brian Stansberry
QA Contact: Martin Simka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-13 13:21 UTC by Tom Fonteyne
Modified: 2019-08-19 12:41 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:41:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker WFCORE-500 0 Major Resolved domain mode: remove a path entry from a server instance fails 2017-12-22 12:59:27 UTC

Description Tom Fonteyne 2015-01-13 13:21:25 UTC
originally logged as:

https://issues.jboss.org/browse/WFCORE-500

also reproduced on EAP 6.3 CP2 and build of 6.4 of 2015-01-13


in domain mode (DC started, no servers started)

/host=master/server-config=i1/path=foo.bar:add(path="/tmp")
=> success

/host=master/server-config=i1/path=foo.bar:remove

[Host Controller] 16:30:20,318 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) JBAS014612: Operation ("remove") failed - address: ([
[Host Controller] ("host" => "master"),
[Host Controller] ("server-config" => "i1"),
[Host Controller] ("path" => "foo.bar")
[Host Controller] ]): java.lang.NullPointerException
[Host Controller] at org.jboss.as.controller.services.path.PathManagerService.removePathEntry(PathManagerService.java:185) [jboss-as-controller-7.4.1.Final-redhat-3.jar:7.4.1.Final-redhat-3]
[Host Controller] at org.jboss.as.controller.services.path.PathRemoveHandler$1.execute(PathRemoveHandler.java:100) [jboss-as-controller-7.4.1.Final-redhat-3.jar:7.4.1.Final-redhat-3]
[Host Controller] at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:611) [jboss-as-controller-7.4.1.Final-redhat-3.jar:7.4.1.Final-redhat-3]
[Host Controller] at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:489) [jboss-as-controller-7.4.1.Final-redhat-3.jar:7.4.1.Final-redhat-3]

Comment 3 Martin Simka 2015-02-16 13:08:08 UTC
verified on EAP 6.4.0.ER2


Note You need to log in before you can comment on or make changes to this bug.