[
https://issues.jboss.org/browse/AS7-4698?page=com.atlassian.jira.plugin.s...
]
R Stokoe commented on AS7-4698:
-------------------------------
Once again, thanks for your quick response.
keystore-password gives the following error in boot.log and server fails to boot. Also
7.1.1.Final jboss-as-config_1_2.xsd says it should be "password"
11:05:32,996 ERROR [org.jboss.as.server] JBAS015956: Caught exception during boot:
org.jboss.as.controller.persistence.ConfigurationPersistenceException: JBAS014676: Failed
to parse configuration
at
org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:141)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.as.server.ServerService.boot(ServerService.java:266)
[jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:155)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
at java.lang.Thread.run(Thread.java:736) [vm.jar:1.6.0]
Caused by: javax.xml.stream.XMLStreamException: JBAS014788: Unexpected attribute
'keystore-password' encountered
at org.jboss.as.controller.parsing.ParseUtils.unexpectedAttribute(ParseUtils.java:104)
[jboss-as-controller-7.1.1.Final.jar:7.1.1.Final]
CLI requires wrong ssl password attribute for management
security-realm server-identity=ssl add command.
--------------------------------------------------------------------------------------------------------
Key: AS7-4698
URL:
https://issues.jboss.org/browse/AS7-4698
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.1.Final
Reporter: R Stokoe
Assignee: Darran Lofthouse
Labels: cli, management, security, ssl
CLI requires ssl password attribute to be "keystore-password", runtime requires
"password".
[standalone@localhost:10299 /]
/core-service=management/security-realm=ManagementRealmHttps/server-identity=ssl:add(keystore-path="security/https.keystore",password=="whatever")
'password' is not found among the supported properties: [keystore-password,
protocol, keystore-path, keystore-relative-to]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira