я следующее сообщение об ошибке при развертывании приложения с JBoss Tools в Eclipse:JBoss Tools развернуть сообщение об ошибке: Это может быть вызвано временный каталог развертывания сервера находясь на другой файловой системе, чем конечный пункт назначения
Error renaming C:\wildfly-8.1.0.Final\standalone\tmp\tmp7858611943756287857.xhtml to C:\wildfly-8.1.0.Final\standalone\deployments\.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.
И вот скриншот ошибки:
на documentation, я нашел это:
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.
Что делает Временная папка должна быть в той же файловой системе, что и окончательное местоположение развертывания. означает? Как я могу это решить?
Я понял, что ошибка не возникает, когда установлен флажок Выполняется проверка проектов как сжатых архивов.
Я также задал тот же вопрос на https://developer.jboss.org/message/907562#907562. –
Эта проблема отслеживается [здесь] (https://issues.jboss.org/browse/JBIDE-18697). –