[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
Mon Jan 30 11:29:49 EST 2012
[ https://issues.jboss.org/browse/AS7-3486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662789#comment-12662789 ]
Ondrej Zizka commented on AS7-3486:
-----------------------------------
I thought so; I thought I'd delete the file in the pom.xml, but it's not possible to get a plugin execution between other plugin's executions - they run in one batch, by design.
> 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/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