java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.lang.RuntimePermission" "createStdioContext")" in code source " <no signer certificates>)" of "null"
After configuring Security-Manager in standalone mode, we set the -secmgr flag to true through standalone.conf and added within security-manager subsystem as below :
After this when we start the jboss server with standalone.sh we are getting :- 
Please help us to resolve the above said issue.
Responses