[
https://issues.jboss.org/browse/AS7-3486?page=com.atlassian.jira.plugin.s...
]
Stuart Douglas resolved AS7-3486.
---------------------------------
Assignee: Stuart Douglas (was: Aslak Knutsen)
Resolution: Done
I removed Arquillian's overwriting of mgmt-users.properties. This is not something
that end users of arquillian would need, but rather something that is required for our AS7
test suite.
Arq: Delete temp mgmt-users.properties_arq-temp after shutting down
AS 7.
-------------------------------------------------------------------------
Key: AS7-3486
URL:
https://issues.jboss.org/browse/AS7-3486
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.1.0.Beta1b
Reporter: Ondrej Zizka
Assignee: Stuart Douglas
Priority: Blocker
Fix For: 7.1.0.Final
Arq renames the mgmt-users.properties_arq-temp, and it doesn't delete the file
afterwards.
When the second surefire run re-uses the same server, it fails because the file exists.
Could you please check & fix it?
{code}
Caused by: java.lang.IllegalStateException: Could not rename
W:\workspace\JBoss-AS-7.0.x-Windows\testsuite\integration\smoke\target\jbossas-smoke\standalone\configuration\mgmt-users.properties
to
W:\workspace\JBoss-AS-7.0.x-Windows\testsuite\integration\smoke\target\jbossas-smoke\standalone\configuration\mgmt-users.properties_arq-temp.
Unable to start server with custom security. Please setup a management user manually and
provide username/password in the Arquillian configuration.
at
org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.createTempAuthConfigurationIfAuthNotDefined(ManagedDeployableContainer.java:284)
at
org.jboss.as.arquillian.container.managed.ManagedDeployableContainer.startInternal(ManagedDeployableContainer.java:104)
... 68 more
{code}
https://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x-Windows/1170/testRe...
--
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