Sun Java System Application Server Enterprise Edition 8.2 Release Notes

Redeployment on Windows fails because verify_file_user_exists_common does not get executed. (ID 6490227)

Description

On Windows, when redeploying an application that creates a user before deployment, the create-file-user command may fail because verify_file_user_exists_common does not get executed (though it is called), and fails to notify that the user already exists. Execution of the deploy target halts at this point, and the deploy and undeploy fail.

Solution

First delete the file user(s) using the keydel target, and then execute deploy target again:


asant keydel
asant deploy