I have the following error when deploying an application with JBoss Tools in Eclipse:
Error renaming C:\\wildfly-8.1.0.Final\\standalone\\tmp\\tmp78586119
I get this error right after I updated a dependency in my pom.xml and tried to republish.
The thing that worked was to uncheck the setting in the server deployment for "Deploy projects as compressed archives"
rather old...but still takes place in NEON version of eclipse and Wildfly. and the problem is that Eclipse didn't stop normally the webserver. (Something very usual for Tomcat at least I do most of the work) Solution: I opened the "Debug" presentation. I killed the process. ( and cleaned-cleared the Server - just in case).
I was getting the same error message, turns out it was because something went wrong in the deployments folder of JBoss, it wasn't even allowing me to delete my project ear folder from deployments.
My solution was, unzipped another instance of JBoss and pointed my Eclipse to this JBoss and then it worked fine.