]
Rob Stryker commented on JBIDE-17545:
-------------------------------------
Could be related to
which was at it's
heart a permission error.
Can't Full Publish project to WildFly (8.0 or 8.1)
--------------------------------------------------
Key: JBIDE-17545
URL:
https://issues.jboss.org/browse/JBIDE-17545
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Reporter: Lincoln Baxter III
Assignee: Rob Stryker
Fix For: 4.2.x
The following error is logged and publishing fails when attempting to Full Publish this
project:
https://github.com/forgeide/forgeide
{code}
Publishing failed
Error renaming
/Users/lb3/lib/wildfly-8.1.0.Final/standalone/tmp/tmp1118502157688228046.jar to
/Users/lb3/lib/wildfly-8.1.0.Final/standalone/deployments/forgeide.war/WEB-INF/lib/furnace-se-2.6.1-SNAPSHOT.jar/bootpath/forge-javassist-2.jar.
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.
Error renaming
/Users/lb3/lib/wildfly-8.1.0.Final/standalone/tmp/tmp1738236936180964755.jar to
/Users/lb3/lib/wildfly-8.1.0.Final/standalone/deployments/forgeide.war/WEB-INF/lib/furnace-se-2.6.1-SNAPSHOT.jar/bootpath/jboss-modules-1.3.0.Final-forge.jar.
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.
Error renaming
/Users/lb3/lib/wildfly-8.1.0.Final/standalone/tmp/tmp2320075067441042997.jar to
/Users/lb3/lib/wildfly-8.1.0.Final/standalone/deployments/forgeide.war/WEB-INF/lib/furnace-se-2.6.1-SNAPSHOT.jar/bootpath/jgrapht-0.8.3.jar.
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.
{code}