Bug 1001044 - Unable to create access-log for virtual server
Summary: Unable to create access-log for virtual server
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Rémy Maucherat
QA Contact: Radim Hatlapatka
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-26 11:53 UTC by Radim Hatlapatka
Modified: 2013-12-15 13:32 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-13 10:46:49 UTC
Type: Bug


Attachments (Terms of Use)

Description Radim Hatlapatka 2013-08-26 11:53:43 UTC
Description of problem:
I am unable to create access log via CLI for virtual server

Version-Release number of selected component (if applicable):
Tested with EAP 6.1.1.ER7

How reproducible: always


Steps to Reproduce:
1. start EAP and connect via CLI
2. /subsystem=web/virtual-server=default-host/access-log=test:add()

Actual results:
outcome failed with failure-description = "JBAS014883: No resource definition is registered"  


Expected results:
outcome success with created default access-log configuration as from schema no attributes seems mandatory and have default values

Additional info:
There is also no code completion for any operation regarding access-log

Comment 2 Radim Hatlapatka 2013-09-13 10:46:49 UTC
Actually it is not a bug, you just need to use as the access-log=configuration:add in order to make it work. The "configuration" keyword is required.


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