[jbosstools-users] JBoss Tools deploy error: This may be caused by your server's temporary deploy directory being on a different filesystem than the final destination
Cássio Mazzochi Molin
jbosstools-users at lists.jboss.org
Tue Oct 21 09:23:31 EDT 2014
I'm having the following error when deploying an application with JBoss Tools:
Error renaming C:\wildfly-8.1.0.Final\standalone\tmp\tmp7858611943756287857.xhtml to C:\wildfly-8.1.0.Final\standalone\deployments\<war-name>.war\403.xhtml.
This may be caused by your server's temporary deploy directory being on a different filesystem than the final destination.
You may adjust these settings in the server editor.
And here is a screenshot from the error:
Image:96PI6.png
On the docs available in this link (http://docs.jboss.org/tools/4.1.x.Final/en/User_Guide/html_single/index.html), I've found this:
You can customize the deployment location and packaging type:
** To select the workspace deployment folder for the server, click +Use workspace metadata+.
** To select the deployment folder of the application server, click +Use the JBoss deploy folder+.
** To select a folder of your choice, click +Use a custom deploy folder+. With this option, complete the+Deploy directories+ and +Temporary Deploy Directory+ fields. *The temporary folder must be on the same file system as the final deploy location otherwise publishing often fails*.
** For all modules to be archived for deployment, select the +Deploy projects as compressed archives+check box. This avoids exploded deployments and reduces the amount of memory deployments occupy but may result in slower deployment.
What's the meaning of *The temporary folder must be on the same file system as the final deploy location*?
How can I solve this error?
I realized that the error doesn't occur when the check box +Deploy projects as compressed+ archives is checked.
I also posted the same question at StackOverflow (http://stackoverflow.com/questions/26487574/jboss-tools-deploy-error-this-may-be-caused-by-your-servers-temporary-deploy-d).
Posted by forums
Original post: https://developer.jboss.org/message/907562#907562
More information about the jbosstools-users
mailing list