[jboss-jira] [JBoss JIRA] (AS7-3486) Arq: Delete temp mgmt-users.properties_arq-temp after shutting down AS 7.
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Sun Jan 29 03:24:48 EST 2012
Ondrej Zizka created AS7-3486:
---------------------------------
Summary: 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: Aslak Knutsen
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/testReport/junit/org.jboss.as.test.smoke.configadmin/ConfigAdminServiceTestCase/org_jboss_as_test_smoke_configadmin_ConfigAdminServiceTestCase/
--
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
More information about the jboss-jira
mailing list