[
https://issues.jboss.org/browse/JBIDE-21981?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-21981:
------------------------------------------
[~rob.stryker] explains that this error is actually non-harmful, it's just pasted as
an information. It lets the incremental publisher switch to full publishing and the
upcoming syncup then works.
{quote}
[3:28:36 PM] André Dietisheim: so this error makes the publishing switch to full publish
which then works, correct?
[3:28:48 PM] Rob Stryker: yes, fred had other steps to replicate that involve
right-clicking the app and doing build now or whatever
[3:28:55 PM] Rob Stryker: this forces the server to regenerate a root.war binary
[3:29:20 PM] Rob Stryker: and then the syncdown will fail the next incremental publish, so
we switch to full publish and mostly ignore the syncdown failure
[3:29:27 PM] Rob Stryker: the syncup works after that
[3:29:32 PM] André Dietisheim: ok gotcha
[3:29:39 PM] André Dietisheim: sounds non-critical, just informative
{quote}
Error during rsync
------------------
Key: JBIDE-21981
URL:
https://issues.jboss.org/browse/JBIDE-21981
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Xavier Coulon
Assignee: Rob Stryker
Priority: Blocker
Fix For: 4.3.1.CR1
While testing the debugging support on the server adapter, I got the following error:
{code}
Could not sync all pods to folder
/Users/xcoulon/workspaces/runtime-Eclipse-mars.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample@eap-app/deploy
OpenShiftBinaryCapability process exited: rsync: delete_file: rmdir
"/Users/xcoulon/workspaces/runtime-Eclipse-mars.2/.metadata/.plugins/org.jboss.ide.eclipse.as.core/sample(a)eap-app/deploy/ROOT.war"
failed: Directory not empty (66)
rsync error: some files could not be transferred (code 23) at
/SourceCache/rsync/rsync-45/rsync/main.c(1400) [generator=2.6.9]
error: exit status 23
{code}
The content of the {{.../deploy}} directory was:
{code}
drwxr-xr-x 9 xcoulon staff 306 Mar 25 12:19 ./
drwxr-xr-x 4 xcoulon staff 136 Mar 25 11:55 ../
-rw-r--r-- 1 xcoulon staff 9041 Mar 27 2015 README.txt
drwxr-xr-x 7 xcoulon staff 238 Mar 25 11:59 ROOT.war/
-rw-r--r-- 1 xcoulon staff 8 Mar 23 17:59 ROOT.war.deployed
-rw-r--r-- 1 xcoulon staff 8 Mar 25 12:18 ROOT.war.isdeploying
-rw-r--r-- 1 xcoulon staff 8415373 Aug 11 2015 activemq-rar.rar
-rw-r--r-- 1 xcoulon staff 16 Aug 11 2015 activemq-rar.rar.deployed
-rw-r--r-- 1 xcoulon staff 16 Mar 25 12:18 activemq-rar.rar.isdeploying
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)