Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1-alpha-1
-
Fix Version/s: 1.1-alpha-2
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Although everything seems to work fine, this error is printed on startup
2006-12-13 10:35:20,265 [SocketListener0-1] INFO EnvironmentCheck:required-roles - Checking the existance of required roles.
2006-12-13 10:35:20,578 [SocketListener0-1] FATAL Interceptor:pssEnvironmentCheckInterceptor - EnvironmentCheck Failure.
======================================================================
ENVIRONMENT FAILURE !!
xwork.xml - Missing named result "success" in action "account" in package "/security".
xwork.xml - Missing named result "success" in action "login" in package "/security".
xwork.xml - Expected method attribute value of "show" but got "logout" instead, on action "logout" in package "/security".
xwork.xml - Missing named result "input" in action "logout" in package "/security".
xwork.xml - Missing named result "error" in action "logout" in package "/security".
xwork.xml - Missing named result "success" in action "logout" in package "/security".
xwork.xml - Missing named result "success" in action "register" in package "/security".
xwork.xml - Expected method attribute value of "edit" but got "show" instead, on action "usercreate" in package "/security".
xwork.xml - Expected method attribute value of "show" but got "list" instead, on action "roles" in package "/security".
xwork.xml - Missing named result "input" in action "roles" in package "/security".
xwork.xml - Missing named result "error" in action "roles" in package "/security".
xwork.xml - Missing named result "success" in action "roles" in package "/security".
xwork.xml - Expected method attribute value of "show" but got "list" instead, on action "permissions" in package "/security".
xwork.xml - Missing named result "input" in action "permissions" in package "/security".
xwork.xml - Missing named result "error" in action "permissions" in package "/security".
xwork.xml - Missing named result "success" in action "permissions" in package "/security".
Missing [16] xwork.xml configuration elements.
======================================================================