[jbosstools-issues] [JBoss JIRA] (JBIDE-22677) rsync stuck on OSX

Fred Bricon (JIRA) issues at jboss.org
Wed Jun 29 11:16:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13258692#comment-13258692 ] 

Fred Bricon commented on JBIDE-22677:
-------------------------------------

Same issue with a node app:

{noformat}
Error while publishing server nodejs-example at OpenShift 3 (10.1.2.2).  Could not sync all pods to folder /Users/fbricon/Dev/workspaces/runtime-New_configuration/.metadata/.plugins/org.jboss.ide.eclipse.as.core/node at nodejs-example/deploy
Syncing com.openshift.restclient.capability.resources.IRSyncable$PodPeer at 1ab68434 to com.openshift.restclient.capability.resources.IRSyncable$LocalPeer at 7c47993d did not terminate within 5 minutes.
{noformat}

Eventually, at some point, the rsync process finishes, well past that 5min mark.

> rsync stuck on OSX
> ------------------
>
>                 Key: JBIDE-22677
>                 URL: https://issues.jboss.org/browse/JBIDE-22677
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>            Reporter: Fred Bricon
>            Priority: Blocker
>
> I deployed an eap app from the eap64-basic-s2i template, then created an openshift 3 server.
> On server startup, publishing fails to complete after 5 minutes and a thread dump shows rsync is still blocking in the background.
> {noformat}
> "pool-40-thread-1" #231 prio=5 os_prio=31 tid=0x00007f9a55dd0000 nid=0xeb9f runnable [0x000000013199a000]
>    java.lang.Thread.State: RUNNABLE
> 	at java.io.FileInputStream.readBytes(Native Method)
> 	at java.io.FileInputStream.read(FileInputStream.java:255)
> 	at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
> 	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
> 	- locked <0x00000007b3d45cb8> (a java.lang.UNIXProcess$ProcessPipeInputStream)
> 	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> 	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> 	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> 	- locked <0x00000007b3d49d50> (a java.io.InputStreamReader)
> 	at java.io.InputStreamReader.read(InputStreamReader.java:184)
> 	at java.io.BufferedReader.fill(BufferedReader.java:161)
> 	at java.io.BufferedReader.readLine(BufferedReader.java:324)
> 	- locked <0x00000007b3d49d50> (a java.io.InputStreamReader)
> 	at java.io.BufferedReader.readLine(BufferedReader.java:389)
> 	at org.jboss.tools.openshift.core.server.RSync.lambda$0(RSync.java:152)
> 	at org.jboss.tools.openshift.core.server.RSync$$Lambda$181/1635081930.run(Unknown Source)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> I'm deploying on CDK 2.1RC5
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list